LazPaint - image editor

Submit portable freeware that you find here. It helps if you include information like description, extraction instruction, Unicode support, whether it writes to the registry, and so on.
Message
Author
User avatar
I am Baas
Posts: 4150
Joined: Thu Aug 07, 2008 4:51 am

LazPaint - image editor

#1 Post by I am Baas »

Image editor, like PaintBrush or Paint.Net, written in Lazarus (Free Pascal). Includes BGRABitmap, a set of drawing routines. Features:

•antialiasing
•multiple undo
•alpha blending
•BGRABitmap
•selection of any shape
•rotation
•filters
•update checker
http://sourceforge.net/projects/lazpaint/

Download @ http://sourceforge.net/projects/lazpaint/files/bin/

lautrepay
Posts: 715
Joined: Sat Mar 26, 2011 2:31 am

Re: LazPaint

#2 Post by lautrepay »

Nice app, but writes settings to AppData/Local/LazPaint.
A portabilized version in PA.c format can be downloaded here: http://framakey.org/Portables/LazPaintPortable

User avatar
I am Baas
Posts: 4150
Joined: Thu Aug 07, 2008 4:51 am

Re: LazPaint

#3 Post by I am Baas »

Thanks, lautrepay. Indeed, a nice editor/paint program.

I am not on my usual testing machine and missed that portability issue somehow :oops: .

circular
Posts: 4
Joined: Mon Dec 12, 2011 5:15 am

Re: LazPaint

#4 Post by circular »

Hello !

A new version is available (4.7).

There is now a really portable version, which writes configuration near the program (it was not the case with 4.6), which can be downoladed here as before :
http://framakey.org/Portables/LazPaintPortable

The non portable version does write the configuration in user app folder :
http://sourceforge.net/projects/lazpaint/

lautrepay
Posts: 715
Joined: Sat Mar 26, 2011 2:31 am

Re: LazPaint

#5 Post by lautrepay »

winPenPack released another portabilized version of LazPaint: X-LazPaint
But it seems that the only official version, as circular (author of this interesting app) mentioned, is the one developed by Framakey.

User avatar
webfork
Posts: 10821
Joined: Wed Apr 11, 2007 8:06 pm
Location: US, Texas
Contact:

Re: LazPaint

#6 Post by webfork »

Tested this out today. What I like about this program is the way it right away starts working with opacity / transparency. Sort of the watercolor "wash" approach to graphics.

This is not a program that supports layers, so you're drawing directly to the canvas, and there's no moving objects after you draw them. Usually with programs where you draw a square or a circle, you have the ability to treat that object as separate from the rest of the image before you "let go" and add it to the image. Here you just draw it.

I like the license and there are some cool things here, but I'm not sure what I'd use it for unless I was doing a lot with transparent images.

Update: I also really liked the deformation grid and that the coordinates were right up front and easy

circular
Posts: 4
Joined: Mon Dec 12, 2011 5:15 am

Re: LazPaint

#7 Post by circular »

New version of LazPaint (5.2) with :
- Layers
- Load and save OpenRaster
- Load Paint.NET
- Resize shapes
- Text alignment
- Less memory usage
- Embedded update checker
- Filters applied to selected part
- Twirl center

Zip files are already available which store the configuration on the computer. Fully portable version that store the configuration next to the binaries are not done yet. I notified FramaKey and winPenPack.

User avatar
tproli
Posts: 1172
Joined: Sat Sep 09, 2006 10:14 am
Location: Hungary
Contact:

Re: LazPaint

#8 Post by tproli »

Had a quick look at it and it is pretty awesome, thanks!

User avatar
I am Baas
Posts: 4150
Joined: Thu Aug 07, 2008 4:51 am

Re: LazPaint

#9 Post by I am Baas »


circular
Posts: 4
Joined: Mon Dec 12, 2011 5:15 am

Re: LazPaint

#10 Post by circular »

Hello people!

A new version (LazPaint 6.0) is available. It has lots of optimisations and also new features like printing, curve adjustments, image list, texture on 3d objects, etc.

Regards

User avatar
JohnTHaller
Posts: 716
Joined: Wed Feb 10, 2010 4:44 pm
Location: New York, NY
Contact:

Re: LazPaint

#11 Post by JohnTHaller »

LazPaint is natively portable by creating a lazpaint.ini file in the same directory as lazpaint.exe with the following:

[General]
ConfigFile=LazPaint.cfg

I've added it to the database with this info here:
http://www.portablefreeware.com/index.php?id=2625

I also updated LazPaint Portable to the new version. It adjusts paths and includes both the 32-bit and 64-bit versions, switching to the appropriate one on each PC. http://portableapps.com/apps/graphics_p ... t-portable
PortableApps.com - The open standard for portable software | Support Net Neutrality

User avatar
webfork
Posts: 10821
Joined: Wed Apr 11, 2007 8:06 pm
Location: US, Texas
Contact:

Re: LazPaint

#12 Post by webfork »

JohnTHaller wrote:I've added it to the database with this info here
Very cool. Thanks for doing that.

User avatar
JohnTHaller
Posts: 716
Joined: Wed Feb 10, 2010 4:44 pm
Location: New York, NY
Contact:

Re: LazPaint

#13 Post by JohnTHaller »

webfork wrote:
JohnTHaller wrote:I've added it to the database with this info here
Very cool. Thanks for doing that.
Sure thing. I was surprised it hadn't been mentioned in thread and wanted to be sure it was included. Checker cleaned it up a bit after I posted it.
PortableApps.com - The open standard for portable software | Support Net Neutrality

billon
Posts: 843
Joined: Sat Jun 23, 2012 4:28 pm

Re: LazPaint

#14 Post by billon »

Crashes every time on that attached .OBJ. Too complicated model?

Image
Attachments
female.obj.7z
(190.94 KiB) Downloaded 641 times

User avatar
JohnTHaller
Posts: 716
Joined: Wed Feb 10, 2010 4:44 pm
Location: New York, NY
Contact:

Re: LazPaint

#15 Post by JohnTHaller »

billon wrote:Crashes every time on that attached .OBJ. Too complicated model?
It worked for me here under both the 32-bit and 64-bit versions directly and within our LazPaint Portable on Windows 7 x64
PortableApps.com - The open standard for portable software | Support Net Neutrality

Post Reply