Ignore:
Timestamp:
2017-10-30T22:46:09+01:00 (8 years ago)
Author:
Don-vip
Message:

fix #15505 - update to metadata-extractor 2.10.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/com/drew/metadata/exif/makernotes/SanyoMakernoteDirectory.java

    r10862 r13061  
    11/*
    2  * Copyright 2002-2016 Drew Noakes
     2 * Copyright 2002-2017 Drew Noakes
    33 *
    44 *    Licensed under the Apache License, Version 2.0 (the "License");
     
    3232 * @author Drew Noakes https://drewnoakes.com
    3333 */
     34@SuppressWarnings("WeakerAccess")
    3435public class SanyoMakernoteDirectory extends Directory
    3536{
     
    6263    public static final int TAG_FLASH_MODE = 0x0225;
    6364
    64     public static final int TAG_PRINT_IM = 0x0e00;
     65    public static final int TAG_PRINT_IMAGE_MATCHING_INFO = 0x0E00;
    6566
    6667    public static final int TAG_DATA_DUMP = 0x0f00;
     
    99100        _tagNameMap.put(TAG_FLASH_MODE, "Flash Mode");
    100101
    101         _tagNameMap.put(TAG_PRINT_IM, "Print IM");
     102        _tagNameMap.put(TAG_PRINT_IMAGE_MATCHING_INFO, "Print IM");
    102103
    103104        _tagNameMap.put(TAG_DATA_DUMP, "Data Dump");
Note: See TracChangeset for help on using the changeset viewer.