Monthly Archives: August 2014

Zoom-Rotate-Crop Utility using HTML 5 Canvas and jQuery

HTML 5 has and is still in development and there are a lot or rumors and speculations regarding the final release of HTML 5, some say 2015 and some 2020. OK… but in between all those dates, browsers have already … Continue reading

Posted in Thechy Stuff | Tagged , , , , , | 1 Comment

JPEG quality and size reduction when using ImageIO.write

So what is the general and easiest way to read a JPEG from a File, modify it and then write it back to the File   try{                  File testimage = new File(“/opt/images/testimage.jpg”); … Continue reading

Posted in Thechy Stuff | Tagged , , , | Leave a comment