Hiccup during Image Upload/Processing
Posted: 2010-03-20T09:07:58-07:00
Hello everyone,
Have an error message, which sometimes shows, sometimes it doesn't.
Would like to get some feedback please.
I am running a resize command, which sometimes produces an error.
The command is:
The two eMails that sometimes arrive with the error message are:
These wireless modems have "scetchy" signals... thus the upload sometimes 'hangs' and stays mid-way.
Is there a way to set a parameter, to check if the images is being rewritten, or if it is 0kB, not to process?
Thoughts?
Thank you very much for the help!
Much appreciated
Let me know if you need more information!
-- HP
.
Have an error message, which sometimes shows, sometimes it doesn't.
Would like to get some feedback please.

I am running a resize command, which sometimes produces an error.
The command is:
Code: Select all
convert ../testuser/live00001.jpg -resize 225x169 ../thumbs/tinylive.jpg
I believe these are occurring because the images are uploaded by "wireless modems".convert: Empty input file ` ../testuser/live00001.jpg' @ error/jpeg.c/EmitMessage/233.
convert: missing an image filename `../thumbs/tinylive.jpg' @ error/convert.c/ConvertImageCommand/2919.
AND
convert: Premature end of JPEG file `../testuser/live00001.jpg' @ warning/jpeg.c/EmitMessage/228.
convert: Corrupt JPEG data: premature end of data segment `../testuser/live00001.jpg' @ warning/jpeg.c/EmitMessage/228.
These wireless modems have "scetchy" signals... thus the upload sometimes 'hangs' and stays mid-way.
Is there a way to set a parameter, to check if the images is being rewritten, or if it is 0kB, not to process?
Thoughts?
Thank you very much for the help!
Much appreciated

Let me know if you need more information!
-- HP
.