Hi
I was wondering if someone can help me with this. I am trying to use some of the feature that imagemagick offers such as "convert -resize ..."
and etc from WITHIN my application.
Currently the way I do it is that I launch a process and the imagemagick command is passed to it and get executed.
for example :
Process p = Runtime.getRuntime().exec("convert -resize 300x250");
This works just fine except that it is very slow for obviouse reasons (launching and executing an external process ... )
Is there any way that I can impart only some functionalities from imagemagick (like an API or plugin ) to my program so that it
becomes part of my code to avoid making external calls.
Thanks
Paulo
API or plugin for imagemagick
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: API or plugin for imagemagick
What language?
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/