IgnorantGuru / spacefm

SpaceFM File Manager
http://ignorantguru.github.com/spacefm/
GNU General Public License v3.0
489 stars 73 forks source link

[Feature Request] Thumbnail orientation #183

Closed kanyck closed 12 years ago

kanyck commented 12 years ago

Is it possible to somehow make spacefm/thumbnailer respect EXIF orientation info? I've made few hundreds of vertical photos and my neck aches now....

BwackNinja commented 12 years ago

A call to gdk_pixbuf_apply_embedded_orientation at around line 380 of vfs-thumbnail-loader.c should solve that.

IgnorantGuru commented 12 years ago

Thanks for the input - feel free to code it if you like, probably should be done.

BwackNinja commented 12 years ago

Implemented with this commit: https://github.com/BwackNinja/spacefm/commit/7edf5b74bd29edf23704719e9751e89072f1edf8

IgnorantGuru commented 12 years ago

This is now in the next and gtk3 branches and will be in release 0.8.3 - thanks BwackNinja. Please test next branch (see BUILD NEXT section in README).

kanyck commented 12 years ago

Thanx a lot! My neck will be fine then...