NConvert Orientation after rotating

Discussions on NConvert - the command line tool for image conversion and manipulation

Moderators: helmut, XnTriq, xnview

Post Reply
unbewusstsein
Posts: 1
Joined: Tue Jan 22, 2013 6:30 am

NConvert Orientation after rotating

Post by unbewusstsein »

First, i have an image with :

Code: Select all

    Format               : JPEG TrueColor (v1.1)
    ...
    Width                : 4288
    Height               : 2848
    ...
    Orientation          : Top Left
    ...
which I rotate according to exif by :

Code: Select all

$ nconvert -jpegtrans exif -o 10-42--DSC_0193-rotated.JPG 10-42--DSC_0193.JPG
afterwards, i read info (of '10-42--DSC_0193-rotated.JPG') giving :

Code: Select all

    Format               : JPEG TrueColor (v1.1)
    ...
    Width                : 2848
    Height               : 4288
    ...
    Orientation          : Top Left
    ...
notice width and height are truly interchanged but Orientation remains the same.

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)
if reading info from another file from which exiftool gives :

Code: Select all

Orientation    : Horizontal  (normal)
nconvert gave me, badly :

Code: Select all

Orientation          : Top Left
User avatar
xnview
Author of XnView
Posts: 46238
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: NConvert Orientation after rotating

Post by xnview »

The rotation doesn't change orientation flag
Pierre.
lesleyb
Posts: 1
Joined: Mon Jul 08, 2013 2:58 pm

Re: NConvert Orientation after rotating

Post by lesleyb »

RE: The rotation doesn't change orientation flag

I was racking my brains over this, I spent all last night trying to figure it out and concluded it must be a bug. Thanks for clearing it up!
See laser cap reviews if you want a laser cap, this laser cap review is good.
Post Reply