LazPaint


LazPaint is a free and open-source cross-platform lightweight image editor with raster and vectorial layers created with Lazarus. The software aims at being simpler than GIMP, is an alternative to Paint.NET and is also similar to Paintbrush.
Rendering is done with antialiasing and gamma correction. It can read/write usual image formats and interoperate with other layered editors via OpenRaster format. It also imports Paint.NET files and Photoshop files. Also, it can import 3D objects in Wavefront format. There are complex selection functions, various filters and rendering of textures.

Colorspace

Colors are stored in sRGB colorspace but drawing functions take into account gamma correction. There are many color manipulation functions such as shifting colors and colorizing. Since version 6, there is a curve adjustments function on RGBA channels and according to a corrected HSL colorspace. This correction takes into account the gamma factor and also perceived lightness according to the hue.

Vector shapes

Since version 7, shapes are stored with vectorial information. Thus they are editable after they have been drawn and are rendered again in case of layer transform. Layers are converted when needed to raster or vector. If a tool like the pen is applied, the layer is rasterized and vectorial information becomes unavailable.
Filling can be a solid color, a gradient or a texture. It can apply to simple shapes, complex curves, text and shaded shapes.

Releases

VersionRelease dateSignificant changes
16 February 2011First release
221 February 2011Add render water and Perlin noise, magic wand, polygonal selection, command line
32 April 2011Render textures, twirl filter, resample filters
4.120 May 2011Several spline styles, better clipboard transparency
4.42 April 2011High DPI support, pixelate filter, text tool with outline and shadow
4.711 December 2011Language choice, Phong shaded text, portable version
4.819 August 2012Add texture mapping tool, import 3D objects, corrected HSL shift colors, selection mask edition
5.018 February 2013Add support for raster layers, load Paint.NET layered images, read/write OpenRaster images
5.54 March 2013Add Phong filter, filter function, blur computed in thread
5.623 March 2013Add Easy Bézier curves
6.031 July 2014Add image list, image browser, color curves adjustment, noise filter, posterize filter, print dialog, read flat PSD format, read/write TGA and TIFF
6.4.128 May 2016Added brush and clone tool, palette, docking of toolbox, rain rendering, when saving show preview and choice of bit depth
7.0 beta17 August 2019Vector layers, edit shape tool, shape alignment, wave displacement filter, non-lossy transform of layers, zoom layer tool, edit frame of ICO / CUR / GIF, Lab colorspace support when reading TIFF
7.0.715 October 2019Optimize saving of LZP images, add entry to multi-image files, merge vector layers, right-click to rotate/shear shape, improvement of polygon editing
7.1.318 May 2020Various bug fixes
7.1.47 October 2020Optimize for MacOS with Retina display, magic wand progressive fill, optimize multiline text, show printed page count, Shift-Click to select or clone from other layers
7.1.519 October 2020Image browser improvements, scaling fixes
7.1.62 December 2020HSL blend modes, layered SVG read/write, detect dark theme, better Retina support, Qt5 support on Linux