PNG to PCL in Delphi 2005
Posted: 2012-01-19T15:06:49-07:00
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 dependent files. Can't go with COM+ objects, is there any non ActiveX dll which i can use in my Delphi 2005 application.
Just want to call loadlibrary and call the method to convert. Any help is appreciated.
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 dependent files. Can't go with COM+ objects, is there any non ActiveX dll which i can use in my Delphi 2005 application.
Just want to call loadlibrary and call the method to convert. Any help is appreciated.