Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

TIFF files sems to be wrong, they do not have EXIF, but ICC instead #11

@Fojtik

Description

@Fojtik

The tiff images are demonstrating ICC profiles, not EXIF. I need TIFF with EXIF inside.

#define TIFFTAG_EXIFIFD 34665 /* Pointer to EXIF private directory */
/* tag 34750 is a private tag registered to Adobe? */
#define TIFFTAG_ICCPROFILE 34675 /* ICC profile data */

Tag=256, field=3, value=635,long2=1
Tag=257, field=3, value=348,long2=1
Tag=258, field=3, value=4,long2=4
Tag=259, field=3, value=5,long2=1
Tag=262, field=3, value=2,long2=1
Tag=273, field=4, value=284534,long2=7
Tag=274, field=3, value=1,long2=1
Tag=277, field=3, value=4,long2=1
Tag=278, field=3, value=51,long2=1
Tag=279, field=4, value=284562,long2=7
Tag=284, field=3, value=1,long2=1
Tag=317, field=3, value=2,long2=1
Tag=338, field=3, value=1,long2=1
Tag=339, field=3, value=4,long2=4
Tag=34675, field=7, value=284598,long2=3940

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions