go-fix-orientation

module
v0.0.0-...-37c78c6 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2016 License: MIT

README

go-fix-orientation Circle CI

Apply Exif orientation tag to pixels.

Installation

go get github.com/minodisk/go-fix-orientation/processor

Usage

r, err := os.Open("path/to/image.jpg")
if err != nil {
  panic(err)
}
fixed, err := processor.Process(r)
if err != nil {
  panic(err)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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