How to prevent auto rotate?

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

Moderators: XnTriq, helmut, xnview

Post Reply
892768447
Posts: 3
Joined: Tue Dec 11, 2018 6:30 am

How to prevent auto rotate?

Post by 892768447 »

Hi guys,
I have some problems in converting raw file, I want to convert raw file to png. but some file auto rotate.

Code: Select all

[Nconvert, '-quiet', '-overwrite', '-ignore_errors',
            '-no_auto_ext', '-embedded_jpeg', '-i', '-opthuff',
            '-keepfiledate', '-keepcspace', '-keep_icc',
            '-raw_autobalance', '-raw_camerabalance',
            '-raw_autobright', '-dct', '2', '-subsampling', '2',
            '-q', '100', '-out', 'png', '-clevel', '6', '-o', ofile, ifile]
like:

Original image
Image

but after convert
Image

How can I keep convert file same direction as Photoshop CameraRaw
Image
User avatar
xnview
Author of XnView
Posts: 43326
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: How to prevent auto rotate?

Post by xnview »

could you send me the raw file?
Pierre.
892768447
Posts: 3
Joined: Tue Dec 11, 2018 6:30 am

Re: How to prevent auto rotate?

Post by 892768447 »

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

Re: How to prevent auto rotate?

Post by xnview »

ok, currently not possible but i'll add an option...
Pierre.
892768447
Posts: 3
Joined: Tue Dec 11, 2018 6:30 am

Re: How to prevent auto rotate?

Post by 892768447 »

xnview wrote: Thu Dec 13, 2018 11:50 am ok, currently not possible but i'll add an option...
好的,期待好消息
Post Reply