posva / catimg

🦦 Insanely fast image printing in your terminal
http://posva.net/shell/retro/bash/2013/05/27/catimg
MIT License
1.38k stars 57 forks source link

Suggestion: Rotate image according to Orientation exif tag #25

Open paternal opened 7 years ago

paternal commented 7 years ago

Consider the following image (which has an orientation exif tag).

This way up!

It would be nice if catimg could rotate the image according to this orientation tag.

Thanks for your work! -- Louis

posva commented 7 years ago

hey, thanks for the kind words! 🙂 Yeah, that would be great, I think stb_image reads tags by default but I'm not sure of it. I'm open to PRs for this