1
Graphics / Re: Trying to load glitched JPG file causes access violation
« on: April 09, 2015, 10:48:34 am »The fact that other tools are able to display your possibly corrupted image, doesn't mean that it is valid. We're using a small library, stb_image, to load images in SFML, and it may be able to handle some cases of incorrect data, but certainly not all.
Unlless you can prove that your modified image is still a valid JPEG file, or that your modification is likely to happen to real-life JPEGs, nobody will take the time to find a "fix" for you.
That's basically what I wanted to know. ^_^
Seems I'll have to get in depth with the JPG format then.