Daily Archives: January 15th, 2009

php image functions failing on uploaded images

if you’re dealing with user uploaded images in any non-passthrough way (such as resizing, converting, etc) you may be familiar with this particular error message for corrupt images: “Corrupt JPEG data: xxx extraneous bytes before marker 0xd9″ Regardless of who, how, or why this happens the error is usually non fatal as far as the [...]