Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Im using the im4java to convert my images in java and it works great.But i need to know the time it takes to convert an image. Cause the time change depending of the size of the original image,etc.
Thanks for your reply fmw42, but the -monitor doesn't offer an option to get the conversion time of an image. The Unix time function either.
The reason why i want to get the conversion time of an image is that i want to call another function as soon as the image
is converted.Do you have some suggestions or some ideas how can i do this ?