Tips for removing big data tags (A to B0 etc)

Started by erixon, February 05, 2013, 03:31:50 AM

Previous topic - Next topic

erixon

There are two tags "A to B0", "B to A0" (maybe more combos?) in an image that take up big space that I probably want to remove in my automated process without losing quality. Any suggestions how I should do?

kind regards
Tomas

ExifTool Version Number         : 8.15
File Name                       : stor.jpg
Directory                       : /home/tomas
File Size                       : 406 kB
File Modification Date/Time     : 2013:02:04 17:37:49+01:00
File Permissions                : rwxrw-r--
File Type                       : JPEG
MIME Type                       : image/jpeg
Profile CMM Type                : appl
Profile Version                 : 2.1.0
Profile Class                   : ColorSpace Conversion Profile
Color Space Data                : RGB
Profile Connection Space        : Lab
Profile Date Time               : 1997:09:16 13:37:08
Profile File Signature          : acsp
Primary Platform                : Apple Computer Inc.
CMM Flags                       : Not Embedded, Independent
Device Manufacturer             : none
Device Model                    : none
Device Attributes               : Reflective, Glossy, Positive, Color
Rendering Intent                : Perceptual
Connection Space Illuminant     : 0.9642 1 0.82491
Profile Creator                 : HDM
Profile ID                      : 0
Profile Description             : TIFF RGB
A To B0                         : (Binary data 199732 bytes, use -b option to extract)
B To A0                         : (Binary data 199732 bytes, use -b option to extract)
Media White Point               : 0.95039 1 1.0889
Profile Copyright               : Copyright (c) 1997 Heidelberger Druckmaschinen AG
Image Width                     : 284
Image Height                    : 129
Encoding Process                : Baseline DCT, Huffman coding
Bits Per Sample                 : 8
Color Components                : 3
Y Cb Cr Sub Sampling            : YCbCr4:4:4 (1 1)
Image Size                      : 284x129

Phil Harvey

Hi Tomas,

These tags are an integral part of the ICC Profile.  You can remove the ICC Profile with this command:

exiftool -icc_profile= FILE

but you may affect the colors of the image.

- 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 ($).