Fix JPG files do not auto-rotate (closes Issue 125) (on behalf of MaWe)

This commit is contained in:
Philip Rinn
2011-08-31 17:47:35 +02:00
parent ec918d2f56
commit f89fcd56ba
8 changed files with 84 additions and 40 deletions

View File

@@ -69,7 +69,7 @@ class Thumbnail {
void _loadThumbnail (bool firstTrial=true);
void _saveThumbnail ();
void _generateThumbnailImage ();
void infoFromImage (const Glib::ustring& fname, rtengine::RawMetaDataLocation* rml=NULL);
int infoFromImage (const Glib::ustring& fname, rtengine::RawMetaDataLocation* rml=NULL);
void loadThumbnail (bool firstTrial=true);
void generateExifDateTimeStrings ();