* Fall back to rudimentary XMP parsing when getting image dates from EXIF fails.

This commit is contained in:
Justin Maggard
2009-11-05 23:15:29 +00:00
parent c8fe23d838
commit a26802539f
3 changed files with 97 additions and 8 deletions

View File

@ -20,6 +20,9 @@ typedef struct {
void
image_free(image *pimage);
int
image_get_jpeg_date_xmp(const char * path, char ** date);
int
image_get_jpeg_resolution(const char * path, int * width, int * height);