Error Messages

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?".
Post Reply
madhur0702
Posts: 3
Joined: 2015-07-09T00:39:36-07:00
Authentication code: 1151

Error Messages

Post by madhur0702 »

What is the difference in processing the image with warning in the lower version as compare with the higher version?
madhur0702
Posts: 3
Joined: 2015-07-09T00:39:36-07:00
Authentication code: 1151

Re: Error Messages

Post by madhur0702 »

We are getting below error during the conversion process. Is there any error code available for the below errors in the Image Magick and if yes what is it?


1) Error while converting JPG: Not a valid JPG file
2) Error while converting JPG: Missing source JPG:
3) Command Line Process timeout:
4) Error while scaling image
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Error Messages

Post by fmw42 »

I have moved your post, since it did not have anything to do directly with the topic you posted to. Please create a new topic in the future rather than tacking onto an existing post just because the title seems to be similar.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Error Messages

Post by fmw42 »

madhur0702 wrote:We are getting below error during the conversion process. Is there any error code available for the below errors in the Image Magick and if yes what is it?


1) Error while converting JPG: Not a valid JPG file
2) Error while converting JPG: Missing source JPG:
3) Command Line Process timeout:
4) Error while scaling image

Please provide your exact command line. Also always provide your IM version and platform.

The message seems to say that your JPG image is corrupt. If you do not feel that is true, then upload your JPG to some hosting service such as dropbox.com and put the URL here. Subsequent message probably are due to the corrupted file such that IM cannot read it and then says it is missing. But one needs to see your command line and the other information and image, so that it can be tested.
Post Reply