Update PIEX

* Adjust the max thumbnail size to 512 pixel
* Reads the correct full dimensions for DNGs which are stored in DefaultCropSize of the main image
This commit is contained in:
Yujie Qin
2016-04-14 14:40:21 +02:00
parent 2f5d8eafb5
commit be908191d0
2 changed files with 17 additions and 16 deletions

View File

@@ -28,7 +28,7 @@
namespace piex {
// Specifies the maximum number of pixels for thumbnails in each direction.
const int kThumbnailMaxDimension = 256;
const int kThumbnailMaxDimension = 512;
// Specifies all tags that might be of interest to get the preview data.
enum GpsTags {