An open API service indexing awesome lists of open source software.

https://github.com/plzombie/fastimage.c

Finds the size and the type of the image by fetching as little as needed бла бла бла
https://github.com/plzombie/fastimage.c

fastimage

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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.