All Projects → bgrabitmap → Lazpaint

bgrabitmap / Lazpaint

Licence: gpl-3.0
🎨 Cross-platform image editor with raster and vector layers similar to Paint.Net written in Lazarus (Free Pascal)

Programming Languages

pascal
1382 projects

Projects that are alternatives of or similar to Lazpaint

Graphics32
Graphics32 is a graphics library for Delphi and Lazarus. Optimized for 32-bit pixel formats, it provides fast operations with pixels and graphic primitives. In most cases Graphics32 considerably outperforms the standard TBitmap/TCanvas methods.
Stars: ✭ 238 (+0.85%)
Mutual labels:  vector-graphics, lazarus
powerpaint
Kreative PowerPaint - Library and Application for Bitmap and Vector Image Editing
Stars: ✭ 27 (-88.56%)
Mutual labels:  paint, vector-graphics
Deepehr
Chronic Disease Prediction Using Medical Notes
Stars: ✭ 220 (-6.78%)
Mutual labels:  open-source
Doocs.github.io
💁‍♀️ Welcome to the Doocs Open Source organization | 欢迎加入 Doocs 开源社区
Stars: ✭ 236 (+0%)
Mutual labels:  open-source
Sketch
Sketch have a lot of basic functions to develop a drawing app for iPhone. Anyone can easily create drawing iOS Application.
Stars: ✭ 229 (-2.97%)
Mutual labels:  paint
Hyperlabelimg
开源图像标注工具(支持人脸关键点/不规则四边形/多边形标注)
Stars: ✭ 225 (-4.66%)
Mutual labels:  open-source
Tomviz
Cross platform, open source application for the processing, visualization, and analysis of 3D tomography data
Stars: ✭ 230 (-2.54%)
Mutual labels:  open-source
Ultracopier
Ultracopier acts as a replacement for files copy dialogs. Features: play/pause, speed limitation, on-error resume, error/collision management ...
Stars: ✭ 220 (-6.78%)
Mutual labels:  open-source
Galio
Galio is a beautifully designed, Free and Open Source React Native Framework
Stars: ✭ 2,772 (+1074.58%)
Mutual labels:  open-source
Aos Avp
NOVA opeN sOurce Video plAyer: main repository to build them all
Stars: ✭ 229 (-2.97%)
Mutual labels:  open-source
Onde Codar Em Salvador
Oportunidades para Pessoas Desenvolvedoras
Stars: ✭ 231 (-2.12%)
Mutual labels:  open-source
Allsky
A Raspberry Pi operated Wireless Allsky Camera
Stars: ✭ 225 (-4.66%)
Mutual labels:  open-source
Doc2pen
An open source project aimed at making your student life easier!
Stars: ✭ 226 (-4.24%)
Mutual labels:  open-source
Tutorial
Tutorial covering Open Source tools for Source Separation.
Stars: ✭ 223 (-5.51%)
Mutual labels:  open-source
Startbootstrap Bare
A bare Bootstrap HTML starter template for rapid development - created by Start Bootstrap
Stars: ✭ 235 (-0.42%)
Mutual labels:  open-source
Ui5 Webcomponents React
A wrapper implementation for React of the UI5 Web Components that are compliant with the SAP Fiori User Experience
Stars: ✭ 220 (-6.78%)
Mutual labels:  open-source
Opensourcedesign.github.io
🎨💻 Source code of our website
Stars: ✭ 228 (-3.39%)
Mutual labels:  open-source
Galaxy
The whole galaxy system, you can customize it base on your requirements.
Stars: ✭ 230 (-2.54%)
Mutual labels:  open-source
Playfair Display
Playfair Display is an Open Source typeface family for display and titling use.
Stars: ✭ 237 (+0.42%)
Mutual labels:  open-source
Zds Site
Cœur du projet technique de Zeste de Savoir
Stars: ✭ 236 (+0%)
Mutual labels:  open-source

LazPaint

Free cross-platform image editor, like PaintBrush or Paint.Net, written in Lazarus (Free Pascal). Uses BGRABitmap library.

You can support the development by donating. That will allow the developper to buy carrots and beans for sustenance.

Download

Download LazPaint for Windows, Mac and Linux. The application is also available in some Linux repositories.

This application can be made portable.

Here are compilation instructions if you would like to debug or make a modified version.

Official Sites

LazPaint Wiki

LazPaint Forums

LazPaint on Facebook

LazPaint on YouTUBE

Screenshots

LazPaint Linux dark theme LazPaint Windows LazPaint Puppy Linux

History

LazPaint was started to demonstrate the capabilities of the graphic library BGRABitmap. It provides advanced drawing functions in Lazarus development environment. Both provided a source of inspiration for the other and finally LazPaint became real image editor. Thanks to the help of Lazarus community, the program has been compiled on Windows, Linux, MacOS X, FreeBSD and Raspberry Pi.

Features

  • Files: read and write a variety of file formats, including layered bitmaps and 3D files.
  • Tools: many tools are available to draw on the layers.
  • Edit/Select: select parts of an image with antialiasing and modify the selection as a mask.
  • View: color window, layer stack window and toolbox window.
  • Command line: call LazPaint from a console.

Useful keys

  • Maintaining Space key down switches temporarily in move mode
  • F6 key hides/shows all tool windows
  • Ctrl key aligns to image pixels and limits possible angles with rotation tool
  • Backspace key erases last point in a polygon or last letter in a text
  • Enter key releases the selection Right mouse button can be used to:
  • Swap drawing colors temporarily
  • Subtract from selection (selection tool)
  • Define light position (shaded text, shaded shapes)
  • Finish a shape (polygon, curve)

Interface

Many common actions can be done with the toolbar. Zoom can be changed with the magnifying glass (+ or -), or by clicking on the 1:1 button to show the image at its original size in pixels, or with the zoom fit button to set the zoom so that the whole image be within the window. It is possible to undo/redo the 200 last operations. If you have a doubt on what you are drawing, undo back to the beginning, save a copy, and redo the modifications before going further.

Image manipulation

An image can be resampled, flipped horizontally and vertically. Smart zoom x3 : resize the image x3 and detects borders; this provides a useful zoom with ancient games sprites.

Color manipulation

  • Colorize : set the color of an image while preserving intensities
  • Shift colors : cycle colors and change colorness (saturation)
  • Intensity : make colors lighter or darker without making them white
  • Lightness : make colors lighter or darker by making them whiter
  • Normalize : use the whole range of each color channel and alpha channel
  • Negative : invert colors (with gamma correction)
  • Linear negative : invert colors (without gamma correction)
  • Grayscale : converts colors to grayscale with gamma correction

Filters

Filters can be applied to the whole image or to the active selection.

  • Radial blur : non directional blur
  • Motion blur : directional blur
  • Custom blur : blur according to a mask
  • Sharpen : makes contours more accute, complementary to Smooth
  • Smooth : softens whole image, complementary to Sharpen
  • Median : computes the median of colors around each pixel, which softens corners
  • Contour : draws contours on a white background (like a pencil drawing)
  • Emboss : draws contours with shadow
  • Sphere : spherical projection
  • Cylinder : cylinder projection
  • Clouds : add clouds of the current pen color
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].