Closed GoogleCodeExporter closed 9 years ago
In your page, you show an example that use this code...
BufferedImage originalImage = ImageIO.read(new File("original.png"));
BufferedImage thumbnail = Thumbnails.of(originalImage)
.scale(0.25f)
.asBufferedImage();
But, why have an error with the method Thumbnails.of()... ??
Can be my library? I tried with other version of the library...
Original comment by javierav...@gmail.com
on 10 Jun 2013 at 10:15
Hi,
Could you add the actual errors that you're receiving?
A copy-and-paste of the actual error message that you're receiving will be
useful in trying to find out what is actually happening.
Also, could you please also mention the versions of the following that you're
using:
* Thumbnailator
* Java Delevopment Kit
* Operating System
Thank you!
Original comment by coobird...@gmail.com
on 11 Jun 2013 at 1:38
I'm closing this issue as there has been no response in over 6 months.
Original comment by coobird...@gmail.com
on 21 Dec 2013 at 11:05
Original issue reported on code.google.com by
javierav...@gmail.com
on 10 Jun 2013 at 10:10