Main Menu

Structure JPEG

Started by lorents, October 12, 2010, 04:07:15 AM

Previous topic - Next topic

lorents

#45
And you don't have script which could remove the following metadata:
xmp
exif
iptc
jfif
app14
comment
icc_profile
Other metadata

Phil Harvey

Both exiftool and the script I posted above will remove these.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

lorents

Look, to me скритп it is necessary for my project - Image Catalyst, and here now I search for a way to replace jhead

Therefore I search for an integral script for removal of the metadata from JPEG

Such question, and it is possible using exiftool to remove all metadata except exif?

Phil Harvey

Quote from: lorents on February 21, 2012, 01:41:26 PM
Such question, and it is possible using exiftool to remove all metadata except exif?

Yes.
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

lorents

It is possible more in detail, how?

Phil Harvey

exiftool -all= --exif:all FILE
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

lorents

Thanks!

And there are no chances, what you separate from exiftool function of removal of the metadata for JPEG?

Phil Harvey

Aside from the script I posted, I have no plans to write another script that only removes metadata.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

lorents

It is a pity, if will change the mind, let know.

exiftool the excellent program, I wish the further development.

lorents

Tell me, what removes the tags Photoshop in ExifToolGUI?

BogdanH

This option executes command
exiftool -photoshop:all=
-which deletes photoshop metadata section in selected files (see description here: http://www.exiftool.org/TagNames/Photoshop.html

Bogdan

lorents


lorents

Phil Harvey good afternoon!
I have some questions, you couldn't answer them:
1. How to remove the comment from JPEG
2. How to apply date and time of updating of a file from EXIF
3. Whether it is possible to receive the unpacked version exiftool since I lose a lot of time for unpacking exiftool, and whether it is possible then to clean from exiftool scripts which aren't responsible for work with JPEG?

Phil Harvey

Quote from: lorents on February 23, 2012, 05:22:27 AM
1. How to remove the comment from JPEG

-comment=

Quote2. How to apply date and time of updating of a file from EXIF

"-filemodifydate<datetimeoriginal"

Quote3. Whether it is possible to receive the unpacked version exiftool since I lose a lot of time for unpacking exiftool,

You can install Perl and run the Perl version if you want.  All versions are available from the exiftool home page.

Quoteand whether it is possible then to clean from exiftool scripts which aren't responsible for work with JPEG?

You are free to edit ExifTool to suit your needs.  Full source code is included in all versions.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

lorents

How it is possible to make removal of all metadata except the comment?

Whether could make you an example of work ExifTool with ActivePerl, I will be very grateful? At the same time to remove all superfluous of ExifTool?

Me following functions interest
-all=
-exif:all=
-iptc:all=
-xmp:all=
-icc_profile:all=
-photoshop:all=
-comment=

--exif:all
--iptc:all
--xmp:all
--icc_profile:all
--photoshop:all
--comment

-overwrite_original

"-filemodifydate<datetimeoriginal"