Skip to content

Instantly share code, notes, and snippets.

View tkrynski's full-sized avatar

Tevye Krynski tkrynski

View GitHub Profile
package rhumbix.rhumbix;
class ImageUploader
{
public static int[] dimension = new int[2]; // dimension[0] = width, dimension[1] = height
void cacheImageInMemory(File imageFile) {
...
}