Jason

Results 5 comments of Jason

I was analyzing the EXIF data with [exiftools](https://github.com/exiftool/exiftool). I noticed a couple of interesting things. The EXIF data in one of my files had these tags: `Camera Orientation 270 CS`,...

# Workaround Using [exiftool](https://github.com/exiftool/exiftool) modify the EXIFDATA. This removes the rotation and then darktable 'orientation' module can be used to properly orient it. ``` /exiftool -QuickTime:Rotation=0 DSC00367.HIF ```

I am seeing a similar issue when I try to ssh to an IP address that is only exposed when my VPN is on. `ssh` will hang indefinitely if the...

@victoryforce , I ran through my original test images with Darktable version 4.2.0 and it worked! The images are not auto rotated by default (which is just fine by me)....