I am working on a Google appengine to create a tool for comparing image affinities. I need to extract pixel values ββfor each image in order to accomplish this. Unfortunately appengine does not support java images of libs.So I cannot continue.
Is there any free appengine image library in Java capable of extracting image data? I saw some methods in python, but don't want to switch to python if I can do it in java somehow ...
neorg source share