go-exif/v3/undefined
Georgi Sabev e7f5402b24 Add codec for tag 0xC4A5 PrintImageMatching
As the information about this tag is pretty obscure in the internet the
codec is fairly basic, just checking the header, parsing the version and
keeping the raw bytes.
2023-08-17 19:55:05 +03:00
..
README.md Seed v3 release. Copy from v2 release. 2020-07-11 12:12:48 -04:00
accessor.go v3: Fix import naming glitch 2020-07-16 21:33:45 -04:00
exif_927C_maker_note.go v3: Fix import naming glitch 2020-07-16 21:33:45 -04:00
exif_927C_maker_note_test.go Upgrade from go-utility v1 to v2 2020-07-17 03:10:58 -04:00
exif_8828_oecf.go v3: Fix import naming glitch 2020-07-16 21:33:45 -04:00
exif_8828_oecf_test.go Upgrade from go-utility v1 to v2 2020-07-17 03:10:58 -04:00
exif_9000_exif_version.go v3: Fix import naming glitch 2020-07-16 21:33:45 -04:00
exif_9000_exif_version_test.go v3: Fix import naming glitch 2020-07-16 21:33:45 -04:00
exif_9101_components_configuration.go v3: Fix import naming glitch 2020-07-16 21:33:45 -04:00
exif_9101_components_configuration_test.go v3: Fix import naming glitch 2020-07-16 21:33:45 -04:00
exif_9286_user_comment.go v3: Fix import naming glitch 2020-07-16 21:33:45 -04:00
exif_9286_user_comment_test.go Upgrade from go-utility v1 to v2 2020-07-17 03:10:58 -04:00
exif_A000_flashpix_version.go v3: Fix import naming glitch 2020-07-16 21:33:45 -04:00
exif_A000_flashpix_version_test.go Upgrade from go-utility v1 to v2 2020-07-17 03:10:58 -04:00
exif_A20C_spatial_frequency_response.go v3: Fix import naming glitch 2020-07-16 21:33:45 -04:00
exif_A20C_spatial_frequency_response_test.go Upgrade from go-utility v1 to v2 2020-07-17 03:10:58 -04:00
exif_A300_file_source.go v3: Fix import naming glitch 2020-07-16 21:33:45 -04:00
exif_A300_file_source_test.go v3: Fix import naming glitch 2020-07-16 21:33:45 -04:00
exif_A301_scene_type.go v3: Fix import naming glitch 2020-07-16 21:33:45 -04:00
exif_A301_scene_type_test.go v3: Fix import naming glitch 2020-07-16 21:33:45 -04:00
exif_A302_cfa_pattern.go v3: Fix import naming glitch 2020-07-16 21:33:45 -04:00
exif_A302_cfa_pattern_test.go Upgrade from go-utility v1 to v2 2020-07-17 03:10:58 -04:00
exif_C4A5_print_image_matching.go Add codec for tag 0xC4A5 PrintImageMatching 2023-08-17 19:55:05 +03:00
exif_C4A5_print_image_matching_test.go Add codec for tag 0xC4A5 PrintImageMatching 2023-08-17 19:55:05 +03:00
exif_iop_0002_interop_version.go v3: Fix import naming glitch 2020-07-16 21:33:45 -04:00
exif_iop_0002_interop_version_test.go v3: Fix import naming glitch 2020-07-16 21:33:45 -04:00
gps_001B_gps_processing_method.go v3: Fix import naming glitch 2020-07-16 21:33:45 -04:00
gps_001B_gps_processing_method_test.go v3: Fix import naming glitch 2020-07-16 21:33:45 -04:00
gps_001C_gps_area_information.go v3: Fix import naming glitch 2020-07-16 21:33:45 -04:00
gps_001C_gps_area_information_test.go v3: Fix import naming glitch 2020-07-16 21:33:45 -04:00
registration.go Seed v3 release. Copy from v2 release. 2020-07-11 12:12:48 -04:00
type.go v3: Fix import naming glitch 2020-07-16 21:33:45 -04:00

README.md

0xa40b

The specification is not specific/clear enough to be handled. Without a working example ,we're deferring until some point in the future when either we or someone else has a better understanding.