Skip to content

Encountering a problem when using the "Thumbnails.of" method #47

@GoogleCodeExporter

Description

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions