Names of library-internal functions always start with "_cf".
scan image file for exif data
*/
- temp = _cupsImageReadEXIF(img, fp);
+ temp = _cfImageReadEXIF(img, fp);
#endif
/*
check headers only if EXIF contains no info about ppi
scan image file for exif data
*/
- temp = _cupsImageReadEXIF(img, fp);
+ temp = _cfImageReadEXIF(img, fp);
#endif
/*
check headers only if EXIF contains no info about ppi
cf_iztype_t type);
#ifdef HAVE_EXIF
-int _cupsImageReadEXIF(cf_image_t *img, FILE *fp);
+int _cfImageReadEXIF(cf_image_t *img, FILE *fp);
#endif
#endif /* !_CUPS_IMAGE_PRIVATE_H_ */
scan image file for exif data
*/
- temp = _cupsImageReadEXIF(img, fp);
+ temp = _cfImageReadEXIF(img, fp);
#endif
/*
check headers only if EXIF contains no info about ppi
* cfImageCrop() - Crop an image.
* flush_tile() - Flush the least-recently-used tile in the cache.
* get_tile() - Get a cached tile.
- * _cupsImageReadEXIF() - to read exif metadata of images
+ * _cfImageReadEXIF() - to read exif metadata of images
* trim_spaces() - helper function to extract results from string returned by exif library functions
* find_bytes() - creates character array from image file, to make use in exif library functions
*/
return buf;
}
-int _cupsImageReadEXIF(cf_image_t *img, FILE *fp)
+int _cfImageReadEXIF(cf_image_t *img, FILE *fp)
{
if (fp == NULL)