Skip to content

Finds the size and the type of the image by fetching as little as needed бла бла бла

License

Notifications You must be signed in to change notification settings

plzombie/fastimage.c

Repository files navigation

fastimage.c

Library to detect image size and type

Supported formats

  • bmp - full
  • tga - full
  • pcx - full
  • png - full
  • gif - full
  • webp - detect and depth
  • heic - detect and size only
  • jpg - full
  • avif - full
  • qoi/qoy - full
  • ani - detect only
  • ico - full

Supported data streams

  • file - via filename or file handle
  • http - via http(s) link (WinHTTP or libcurl)

libcurl

To use libcurl define FASTIMAGE_USE_LIBCURL. For now the whole file is always downloaded.

About

Finds the size and the type of the image by fetching as little as needed бла бла бла

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published