jokiazhang / metadata-extractor

Automatically exported from code.google.com/p/metadata-extractor
0 stars 0 forks source link

Additional tags (ExifSubIFDDirectory) #53

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

New tags in ExifSubIFDDirectory 

public static final int TAG_RELATED_IMAGE_FILE_FORMAT = 0x1000; 
public static final int TAG_RELATED_IMAGE_WIDTH = 0x1001;
public static final int TAG_RELATED_IMAGE_LENGTH = 0x1002;
public static final int TAG_TRANSFER_RANGE = 0x0156 ;
public static final int TAG_JPEG_PROC = 0x0200;
public static final int TAG_MAKER_NOTE = 0x927C;
public static final int TAG_INTEROPERABILITY_OFFSET = 0xA005;

    _tagNameMap.put(TAG_RELATED_IMAGE_FILE_FORMAT, "Related Image File Format"); 
        _tagNameMap.put(TAG_RELATED_IMAGE_WIDTH, "Related Image Width");
        _tagNameMap.put(TAG_RELATED_IMAGE_LENGTH, "Related Image Length");
        _tagNameMap.put(TAG_TRANSFER_RANGE, "Transfer Range");
        _tagNameMap.put(TAG_JPEG_PROC, "JPEG Proc");
        _tagNameMap.put(TAG_COMPRESSED_AVERAGE_BITS_PER_PIXEL, "Compressed Bits Per Pixel");
        _tagNameMap.put(TAG_MAKER_NOTE, "Maker Note");
        _tagNameMap.put(TAG_INTEROPERABILITY_OFFSET, "Interoperability Offset");

Original issue reported on code.google.com by i.a.ferg...@googlemail.com on 21 Jun 2012 at 12:33

GoogleCodeExporter commented 8 years ago

Original comment by drewnoakes on 16 Oct 2012 at 2:22

GoogleCodeExporter commented 8 years ago

Original comment by drewnoakes on 16 Oct 2012 at 8:01

GoogleCodeExporter commented 8 years ago

Original comment by drewnoakes on 16 Oct 2012 at 8:02

GoogleCodeExporter commented 8 years ago
This issue has been migrated along with the project to GitHub:

https://github.com/drewnoakes/metadata-extractor/issues/8

Original comment by drewnoakes on 19 Nov 2014 at 12:43