Hello everyone,
Coldfusion has great cfimage tag that works perfectly. However, it not allows vector formats to be manupulated. This makes me searching for 3rd party tools to do some image magic.
I decided to try ImageMagick with Coldfusion. I've read couple of posts that was saying 'I used to work with ImageMagick from Coldfusion for X years'. This is inspiring, but not particularly useful when bumping into problems.
I tried the following:
cfexecute with arguments to run command-line 'convert' command. Coldfusion page gives nothing - just empty page. Images are not got converted. No exceptions or text being out to browser. ImageMagick command 'convert image.eps image.jpg' runs perfectly from Windows command line, but not from Coldfusion.
Im4java and JMagick wrappers to run IM commands directly from Java objects. I created Java objects with CreateObject function and was trying to execute it's methods, but got only different types of Java errors like 'cannot convert image.jpg to integer'.
Any suggestions welcome.
Thanks!
PS: my first 'stackoverflow' :)