Found the solution,
I didn't use ImageMagick since i couldn't go for COM objects, instead this is a all delphi solution.
I had a True Colour PNG Barcode Image which had to be converted to PCL, did the conversion using TPngImage (http://stackoverflow.com/questions/8898335/delphi-2005-tpngimage-or ...
Search found 2 matches
- 2012-01-25T09:44:40-07:00
- Forum: MagickWand
- Topic: PNG to PCL in Delphi 2005
- Replies: 1
- Views: 15336
- 2012-01-19T15:06:49-07:00
- Forum: MagickWand
- Topic: PNG to PCL in Delphi 2005
- Replies: 1
- Views: 15336
PNG to PCL in Delphi 2005
I am trying to convert PNG to PCL using ImageMagick and it works wonderfully.
There are constraints to copying all ImageMagick dll files, what i am looking out for is just one single dll which exports the "convert" method without having to register itself. This dll should require bare minimum ...
There are constraints to copying all ImageMagick dll files, what i am looking out for is just one single dll which exports the "convert" method without having to register itself. This dll should require bare minimum ...