You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the next code line..
BufferedImage thumbnail = Thumbnails.of(input)
.size(200, 200)
.rotate(90)
.asBufferedImage();
were input is a BufferedImage object but i have an error that say me....
the method of(String[]) that exist into the Thumnails is not aplicable to args
BufferedImage.
Sorry but i don´t speak english languaje, but i understand more or less
jejeje.
Original issue reported on code.google.com by javierav...@gmail.com on 10 Jun 2013 at 10:10