mirror of
https://github.com/Evolution-X/external_piex
synced 2026-02-01 07:35:29 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user