nfnt / resize

Pure golang image resizing
ISC License
3.02k stars 321 forks source link

exif information is lost after resize #13

Closed fwang2002 closed 10 years ago

nfnt commented 10 years ago

This package uses the image.Image types which don't provide the exif information, only the raw pixel data of an image. Therefore it is the responsibility of the caller (via another package maybe?) to take care of exif handling. This is the same behavior as in #10: image.Image types only provide the pixel data of an image, all additional information like exif, dpi, colorspace have to be taken care of with other means.