Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/azatoth/minidlna.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Maggard <jmaggard@users.sourceforge.net>2009-11-06 02:15:29 +0300
committerJustin Maggard <jmaggard@users.sourceforge.net>2009-11-06 02:15:29 +0300
commita85605e8f0b197869ad626cc1654f7c527aa4891 (patch)
tree793e4bf349598f185238b17d21cf936ac10baacc /image_utils.h
parentb07bfa37142a948309f43f4a18cefc0df3128bf5 (diff)
* Fall back to rudimentary XMP parsing when getting image dates from EXIF fails.
Diffstat (limited to 'image_utils.h')
-rw-r--r--image_utils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/image_utils.h b/image_utils.h
index c1a4b38..6d712d0 100644
--- a/image_utils.h
+++ b/image_utils.h
@@ -21,6 +21,9 @@ 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);
image *