On Mon, Dec 29, 2014 at 9:57 AM, GianLuca Sarto <[email protected]> wrote: > Pedro, > > there are 3K images in the *istDS folder, so selecting those that need > rotating isn't quick.
Selecting all images from one camera is simple, just use the collect module and select the camera. > So I removed them all from the database, deleted the .xmp files are imported > again. > > It still doesn't get the correct orientation with vertical images. Just to confirm nothing is left can you take some of the images, put them in a new folder, open that folder in the terminal and run in the terminal: darktable --configdir conf/ --cachedir cache/ --conf import_recursive=true . Whatever that does is what we can do right now. Could you also open a bug report and attach some of the images that have the wrong rotation so I can try locally? > What's strange is that it shows image size as 3040x2024 when the correct > value is 3008x2008. 3040x2022 is the correct value. I forgot to check the margins and the two bottom lines are garbage. That could actually be part of the issue. The correct cameras.xml settings are these: <Camera make="PENTAX Corporation" model="PENTAX *ist DS"> <CFA width="2" height="2"> <Color x="0" y="0">RED</Color> <Color x="1" y="0">GREEN</Color> <Color x="0" y="1">GREEN</Color> <Color x="1" y="1">BLUE</Color> </CFA> <Crop x="0" y="0" width="0" height="-2"/> <Sensor black="128" white="3950"/> </Camera> Cheers, Pedro ------------------------------------------------------------------------------ Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net _______________________________________________ Darktable-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/darktable-users
