LazPaint: Difference between revisions

From Game Making Tools Wiki
(Created)
 
(note on help wiki, added import/export file types)
 
(One intermediate revision by the same user not shown)
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
| runs_on      = [[:Category:BSD|BSD]]<br>[[:Category:Linux|Linux]]<br>[[:Category:Mac OS|Mac OS]]<br>[[:Category:Raspberry_Pi|Raspberry Pi]]<br>[[:Category:Windows|Windows]]
| runs_on      = [[:Category:BSD|BSD]]<br>[[:Category:Linux|Linux]]<br>[[:Category:Mac OS|Mac OS]]<br>[[:Category:Raspberry_Pi|Raspberry Pi]]<br>[[:Category:Windows|Windows]]
| imports      = ...
| imports      = .3FR, .ARI, .ARW,<br>.AVIF, .BAY, .BMP,<br>.BRAW, .CR2, .CUR,<br>.DNG, .GIF, .ICO,<br>.JP(E)G, .LZP, .NEF,<br>.OBJ, .ORA, .OXO,<br>.PBM, .PCX, .PDN,<br>.PGM, .PNG, .PPM,<br>.PSD, .SR2, .SRF,<br>.SVG, .TGA, .TIFF,<br>.WEBP, .XPM, .XWD
| exports      = ...
| exports      = .AVIF, .BMP, .CUR,<br>.GIF, .ICO, .JP(E)G,<br>.LZP, .ORA, .OXO,<br>.PCX, .PNG, .SVG,<br>.TGA, .TIFF,<br>.WEBP, .XPM
}}
}}
'''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.


Line 21: Line 21:
* [https://github.com/bgrabitmap/lazpaint LazPaint] on [[Github]].
* [https://github.com/bgrabitmap/lazpaint LazPaint] on [[Github]].
* [https://github.com/lazpaint LazPaint] organisation on Github. Has the website code, but not the program code.
* [https://github.com/lazpaint LazPaint] organisation on Github. Has the website code, but not the program code.
* [https://wiki.lazarus.freepascal.org/LazPaint LazPaint] on the Free Pascal and Lazarus Wiki. Serves as a guide.
* [https://wiki.lazarus.freepascal.org/LazPaint LazPaint] on the Free Pascal and Lazarus Wiki. Serves as the help file.
** The [https://wiki.lazarus.freepascal.org/Category:LazPaint LazPaint category] on that wiki might be a more useful starting.


[[Category:Graphics]][[Category:Vector Editor]][[Category:2-D]]
[[Category:Graphics]][[Category:Vector Editor]][[Category:2-D]]
[[Category:Open-Source]]
[[Category:Open-Source]]
[[Category:BSD]][[Category:Linux]][[Category:Mac OS]][[Category:Raspberry Pi]][[Category:Windows]]
[[Category:BSD]][[Category:Linux]][[Category:Mac OS]][[Category:Raspberry Pi]][[Category:Windows]]

Latest revision as of 06:15, 9 May 2024

LazPaint
Release date: 2011-
Made by: Open-source
Runs on: BSD
Linux
Mac OS
Raspberry Pi
Windows
Imports: .3FR, .ARI, .ARW,
.AVIF, .BAY, .BMP,
.BRAW, .CR2, .CUR,
.DNG, .GIF, .ICO,
.JP(E)G, .LZP, .NEF,
.OBJ, .ORA, .OXO,
.PBM, .PCX, .PDN,
.PGM, .PNG, .PPM,
.PSD, .SR2, .SRF,
.SVG, .TGA, .TIFF,
.WEBP, .XPM, .XWD
Exports: .AVIF, .BMP, .CUR,
.GIF, .ICO, .JP(E)G,
.LZP, .ORA, .OXO,
.PCX, .PNG, .SVG,
.TGA, .TIFF,
.WEBP, .XPM


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