liyiguang / thumbnailator

Automatically exported from code.google.com/p/thumbnailator
Other
0 stars 0 forks source link

resize animated gif problem #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
when i resize a animated gif like this
Thumbnails.of(new File("E:\\images\\test.gif")).size(width, height)
    .useOriginalFormat().toOutputStream(resp.getOutputStream());

the resized image lost color . see the attachement for details.

I'm using jdk1.6

Original issue reported on code.google.com by imxi...@gmail.com on 19 Mar 2012 at 11:58

Attachments:

GoogleCodeExporter commented 9 years ago
This is a exact duplicate of Issue 30.

Original comment by coobird...@gmail.com on 19 Mar 2012 at 3:32