exiftool DPI disagrees with image properties on Windows 10 and the file linux command

I’m trying to use the exiftool to set the DPI on a set of images to 300 I’m using the following command: ./exiftool -jfif:Xresolution=300 -jfif:Yresolution=300 filename.jpg I’ve also tried: ./exiftool -Xresolution=300 -Yresolution=300 filename.jpg When I query the dpi using exiftool I get the correct value: Instead, when I query the file properties on Windows (right … Read more

remove all exif tags except specified

I just want to remove all tags except a few (from jpg files). I would like to keep only the title,description and the tags. When i’m running the following command: exiftool -all= -tagsFromFile @ -Title -Caption -Keywords my description gets deleted. Can anyone help me out? BTW if I enter the description manually, it is … Read more

Bulk Edit EXIF Tags of a Large Number of Photos

I have thousands of photos scattered across several subfolders (but all of them are under a single parent folder). Most of those photos have values in their “Copyright” field, and that value differs from photo to photo. Firstly, what I would like to do is to “cut” the value in the “Copyright” field, and “paste” … Read more

Is there an ISO standard for cameras recording date taken? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Super User. Closed 9 years ago. Improve this question My application has a set of images on which computation is conducted. But the issue is that most of the cameras that take … Read more

Microsoft Visual C++ Runtime error when viewing JPEG files in Explorer

I am getting the following error each time I view JPG files in the windows explorer in Detailed view. It also appears when you open the properties of the file. I’m using Windows 8. Microsoft Visual C++ Runtime Library Assertion failed! Program: C:\Windows\Explorer.EXE File: multimedia\photos\metadatahandler\util.cpp Line: 4706 Expression: MinutesFraction < 1.0 For information on how … Read more