Skip to content

The thumbnail file size is as big as the original image #14

@GoogleCodeExporter

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions