Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fumiama/imgsz

Image size analyzer for jpg/png/gif/webp
https://github.com/fumiama/imgsz

Last synced: 8 days ago
JSON representation

Image size analyzer for jpg/png/gif/webp

Awesome Lists containing this project

README

        

# imgsz
Image size analyzer for jpg/png/gif/webp

# Usage

```go
// DecodeSize decodes the dimensions of an image that has
// been encoded in a registered format. The string returned is the format name
// used during format registration. Format registration is typically done by
// an init function in the codec-specific package.
func DecodeSize(r io.Reader) (Size, string, error)
```