fogleman / primitive

Reproducing images with geometric primitives.
https://primitive.lol/
MIT License
12.35k stars 608 forks source link

Portrait mode #24

Closed gabhab closed 7 years ago

gabhab commented 7 years ago

If I input a jpg with portrait dimensions (e.g. taken on a phone), the output png/svg files are rotated 90 degrees. Is there a way to have them output to the original orientation?

fogleman commented 7 years ago

This sounds like an issue with how the file is saved by the camera and the rotation is just set in EXIF. Just rotate the output if needed.