App Engine and Cloud Storage I generate thumbnail image has larger file size than original image
问题 My function work for me but the thumbnail image file size is larger than original file size. Original File: 30Kb Thumbnail File: 50Kb My Function public static void thumbnailImage(String filename, int width, int height) throws IOException{ GcsService gcsService = GcsServiceFactory.createGcsService(new RetryParams.Builder() .initialRetryDelayMillis(10) .retryMaxAttempts(10) .totalRetryPeriodMillis(15000) .build()); AppIdentityService appIdentity = AppIdentityServiceFactory