We just ran into a problem when we tried to upload some JPEG2000 Grayscale images to Google Appengine and tried to process them using ImagesService. The error from production is:
com.google.appengine.api.images.ImagesServiceFailureException: at com.google.appengine.api.images.ImagesServiceImpl.getServingUrl(ImagesServiceImpl.java:284) According to GAE ImagesService: The service accepts image data in the JPEG, PNG, WEBP, GIF (including animated GIF), BMP, TIFF and ICO formats. Is there a way we can configure ImagesService to server Jpeg2000 grayscale images? rather than recompress already compressed images to supported format before uploading them to GAE. Repeat compression will damage image quality greatly. Thanks in advance! -- 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/-/nk9i4_yD6hYJ. 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.
