Recent

Author Topic: LazPaint (alpha-blending, antialiasing, filters)  (Read 654950 times)

j0x

  • Full Member
  • ***
  • Posts: 126
Re: LazPaint (alpha-blending, antialiasing, filters)
« Reply #300 on: September 18, 2011, 03:01:51 pm »
can you add layers on lazPaint just like on Paint .NET? this may become a mini photoshop if it has some layer capability

and i also like to request for a zip download for the windows 4.4 version for portability

great app!!!  :)

circular

  • Hero Member
  • *****
  • Posts: 4221
    • Personal webpage
Re: LazPaint (alpha-blending, antialiasing, filters)
« Reply #301 on: September 18, 2011, 09:48:24 pm »
Thank you. Here is the zip version of it :
https://sourceforge.net/projects/lazpaint/files/src/

Adding layers is possible, but needs some work. And it needs to figure out how to do it.

Until now, there are some bugs with undo/redo and with cut'n'paste in some cases.
« Last Edit: September 18, 2011, 09:52:25 pm by circular »
Conscience is the debugger of the mind

TurboRascal

  • Hero Member
  • *****
  • Posts: 672
  • "Good sysadmin. Bad programmer."™
Re: LazPaint (alpha-blending, antialiasing, filters)
« Reply #302 on: September 19, 2011, 01:24:16 pm »
Congratulations for the effort to develop such a great program. I think I'll start installing it on all my customers machines (I'm in system support business) to boost it's popularity ;)
Regards, ArNy the Turbo Rascal
-
"The secret is to give them what they need, not what they want." - Scotty, STTNG:Relics

circular

  • Hero Member
  • *****
  • Posts: 4221
    • Personal webpage
Re: LazPaint (alpha-blending, antialiasing, filters)
« Reply #303 on: September 19, 2011, 03:36:17 pm »
Thanks.  :)
Conscience is the debugger of the mind

lainz

  • Guest
Re: LazPaint (alpha-blending, antialiasing, filters)
« Reply #304 on: September 20, 2011, 03:30:09 am »
Congratulations for the effort to develop such a great program. I think I'll start installing it on all my customers machines (I'm in system support business) to boost it's popularity ;)

Nice.

circular

  • Hero Member
  • *****
  • Posts: 4221
    • Personal webpage
Re: LazPaint (alpha-blending, antialiasing, filters)
« Reply #305 on: September 23, 2011, 09:28:16 am »
On subversion, added :
- clipboard fix (hope there is no more bug)
- crop ask to keep the transparent margin or not
- swedish translation (thanks to Daniel Eriksson)
Conscience is the debugger of the mind

fabienwang

  • Sr. Member
  • ****
  • Posts: 449
  • Lazarus is the best
    • My blog
Re: LazPaint (alpha-blending, antialiasing, filters)
« Reply #306 on: September 23, 2011, 10:51:41 am »
Hello Circular, i'm at work right now was quite busy theses last days and have still no Internet at home.
But i take some time right now, to compile at least windows version.
Shouldn't we change version from 4.4 to 4.4.1 so people will get the update?

I'm changing version number to 4.4.1 so that people that had 4.4 will be informed on the update.
I will work soon on the auto-updater (with proxy options), and autocheck new version at startup option
« Last Edit: September 23, 2011, 01:44:18 pm by FabienWang »
I'm using Arch Linux.
Known for: CPickSniff, OpenGrabby
Contributed to: LazPaint

garlar27

  • Hero Member
  • *****
  • Posts: 652
Re: LazPaint (alpha-blending, antialiasing, filters)
« Reply #307 on: September 23, 2011, 02:12:58 pm »
Great work guys!!!

Some weeks ago I've installed 4.2 version and I couldn't find the text tool. Is it missing?

fabienwang

  • Sr. Member
  • ****
  • Posts: 449
  • Lazarus is the best
    • My blog
Re: LazPaint (alpha-blending, antialiasing, filters)
« Reply #308 on: September 23, 2011, 02:41:00 pm »
Great work guys!!!

Some weeks ago I've installed 4.2 version and I couldn't find the text tool. Is it missing?
No the text tool is included. You find it in the tools popup second line, then when creating a text, another toolbar is shown on the right of the main toolbar.


I updated src files, moved old versions in old, put win32 zip and setup files,
updated the latest.txt file so the updater see the last version.
But i couldn't compile for gtk2 as i don't have linux in here.

I'll do as soon as i can (or if someone else can... :) )

Best Regards
I'm using Arch Linux.
Known for: CPickSniff, OpenGrabby
Contributed to: LazPaint

circular

  • Hero Member
  • *****
  • Posts: 4221
    • Personal webpage
Re: LazPaint (alpha-blending, antialiasing, filters)
« Reply #309 on: September 23, 2011, 02:45:46 pm »
@garlar:
Maybe text tool has been added in version 4.4.

@FabienWang:
Thanks Fabien.

Well, I just realized I had not updated BGRABitmap. Sorry.  :-[ Here is a new version 4.7.2 which is necessary to handle clipboard properly :
http://sourceforge.net/projects/lazpaint/files/src/

So you should do a 4.4.2 version now. Or just replace the exe file.

About Linux version, someone proposed to help me. Maybe he can do that.
« Last Edit: September 23, 2011, 03:08:56 pm by circular »
Conscience is the debugger of the mind

circular

  • Hero Member
  • *****
  • Posts: 4221
    • Personal webpage
Re: LazPaint (alpha-blending, antialiasing, filters)
« Reply #310 on: September 23, 2011, 03:18:39 pm »
Ok, i'm posting LazPaint 4.4.2 (no difference in the source code, only at compile time)

EDIT: It's done. Fabien, can you update the version number for update checker to 4.4.2 ?
« Last Edit: September 23, 2011, 03:25:47 pm by circular »
Conscience is the debugger of the mind

lainz

  • Guest
Re: LazPaint (alpha-blending, antialiasing, filters)
« Reply #311 on: September 24, 2011, 03:54:40 pm »
Nice.

Also Fabien if you go compile for linux you can create a 'setup' feed with 0install?

0install download
http://0install.net/install-linux.html

packaging with 0publish-gui
http://0install.net/packaging-binaries.html

It seems to be easy but the publish program is only available on Linux, currently i've only Win32.

panoss

  • Full Member
  • ***
  • Posts: 162
  • You only live twice
Re: LazPaint (alpha-blending, antialiasing, filters)
« Reply #312 on: September 24, 2011, 10:22:36 pm »
I 'm trying to run lazpaint and gives me an error message:
'\bgrabitmap\bgragradientscanner.pas(648,26) Error: Illegal qualifier
'
bgragradientscanner.pas(648,26) is the line with code:
  alpha := FMaskScanNext.red;

What should I do to run it?

bgrabitmap4.7.2
Windows 10 64bit, Lazarus Version 2.2.0    FPC 3.2.2.

lainz

  • Guest
Re: LazPaint (alpha-blending, antialiasing, filters)
« Reply #313 on: September 25, 2011, 05:03:25 am »
I 'm trying to run lazpaint and gives me an error message:
'\bgrabitmap\bgragradientscanner.pas(648,26) Error: Illegal qualifier
'
bgragradientscanner.pas(648,26) is the line with code:
  alpha := FMaskScanNext.red;

What should I do to run it?

bgrabitmap4.7.2

No problem here Lazarus 0.9.31 r32381 FPC 2.4.4 i386-win32-win32/win64

circular

  • Hero Member
  • *****
  • Posts: 4221
    • Personal webpage
Re: LazPaint (alpha-blending, antialiasing, filters)
« Reply #314 on: September 25, 2011, 03:28:07 pm »
@panoss: What happens if you replace by
  alpha := FMaskScanNext().red
?
Conscience is the debugger of the mind

 

TinyPortal © 2005-2018