Recent

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

circular

  • Hero Member
  • *****
  • Posts: 4220
    • Personal webpage
Re: LazPaint (alpha-blending, antialiasing, filters)
« Reply #510 on: March 14, 2013, 06:56:04 pm »
@taazz:

I've added resulting images in LZP format in tutorial videos (some link below)

@lainz:

Ok, just wait a minute.

EDIT : here is your drawing with blue fire  :)
« Last Edit: March 14, 2013, 07:14:58 pm by circular »
Conscience is the debugger of the mind

lainz

  • Guest
Re: LazPaint (alpha-blending, antialiasing, filters)
« Reply #511 on: March 14, 2013, 09:11:56 pm »
 :o wow LazPaint is cool

circular

  • Hero Member
  • *****
  • Posts: 4220
    • Personal webpage
Re: LazPaint (alpha-blending, antialiasing, filters)
« Reply #512 on: March 14, 2013, 11:02:56 pm »
What I did :
- load the image into LazPaint
- duplicate the layer
- apply contour filter
- negative
- motion blur 50, vertical and oriented
- duplicate this layer
- fast blur 50
- adjust lightness
- blend mode : lighten
- merge layer
- new layer with perlin noise (twice)
- top layer with overlay blend mode
- merge layer
- blend mode : lighten
- colorize
Conscience is the debugger of the mind

lainz

  • Guest
Re: LazPaint (alpha-blending, antialiasing, filters)
« Reply #513 on: March 16, 2013, 06:19:50 pm »
patch using BCButton and BCPanel in LazPaint and test 3d
Download it: http://db.tt/sxbbbuGs

pd: I get some errors in 3d test and some others in canvas test, lazarus 32 bits.
« Last Edit: March 16, 2013, 06:29:15 pm by lainz »

circular

  • Hero Member
  • *****
  • Posts: 4220
    • Personal webpage
Re: LazPaint (alpha-blending, antialiasing, filters)
« Reply #514 on: March 17, 2013, 06:12:25 pm »
Patch applied.

Can you be more specific about the errors you get?
Conscience is the debugger of the mind

lainz

  • Guest
Re: LazPaint (alpha-blending, antialiasing, filters)
« Reply #515 on: March 17, 2013, 06:39:45 pm »
BGRATutorial3D when I click 'ex4' there is a 'run error(3)' 'Invalid FileName'.

TestCanvas2D when I change to '2' there is a 'run error(201)' 'Range check error'.; '4', '10', '17' and '19' the same.

circular

  • Hero Member
  • *****
  • Posts: 4220
    • Personal webpage
Re: LazPaint (alpha-blending, antialiasing, filters)
« Reply #516 on: March 17, 2013, 07:01:56 pm »
BGRATutorial3D when I click 'ex4' there is a 'run error(3)' 'Invalid FileName'.
Ok that's always the same error with the obj directory. I added a workaround on subversion and a more understandable error message.

Quote
TestCanvas2D when I change to '2' there is a 'run error(201)' 'Range check error'.; '4', '10', '17' and '19' the same.
Thanks, yes, this should not be triggered. I've added "and $ffff" on subversion.
Conscience is the debugger of the mind

circular

  • Hero Member
  • *****
  • Posts: 4220
    • Personal webpage
Re: LazPaint (alpha-blending, antialiasing, filters)
« Reply #517 on: March 23, 2013, 09:14:53 pm »
I've updated the source code in LazPaint 5.6 zip file to work with latest BGRAControls :
http://sourceforge.net/projects/lazpaint/files/src/

Can someone make MacOS X binaries for version 5.6 ? You can look at binaries for version 5.5 to know how the archives should be organized :
https://sourceforge.net/projects/lazpaint/files/bin/
Conscience is the debugger of the mind

TurboRascal

  • Hero Member
  • *****
  • Posts: 672
  • "Good sysadmin. Bad programmer."™
Re: LazPaint (alpha-blending, antialiasing, filters)
« Reply #518 on: August 20, 2013, 09:42:40 pm »
I was wondering, are there any plans for printer and scanner support?
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: 4220
    • Personal webpage
Re: LazPaint (alpha-blending, antialiasing, filters)
« Reply #519 on: August 31, 2013, 09:24:24 am »
Seems a good idea however well the thing is that the development is stopped for now. Of course it can continue if other people participate (with subversion patches). Personally I switched to other things and don't know when I'll continue. But the roadmap is pretty well defined:
- brushes, digital tablets
- printer, scanner  ;)
- http://graphicssoft.about.com/od/freesoftware/fr/lazpaint.htm
Conscience is the debugger of the mind

chymax3m

  • Newbie
  • Posts: 1
Re: LazPaint (alpha-blending, antialiasing, filters)
« Reply #520 on: September 20, 2013, 09:15:17 am »
Hi everybody! After starting LazPaint 5.6 met an error:
Unable to open file
"C:\Users\????\AppData\Local\lazpaint\lazpaint.nl.po"

Is this because my user name written in Cyrillic (Russian)? Could You fix It? because it appears every time i run LazPaint?

circular

  • Hero Member
  • *****
  • Posts: 4220
    • Personal webpage
Re: LazPaint (alpha-blending, antialiasing, filters)
« Reply #521 on: October 10, 2013, 01:19:23 pm »
I just thought about it: you can use the portable version instead, which saves the configuration locally (in this case you cannot put the program in Program files folder of latest versions of Windows, but in another folder like C:\LazPaint or on a USB key).

http://framakey.org/Portables/LazPaintPortable
http://www.winpenpack.com/en/download.php?view.1335
Conscience is the debugger of the mind

TurboRascal

  • Hero Member
  • *****
  • Posts: 672
  • "Good sysadmin. Bad programmer."™
Re: LazPaint (alpha-blending, antialiasing, filters)
« Reply #522 on: November 21, 2013, 11:28:03 pm »
Seems a good idea however well the thing is that the development is stopped for now.
...
- printer, scanner  ;)

That's unfortunate, this is one of "killer programs" made in Lazarus... :(

The image manipulation abilities already offer a decent alternative to firing up PS or GIMP except for extremely complex stuff. If it only had printer and scanner support, it would be a complete alternative to Paint.NET and similar.

I'd love if I could jump in and help, but I'm no good at graphics and multimedia programming. :-[ I also have no time to learn it since for now I must focus heavily on databases and other ERP stuff...  :-\
Regards, ArNy the Turbo Rascal
-
"The secret is to give them what they need, not what they want." - Scotty, STTNG:Relics

lainz

  • Hero Member
  • *****
  • Posts: 4468
    • https://lainz.github.io/
Re: LazPaint (alpha-blending, antialiasing, filters)
« Reply #523 on: April 08, 2014, 04:51:34 am »
Hi,

I see you are adding more formats to LazPaint, now you can manage File Associations from a lazarus program easy, if you want to, instead of using inno setup (that's good), check this wiki article:

http://wiki.lazarus.freepascal.org/FileAssociation

You have seen greenfish icon editor pro? Is open source and its made in lazarus
« Last Edit: April 08, 2014, 05:00:57 am by 007 »

circular

  • Hero Member
  • *****
  • Posts: 4220
    • Personal webpage
Re: LazPaint (alpha-blending, antialiasing, filters)
« Reply #524 on: April 08, 2014, 11:38:20 pm »
Oh that's interesting.

I also received a feedback about the file associations, that it would be better to opt out by default for the file assocations when the program is installed.
Conscience is the debugger of the mind

 

TinyPortal © 2005-2018