nodeca / probe-image-size

Get image size without full download. Supported image types: JPG, GIF, PNG, WebP, BMP, TIFF, SVG, PSD, ICO.
MIT License
978 stars 77 forks source link

Add GIF support #36

Closed qsniyg closed 4 years ago

qsniyg commented 4 years ago

Title, this would be really helpful for my program, as it occasionally tries to find GIFs too

puzrin commented 4 years ago

https://github.com/nodeca/probe-image-size#probe-image-size

See supported image types. GIF is already supported.

qsniyg commented 4 years ago

Ah you're right, turns out it actually was trying to read an HTML that disguised itself as a GIF.