I’m using GAE[JAVA] to do some image processing. GAE will not allow write file to disk, so I want my App allow type a URL, then I want to check whether this specified URL represents an image, if it is, I want to get the height and width of it.
Does anyone provide some solution to show me how to implement this?
You could use the GAE Image API. A simple sample to solve your problem would be:
Complete Servlet to execute this: