NConvert Orientation after rotating
Posted: Tue Jan 22, 2013 6:53 am
First, i have an image with :
which I rotate according to exif by :
afterwards, i read info (of '10-42--DSC_0193-rotated.JPG') giving :
notice width and height are truly interchanged but Orientation remains the same.
is this an already reported bug ?
I'm using :
if reading info from another file from which exiftool gives :
nconvert gave me, badly :
Code: Select all
Format : JPEG TrueColor (v1.1)
...
Width : 4288
Height : 2848
...
Orientation : Top Left
...
Code: Select all
$ nconvert -jpegtrans exif -o 10-42--DSC_0193-rotated.JPG 10-42--DSC_0193.JPG
Code: Select all
Format : JPEG TrueColor (v1.1)
...
Width : 2848
Height : 4288
...
Orientation : Top Left
...
is this an already reported bug ?
I'm using :
Code: Select all
** NCONVERT v6.17 (c) 1991-2011 Pierre-E Gougelet (Sep 17 2012/10:53:49) **
Version for MacOS X (All rights reserved)
Code: Select all
Orientation : Horizontal (normal)
Code: Select all
Orientation : Top Left