This repository has been archived by the owner on Jan 15, 2024. It is now read-only.
Tags: superseriousbusiness/exif-terminator
Tags
[feature] Fix png crc signature of each chunk while writing (#6) * a fish, a fish, a fishy-oh! * fix png crc while writing * prove that the fish is clean * update to latest go-png-image-structure version * set scanner error via pipewriter, removing need for logging * update go version, instead of allocating new zeroed data just clear() existing --------- Co-authored-by: kim <grufwub@gmail.com>
[feature] Preserve orientation data in JPEGs (#2) * go mod tidy * add test image with orientation data * add panorama test * start work on preserving orientation for jpegs * go fmt * add spec pdf * write orientation nicely * update tests * add runnable example code * update readme