The size of original image is 11MB, and its resolution is 3312*4416,i use the
following code to compress original image:
Thumbnails.of(originalImage).size(600, 800).toFile(originalImage);
The size of compressed image is also 11MB, and its resolution is 600*800. But
if i change parameters:
Thumbnails.of(originalImage).size(90, 120).toFile(originalImage);
The size of compressed image is 2KB.
How to solve this problem? Sorry for my poor English.
Original issue reported on code.google.com by moshangc...@gmail.com
on 28 Jun 2011 at 6:23
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4