Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Tags: superseriousbusiness/exif-terminator

Tags

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[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>

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[feature] add webp support (#4)

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[bugfix] Pad missing JPEG bytes out to expected file length (#3)

* tidy up a little bit

* pad out before EOI to expected file size

* add test case for missing bytes

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[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

v0.2.0

Toggle v0.2.0's commit message
test giant turnip

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
First working version (#1)

* use pipereader + pipewriter

* test updates

* testing visitor function

* hey it works

* pngs working

* rename license