Hi ravi. I got your TIFF file, thanks.
I added your user-defined tags, and used your code to add the tags to
this image with a small Perl script. The problem is that everything worked:
CPAN::Forum
Image-ExifTool - Re: Tiff tag viewing using exiftool -D <imagename>
| Posted on Fri Oct 20 02:23:56 2006 by exiftool in response to 3295 (See the whole thread of 7) |
| Re: Tiff tag viewing using exiftool -D <imagename> |
|
Hi ravi. I got your TIFF file, thanks. I added your user-defined tags, and used your code to add the tags to this image with a small Perl script. The problem is that everything worked: [19:12 phil@Phils-Home-G4:~/source/exiftool_cvs]% ./exiftool -D merged.tif
- ExifTool Version Number : 6.49
- File Name : merged.tif
- File Size : 560 kB
- File Modification Date/Time : 2006:10:19 19:11:18
- File Type : TIFF
- MIME Type : image/tiff
256 Image Width : 416
257 Image Height : 300
258 Bits Per Sample : 8 8 8
259 Compression : Uncompressed
262 Photometric Interpretation : RGB
274 Orientation : Horizontal (normal)
277 Samples Per Pixel : 3
278 Rows Per Strip : 6
282 X Resolution : 100
283 Y Resolution : 100
284 Planar Configuration : Chunky
296 Resolution Unit : inches
273 Strip Offsets : (Binary data 174 bytes, use -b option to extract)
279 Strip Byte Counts : (Binary data 124 bytes, use -b option to extract)
305 Software : IrfanView
- Base Name : merged
- Extension : tif
- Image Size : 416x300
[19:13 phil@Phils-Home-G4:~/source/exiftool_cvs]% ./ttt merged.tif
1 files processed.
[19:14 phil@Phils-Home-G4:~/source/exiftool_cvs]% ./exiftool -D merged.tif
- ExifTool Version Number : 6.49
- File Name : merged.tif
- File Size : 560 kB
- File Modification Date/Time : 2006:10:19 19:14:09
- File Type : TIFF
- MIME Type : image/tiff
256 Image Width : 416
257 Image Height : 300
258 Bits Per Sample : 8 8 8
259 Compression : Uncompressed
262 Photometric Interpretation : RGB
274 Orientation : Horizontal (normal)
277 Samples Per Pixel : 3
278 Rows Per Strip : 6
282 X Resolution : 100
283 Y Resolution : 100
284 Planar Configuration : Chunky
296 Resolution Unit : inches
45000 Mno : FILENAME0
60001 Xyz : TT
60002 Klm : 11
60003 Ghi : 22
60004 Abc : DATE
60005 Def : F002
273 Strip Offsets : (Binary data 159 bytes, use -b option to extract)
279 Strip Byte Counts : (Binary data 124 bytes, use -b option to extract)
305 Software : IrfanView
- Base Name : merged
- Extension : tif
- Image Size : 416x300
My best guess is that the user-defined tags aren't getting loaded properly when you
are looking at the image. Use the -u option to see any unknown tags. But this
hypothesis isn't really consistent with the fact that you seem to be able to write
at least some of the tags. So I'm still not sure what is going on. Please try the following
commands and post the console output: exiftool -mno=1 -xyz=2 -klm=3 -ghi=4 -abc=5 -def=6 -v2 merged.tif
exiftool -D -u merged.tif
Thanks. - Phil |
| Direct Responses: 3301 | Write a response |
(6)
]