I am using ImageMagick 6.8 to convert a tif file to jpg.
After around 30 mins the following windows error occured.
ImageMagick studio library and utility programs has stopped working.
The command I used is
Code: Select all
convert front.tif -debug Trace -intent relative -resize "500x375>" -quality 95 -colorspace sRGB black_front.jpg
2015-02-20T12:59:42+05:00 0:00.077 0.078u 6.8.0 Trace imconvert.exe[8540]: splay-tree.c/GetValueFromSplayTree/890/Trace
...
2015-02-20T13:27:29+06:00 27:47.261 1660.443u 6.8.0 Trace imconvert.exe[8540]: xml-tree.c/GetXMLTreeChild/708/Trace
Any help on resolving the issue is much appreciated.
Thanks,
Senthil.