a part of Tag(geotiff?) is not copyed.

Started by s.wtnb, January 08, 2019, 02:20:43 AM

Previous topic - Next topic

s.wtnb

I want to try like this.
https://exiftool.org/forum/index.php/topic,2700.msg11944.html

Command:
exiftool -TagsFromFile ortho.tif -ALL test.tif

ortho.tif
ExifTool Version Number         : 11.23
File Name                       : ortho.tif
Directory                       : G:/exif/exiftool-11.23
File Size                       : 113 MB
File Modification Date/Time     : 2018:11:19 19:08:46+09:00
File Access Date/Time           : 2019:01:08 16:09:51+09:00
File Creation Date/Time         : 2019:01:08 11:32:02+09:00
File Permissions                : rw-rw-rw-
File Type                       : TIFF
File Type Extension             : tif
MIME Type                       : image/tiff
Exif Byte Order                 : Little-endian (Intel, II)
Subfile Type                    : Full-resolution Image
Image Width                     : 10000
Image Height                    : 8000
Bits Per Sample                 : 8 8 8
Compression                     : PackBits
Photometric Interpretation      : RGB
Strip Offsets                   : (Binary data 9020 bytes, use -b option to extract)
Samples Per Pixel               : 3
Rows Per Strip                  : 8
Strip Byte Counts               : (Binary data 6619 bytes, use -b option to extract)
X Resolution                    : 254
Y Resolution                    : 254
Planar Configuration            : Chunky
Resolution Unit                 : inches
Pixel Scale                     : 0.0693226928710937 0.0693226928710937 0
Model Tie Point                 : 0 0 0 23025.131910252 -36852.8074890312 0 0 23718.3588389629 -36852.8074890312 0 0 23718.3588389629 -37407.389032 0 0 23025.131910252 -37407.389032 0 0 23371.7453746074 -37130.0982605156 0 0 0 0 0 0 0 0 0
Geo Tiff Version                : 1.1.0
GT Model Type                   : Projected
GT Raster Type                  : Pixel Is Point
Geographic Type                 : Tokyo
Geog Citation                   : Everest Ellipsoid Used.
Geog Geodetic Datum             : Tokyo
Geog Linear Units               : Linear Meter
Geog Angular Units              : Angular Degree
Geog Ellipsoid                  : Bessel 1841
Geog Semi Major Axis            : 6377397.155
Geog Inv Flattening             : 299.1528128
Projected CS Type               : Unknown (30161)
Image Size                      : 10000x8000
Megapixels                      : 80.0


test.tif
ExifTool Version Number         : 11.23
File Name                       : test.tif
Directory                       : G:/exif/exiftool-11.23
File Size                       : 6.4 MB
File Modification Date/Time     : 2019:01:08 16:10:50+09:00
File Access Date/Time           : 2019:01:08 16:10:50+09:00
File Creation Date/Time         : 2019:01:08 16:10:14+09:00
File Permissions                : rw-rw-rw-
File Type                       : TIFF
File Type Extension             : tif
MIME Type                       : image/tiff
Exif Byte Order                 : Little-endian (Intel, II)
Subfile Type                    : Full-resolution Image
Image Width                     : 10000
Image Height                    : 8000
Bits Per Sample                 : 8 8 8 8
Compression                     : LZW
Photometric Interpretation      : RGB
Strip Offsets                   : (Binary data 61776 bytes, use -b option to extract)
Orientation                     : Horizontal (normal)
Samples Per Pixel               : 4
Rows Per Strip                  : 1
Strip Byte Counts               : (Binary data 33478 bytes, use -b option to extract)
X Resolution                    : 254
Y Resolution                    : 254
Planar Configuration            : Chunky
Resolution Unit                 : inches
Predictor                       : Horizontal differencing
Extra Samples                   : Unassociated Alpha
XMP Toolkit                     : Image::ExifTool 11.23
Geo Tiff Version                : 1.1.0
GT Model Type                   : Projected
GT Raster Type                  : Pixel Is Point
Geographic Type                 : Tokyo
Geog Citation                   : Everest Ellipsoid Used.
Geog Geodetic Datum             : Tokyo
Geog Linear Units               : Linear Meter
Geog Angular Units              : Angular Degree
Geog Ellipsoid                  : Bessel 1841
Geog Semi Major Axis            : 6377397.155
Geog Inv Flattening             : 299.1528128
Projected CS Type               : Unknown (30161)
Image Size                      : 10000x8000
Megapixels                      : 80.0


Exiftool succeeded in copying almost all information, but the following information can not be copied.
Pixel Scale: 0.0693226928710937 0.0693226928710937 0
Model Tie Point: 0 0 0 23025.131910252 -36852.8074890312 0 0 23718.3588389629 -3852.8074890312 0 0 23718.3588389629 -37407.389032 0 0 23025.131910252 -37407.389032 0 0 23371.7453746074 -37130.0982605 156 0 0 0 0 0 0 0 0 0 0


Please let me know if someone knows the cause and solution.

thanks.

Phil Harvey

#1
Your command will not write unwritable or unsafe tags (see the EXIF tag name documentation).

I will make these writable for the next release.

- Phil

Edit: ExifTool 11.24 is now available.
...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 ($).

s.wtnb

I confirmed that value could be copied.
Thank you!