From 0edcd9aecceaffe22368d91df82a0e4f6ff47d97 Mon Sep 17 00:00:00 2001 From: Yujie Qin Date: Thu, 14 Apr 2016 14:40:21 +0200 Subject: 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 Cherry-pick of be908191d0a6883a95333bdc0bca749c9b830969 from public AOSP This change should fix the issue of Skia getPixels() / getAndroidPixels() It is already tested and used by the up-stream Skia since http://crrev.com/1883783002 Bug: 28162811, Bug: 28119810 Change-Id: I78caa62eb79ae0b6c8cf718a2ba82c0b6bde9f27 --- src/tiff_parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tiff_parser.h') diff --git a/src/tiff_parser.h b/src/tiff_parser.h index a19b71e..3cb9d7e 100644 --- a/src/tiff_parser.h +++ b/src/tiff_parser.h @@ -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 { -- cgit v1.2.3