We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi all,
First of all, thanks for this awesome service.
I think I found an image rotation issue, exif based rotation is not working as expected in case of EXIF values - 2,4, 5 and 7.
Below URLs should all result in the same image, as I'm setting stripmeta to true and norotation to false(default behaviour).
http://localhost:9000/resize?width=300&height=200&url=https://github.com/recurser/exif-orientation-examples/raw/master/Landscape_0.jpg&stripmeta=true
http://localhost:9000/resize?width=300&height=200&url=https://github.com/recurser/exif-orientation-examples/raw/master/Landscape_1.jpg&stripmeta=true
http://localhost:9000/resize?width=300&height=200&url=https://github.com/recurser/exif-orientation-examples/raw/master/Landscape_2.jpg&stripmeta=true
http://localhost:9000/resize?width=300&height=200&url=https://github.com/recurser/exif-orientation-examples/raw/master/Landscape_3.jpg&stripmeta=true
http://localhost:9000/resize?width=300&height=200&url=https://github.com/recurser/exif-orientation-examples/raw/master/Landscape_4.jpg&stripmeta=true
http://localhost:9000/resize?width=300&height=200&url=https://github.com/recurser/exif-orientation-examples/raw/master/Landscape_5.jpg&stripmeta=true
http://localhost:9000/resize?width=300&height=200&url=https://github.com/recurser/exif-orientation-examples/raw/master/Landscape_6.jpg&stripmeta=true
http://localhost:9000/resize?width=300&height=200&url=https://github.com/recurser/exif-orientation-examples/raw/master/Landscape_7.jpg&stripmeta=true
http://localhost:9000/resize?width=300&height=200&url=https://github.com/recurser/exif-orientation-examples/raw/master/Landscape_8.jpg&stripmeta=true
However, responses from Images 2,4,5,7 results in 180 rotated images or flip-flopped images. Please correct me if I missed anything here.
The text was updated successfully, but these errors were encountered:
feat(#305, #309, #308, #305. #284)
a107201
New release, minor features, bimg upgrade and several fixes (#311)
384bb00
* feat: add fly.io * feat(readme): fly image width * feat(readme): add html image + badge * fix(docs): try space non-URL encoding * Update README.md * Update README.md * Update README.md * feat(docs): add fly.io info and links * feat(#305, #309, #308, #305. #284) * fix(ci): golinter * fix(Dockerfile): use root folder for go test / ci linter * fix(ci): allow to fail go 1.14 build, still not sure why * fix(ci): bad yaml format * fix(ci): use travis-compatible regex * fix(ci): lets skip go1.14 for now * fix(mod): update dependencies
Fixed in v1.2.0. Closing.
v1.2.0
Sorry, something went wrong.
New release, minor features, bimg upgrade and several fixes (h2non#311)
d4c61f6
* feat: add fly.io * feat(readme): fly image width * feat(readme): add html image + badge * fix(docs): try space non-URL encoding * Update README.md * Update README.md * Update README.md * feat(docs): add fly.io info and links * feat(h2non#305, h2non#309, h2non#308, h2non#305. h2non#284) * fix(ci): golinter * fix(Dockerfile): use root folder for go test / ci linter * fix(ci): allow to fail go 1.14 build, still not sure why * fix(ci): bad yaml format * fix(ci): use travis-compatible regex * fix(ci): lets skip go1.14 for now * fix(mod): update dependencies
h2non
No branches or pull requests
Hi all,
First of all, thanks for this awesome service.
I think I found an image rotation issue, exif based rotation is not working as expected in case of EXIF values - 2,4, 5 and 7.
Below URLs should all result in the same image, as I'm setting stripmeta to true and norotation to false(default behaviour).
http://localhost:9000/resize?width=300&height=200&url=https://github.com/recurser/exif-orientation-examples/raw/master/Landscape_0.jpg&stripmeta=true
http://localhost:9000/resize?width=300&height=200&url=https://github.com/recurser/exif-orientation-examples/raw/master/Landscape_1.jpg&stripmeta=true
http://localhost:9000/resize?width=300&height=200&url=https://github.com/recurser/exif-orientation-examples/raw/master/Landscape_2.jpg&stripmeta=true
http://localhost:9000/resize?width=300&height=200&url=https://github.com/recurser/exif-orientation-examples/raw/master/Landscape_3.jpg&stripmeta=true
http://localhost:9000/resize?width=300&height=200&url=https://github.com/recurser/exif-orientation-examples/raw/master/Landscape_4.jpg&stripmeta=true
http://localhost:9000/resize?width=300&height=200&url=https://github.com/recurser/exif-orientation-examples/raw/master/Landscape_5.jpg&stripmeta=true
http://localhost:9000/resize?width=300&height=200&url=https://github.com/recurser/exif-orientation-examples/raw/master/Landscape_6.jpg&stripmeta=true
http://localhost:9000/resize?width=300&height=200&url=https://github.com/recurser/exif-orientation-examples/raw/master/Landscape_7.jpg&stripmeta=true
http://localhost:9000/resize?width=300&height=200&url=https://github.com/recurser/exif-orientation-examples/raw/master/Landscape_8.jpg&stripmeta=true
However, responses from Images 2,4,5,7 results in 180 rotated images or flip-flopped images. Please correct me if I missed anything here.
The text was updated successfully, but these errors were encountered: