go-imgparse

module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 12, 2018 License: BSD-2-Clause-Views

README

go-imgparse

Description

A small go library to efficiently parse the resolution of various image format streams. Can used with any io.Reader.

Current Content Type Support

  • gif
  • jpeg
  • png
  • webp
  • webpll
  • more to come

Installing

go get github.com/vimeo/go-imgparse/imgparse

API

The API is a single function call:

import "github.com/vimeo/go-imgparse/imgparse"

imgparse.ParseRes(input io.Reader, contenttype string)

The input argument is any reader, and contenttype is any of the types listed above.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL