Binary package “golang-github-edwvee-exiffix-dev” in ubuntu oracular

EXIF orientation correct replacement for golang's image.Decode (library)

 Exiffix is a one function golang library made to be a replacement for
 image.Decode to handle orientation stored in EXIF data.
 .
 exiffix.Decode has mostly the same signature as image.Decode. The difference
 is that it requires io.ReadSeeker instead of io.Seeker.