LazPaint: Difference between revisions

From Game Making Tools Wiki
(Created)
 
(Added screenshot, shrunk logo)
 
Line 1: Line 1:
{{ infobox_assetsoftware
{{ infobox_assetsoftware
| title        = LazPaint
| title        = LazPaint
| logo        = [[File:lazpaint_logo.png|220px]]
| logo        = [[File:lazpaint_logo.png|100px|center]]
| screenshot  = [[File:lazpaint_screenshot.png|220px]]
| release_date = 2011-
| release_date = 2011-
| made_by      = Open-source
| made_by      = Open-source
Line 8: Line 9:
| exports      = ...
| exports      = ...
}}
}}
'''LazPaint''' is a painting program that supports both {{jargon|Raster Graphics|raster}} and {{jargon|Vector Graphics|vector}} graphics, though if you really want to do vector stuff a dedicated tool like [[Inkscape]] would probably be more useful.
'''LazPaint''' is a painting program that supports both {{jargon|Raster Graphics|raster}} and {{jargon|Vector Graphics|vector}} graphics, though if you really want to do vector stuff a dedicated tool like [[Inkscape]] would probably be more useful.



Latest revision as of 06:33, 30 March 2022

LazPaint
Release date: 2011-
Made by: Open-source
Runs on: BSD
Linux
Mac OS
Raspberry Pi
Windows
Imports: ...
Exports: ...


LazPaint is a painting program that supports both raster and vector graphics, though if you really want to do vector stuff a dedicated tool like Inkscape would probably be more useful.

The name comes from the fact that it's made with Lazarus (the Free Pascal IDE).

It supports a really wide range of file types, including new ones like .webp. It even lets you import 3-D models in the .obj format, and will then turn them into a 2-D image.

Links