Dear Pebble-Users I found the the reason of my problem. Some programs like Windows Image Viewer don't really change the image rotation. These programs only set the EXIF attribute "Orientation". Most programs(e.g. graphic programs and web browser) handle this attribute by themself. But the thumbnail plugin doesn't have an interpretation of EXIF-data. It does only interpret the raw image data, and these are not rotated.
I have found out by creating an simple Java-Program and disable each steps of pebble's image conversion. Here is the link with the essential information: https://stackoverflow.com/questions/15978809/imageio-read-always-rotates-my-uploaded-picture Kind regards Damian Am 02.01.2016 um 16:13 schrieb Damian Rauchenstein: > Dear Pebble-Users > > This is my first interaction in a Mailing list, so don't be mad, if > missed something you're used to. > > First of all I use Pebble 2.6.4 in combination with Tomcat7 on an local > Ubuntu machine. > It mostly works like a charm. My only problem ist the use of the > ThumbnailDecorator. > In case of landscape formatted pictures, the thumbnail works perfectly. > My problem are pictures in upright format, because their thumbnail > everytime gets automatically rotatet by 90°. > > Is this behavior as designed, or did I do something wrong? > > Kind regards > Damian > > > > ------------------------------------------------------------------------------ _______________________________________________ Pebble-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pebble-user
