Changeset 13061 in josm for trunk/src/com/drew/metadata/exif/makernotes/SanyoMakernoteDirectory.java
- Timestamp:
- 2017-10-30T22:46:09+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/com/drew/metadata/exif/makernotes/SanyoMakernoteDirectory.java
r10862 r13061 1 1 /* 2 * Copyright 2002-201 6Drew Noakes2 * Copyright 2002-2017 Drew Noakes 3 3 * 4 4 * Licensed under the Apache License, Version 2.0 (the "License"); … … 32 32 * @author Drew Noakes https://drewnoakes.com 33 33 */ 34 @SuppressWarnings("WeakerAccess") 34 35 public class SanyoMakernoteDirectory extends Directory 35 36 { … … 62 63 public static final int TAG_FLASH_MODE = 0x0225; 63 64 64 public static final int TAG_PRINT_IM = 0x0e00;65 public static final int TAG_PRINT_IMAGE_MATCHING_INFO = 0x0E00; 65 66 66 67 public static final int TAG_DATA_DUMP = 0x0f00; … … 99 100 _tagNameMap.put(TAG_FLASH_MODE, "Flash Mode"); 100 101 101 _tagNameMap.put(TAG_PRINT_IM, "Print IM"); 102 _tagNameMap.put(TAG_PRINT_IMAGE_MATCHING_INFO, "Print IM"); 102 103 103 104 _tagNameMap.put(TAG_DATA_DUMP, "Data Dump");
Note:
See TracChangeset
for help on using the changeset viewer.
