Rendera is a painting program for Linux and Windows. It's a little unusual in that brushstrokes are "rendered" in after being created by the user. There are no layers, but transparency information may be edited with relative ease, making it a useful companion to programs like Gimp or Inkscape.
Package includes binaries for 32 and 64-bit Windows:
- variety of painting and blending options
- colorize mode preserves luminosity for realistic results
- high-quality color reduction and dithering
- cut/paste selections
- crop function
- text tool works with blending modes and cloning
- fill with edge feathering option
- palette editor
- interactive offset
- "smart" grid snapping
- bilinear/bicubic scaling
- arbitrary rotation with scaling option
- scaling, gaussian blur, and dithering are "gamma-aware"
- multiple image support
- multiple undo/redo for each image
- file support: PNG, JPEG, BMP, TGA, GPL (Gimp Palette)
- drag and drop image loading
- image filters
$ git clone https://github.com/JoeDavisson/rendera.git
cmake .
cmake --build .
- libfltk13-dev
- libpng-dev
- libjpeg-dev
Rendera is built with gcc-13.3
.