Image Gals: problem uploading jpegs
I have a jpeg that won't upload until I
process it with ImageMagick's convert
utility.
> convert foo.jpg foo_2.jpg
tikiwiki.org = 1.8.3
ImageMagick = 5.5.7
Apache/1.3.29 (Debian GNU/Linux) PHP/4.3.4
I told tikiwiki to use ImageMagick. I upload the
jpeg from my workstation. The upload appears to
be going ok but at the end, there is no success message,
nor image, nor thumbnail.
Nothing in the error logs for php or apache.
If I go back to my work station and run convert on the file
giving it a new name, the converted jpeg will upload just fine.
Running 'identify' on the file seems to indicate all is ok:
> identify foo*.jpg
foo.jpg1 JPEG 340x255+0+0 DirectClass 8-bit 43.2kb 0.000u 0:01
foo_2.jpg JPEG 340x255+0+0 DirectClass 8-bit 40.7kb 0.000u 0:01
Can anyone shed some light on this?