Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/java/393.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
使用GAE images Java API时在本地转换图像_Java_Image_Google App Engine_Tiff - Fatal编程技术网

使用GAE images Java API时在本地转换图像

使用GAE images Java API时在本地转换图像,java,image,google-app-engine,tiff,Java,Image,Google App Engine,Tiff,在本地运行时,从ImagesService调用applyTransform()时出现问题。当部署到GAE时,图像被很好地转换,在本地我得到一个500错误 例外情况: java.lang.IllegalArgumentException: Failed to read image at com.google.appengine.api.images.ImagesServiceImpl.convertApplicationException(ImagesServiceImpl.java:397) a

在本地运行时,从ImagesService调用applyTransform()时出现问题。当部署到GAE时,图像被很好地转换,在本地我得到一个500错误 例外情况:

java.lang.IllegalArgumentException: Failed to read image
at com.google.appengine.api.images.ImagesServiceImpl.convertApplicationException(ImagesServiceImpl.java:397)
at com.google.appengine.api.images.ImagesServiceImpl.applyTransform(ImagesServiceImpl.java:88)
at com.google.appengine.api.images.ImagesServiceImpl.applyTransform(ImagesServiceImpl.java:65)
...
我正在从tiff转换为png,并且我尝试添加各种库作为依赖项,但没有任何效果(jai imageio、tom gibara、javaVP8)。我继续得到这样的警告:

Nov 26, 2012 6:30:37 PM com.google.appengine.api.images.dev.LocalImagesService init
WARNING: No image reader found for format "tif". An ImageIO plugin must be installed to use this format with the DevAppServer.
关于如何在GAE环境之外进行此工作,有什么建议吗?

这可能会有所帮助

“开发服务器使用本地计算机执行图像服务的功能。”

安装说明。

这可能会有所帮助

“开发服务器使用本地计算机执行图像服务的功能。”


安装说明。

这一页是我在本主题中找到的全部内容,不幸的是,它一点帮助都没有。它只是说明本地需要一个插件,这就是我上面描述的trying.installation指令。谢谢我安装了jai_imageio-1_1-lib-windows-i586-jdk.exe该页面实际上是我在该主题上找到的所有页面,不幸的是它一点帮助都没有。它只是说明本地需要一个插件,这就是我上面描述的trying.installation指令。谢谢我安装了jai_imageio-1_1-lib-windows-i586-jdk.exe