Hello GAE team,
We just ran into a problem on both GAE production and local dev server when
we try to upload Jpeg 2000 grayscale images and try to process them with
ImageService. The error is the following on production:
com.google.appengine.api.images.ImagesServiceFailureException:
at
com.google.appengine.api.images.ImagesServiceImpl.getServingUrl(ImagesServiceImpl.java:284)
local dev service doesn't give error, but images are simply not served
after.
According to documentation: "The service accepts image data in the JPEG,
PNG, WEBP, GIF (including animated GIF), BMP, TIFF and ICO formats."
I want your suggestion on this. Is there configuration we can do in
ImageService for this? or we have to compress the already compressed Jpeg
file again to supported format in order to use GAE image service.
thanks in advance!
Wencheng Li
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-appengine/-/6HDUVKwrAIsJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.