Commits
Nick Pomfret authored and Tomas Roos committed 5c54275aec3
android jpeg compression support (#658) * * removed some of the re-parsing of the output image byte array * removed re-saving of output file * moved image processing onto an async task to allow camera to be used while processing is running * added jpeg compression support for android * move explanation to correct bit of docs