SFML uses stb_image (https://github.com/nothings/stb/blob/master/stb_image.h) for loading images. If you're using SFML 2.6 you should have the latest version.
Not sure what it considers corrupt exactly. If you're on an older version, it might simply be a bug in stb_image that has already been solved (e.g. 8-bit png wasn't supported for a while).
Here's the supported (and unsupported) formats from stb_image directly:
JPEG baseline & progressive (12 bpc/arithmetic not supported, same as stock IJG lib)
PNG 1/2/4/8/16-bit-per-channel
TGA (not sure what subset, if a subset)
BMP non-1bpp, non-RLE
PSD (composited view only, no extra channels, 8/16 bit-per-channel)
GIF (*comp always reports as 4-channel)
HDR (radiance rgbE format)
PIC (Softimage PIC)
PNM (PPM and PGM binary only)