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 | |||
version.h | version.h | |||
---|---|---|---|---|
/* Macros for the header version. | /* Macros for the header version. | |||
*/ | */ | |||
#ifndef VIPS_VERSION_H | #ifndef VIPS_VERSION_H | |||
#define VIPS_VERSION_H | #define VIPS_VERSION_H | |||
#define VIPS_VERSION "7.26.4" | #define VIPS_VERSION "7.26.5" | |||
#define VIPS_VERSION_STRING "7.26.4-Tue Jan 21 00:14:16 MSK 2014" | #define VIPS_VERSION_STRING "7.26.5-Tue Jan 21 00:12:25 MSK 2014" | |||
#define VIPS_MAJOR_VERSION (7) | #define VIPS_MAJOR_VERSION (7) | |||
#define VIPS_MINOR_VERSION (26) | #define VIPS_MINOR_VERSION (26) | |||
#define VIPS_MICRO_VERSION (4) | #define VIPS_MICRO_VERSION (5) | |||
/* Not really anything to do with versions, but this is a handy place to pu t | /* Not really anything to do with versions, but this is a handy place to pu t | |||
* it. | * it. | |||
*/ | */ | |||
#define VIPS_EXEEXT "" | #define VIPS_EXEEXT "" | |||
#endif /*VIPS_VERSION_H*/ | #endif /*VIPS_VERSION_H*/ | |||
End of changes. 2 change blocks. | ||||
3 lines changed or deleted | 3 lines changed or added | |||