appengine-awt
appengine-awt copied to clipboard
appengine-awt is a pure java implementation of the java.awt and javax.imageio packages for use in the Google AppEngine environment.
Please update Read.md file about main class.
Hi , I try to compile this project in Android, but i can not find jpegdecoder.so , can you tell me where is the lib ? Thank you very much.
Added dependency on GaeVFS: https://code.google.com/p/gaevfs/ Google App Engine doesn't support normal File I/O operations; GaeVFS translates a virtual file system into app engine datastore. There are other places where a...
In this pull request, I have replaced Sanselan with the updated Apache Commons Imaging. Apache Sanselan got upgraded to Apache Commons Imaging recently so I took the liberty of changing...