Tommy wrote:i just want to erase all metadata from all the pictures inside a folder
... and you didn't read the recommended stuff from the posted link!
jhead -option PathToYourFolder\*.jpg
-de Delete the Exif header entirely. This leaves comments in the comment section intact.
-dc Delete comment field from the JPEG header. Note that the comment is not part of the Exif header.
-du Delete sections of jpeg that are not Exif, not comment, and otherwise not contributing to the image either - such as data that photoshop might leave in the image.
-purejpg Delete all JPEG sections that aren't necessary for rendering the image. Strips any metadata that various applications may have left in the image. A combintion of the -de -dc and -du options.
Everyone who believes in telekinesis, raise my hand!
by the way i tried JHead....
unfortunately i'm not very confident with command line appz.
i folowed the instructions and i was able to edit the metadata but the lack of a GUI makes everything difficult and time consuming.
i'm looking forward for the next 1.82 beta hoping they will implement the edit metadata in the browser window as well
- Avoid duplicating exif header on some commands
- Fix up return codes
- Preserve file permissions and time when files are modified.
- Read ISO euqivalnt and white balance from canon makernote
- Added -rt (replace thumbnail) feature, and rotate the thumbnail also when using the -autorot feature
- Added -rgt (regenerate thumbnail) feature.
- Added -orp and -orl options
FYI, Matthias Wandel's (the author of jhead) comment about xnView:
XnView is an excellent free graphical image browser, cross platform. I use it mostly instead of Compupic nowadays. Unlike compupic, it makes use of jpeg thumbnails for the thumbnail view. On account of xnview, I added options to fix the thumbnails to jhead - this because copupic and jpegtran do not rotate the thumbail on doing lossless rotation, which can be annoying in Xnview.
SO whatever "jhead" can do, needs to be added to XnView and NConvert.
Am I correct?
AMD Ryzen 3 3300X 3.8Ghz, 16Gb DDR4, RX6600XT with Dell U2520D at 2560x1440@60Hz scaling 125%
Win11 x64 25H2, MS PowerToys, Process Lasso Pro and Wintoys
- Fix typecast issue run itno with GCC 4
- Fix shutter speed display in '-c' mode for very long shutter speeds
- Fix some nitpicks from Debian folks
- Fix a bug in autorot when rotating filenames with spaces in them.
- Improved handling of corrupt exif linkages in exif header
- Added -a (rename associated files) options
- Remove maximum jpeg sections limit
- Added -ds option
- On clearing rotation, clear the image and the optinoal thumbnail rotation tags.
(some viewers use the wrong tag)
- Add -mkexif option to make a new exif header.