| header.h | | header.h | |
| | | | |
| skipping to change at line 48 | | skipping to change at line 48 | |
| #endif /*__cplusplus*/ | | #endif /*__cplusplus*/ | |
| | | | |
| /** | | /** | |
| * VIPS_META_EXIF_NAME: | | * VIPS_META_EXIF_NAME: | |
| * | | * | |
| * The name that JPEG read and write operations use for the image's EXIF da
ta. | | * The name that JPEG read and write operations use for the image's EXIF da
ta. | |
| */ | | */ | |
| #define VIPS_META_EXIF_NAME "exif-data" | | #define VIPS_META_EXIF_NAME "exif-data" | |
| | | | |
| /** | | /** | |
|
| | | * VIPS_META_XMP_NAME: | |
| | | * | |
| | | * The name that JPEG read and write operations use for the image's XMP dat | |
| | | a. | |
| | | */ | |
| | | #define VIPS_META_XMP_NAME "xmp-data" | |
| | | | |
| | | /** | |
| * VIPS_META_ICC_NAME: | | * VIPS_META_ICC_NAME: | |
| * | | * | |
| * The name we use to attach an ICC profile. The file read and write | | * The name we use to attach an ICC profile. The file read and write | |
| * operations for TIFF, JPEG, PNG and others use this item of metadata to | | * operations for TIFF, JPEG, PNG and others use this item of metadata to | |
| * attach and save ICC profiles. The profile is updated by the | | * attach and save ICC profiles. The profile is updated by the | |
| * vips_icc_transform() operations. | | * vips_icc_transform() operations. | |
| */ | | */ | |
| #define VIPS_META_ICC_NAME "icc-profile-data" | | #define VIPS_META_ICC_NAME "icc-profile-data" | |
| | | | |
| /** | | /** | |
| | | | |
End of changes. 1 change blocks. |
| 0 lines changed or deleted | | 8 lines changed or added | |
|