org.riotfamily.common.image
Interface Thumbnailer

All Known Implementing Classes:
ImageMagickThumbnailer

public interface Thumbnailer

Interface to render thumbnail images.

Author:
Felix Gnass [fgnass at neteye dot de]

Method Summary
 void renderThumbnail(File source, File dest, int width, int height, boolean fixedSize, String backgroundColor)
          Renders a thumbnail image of the source file to the specified destination.
 

Method Detail

renderThumbnail

void renderThumbnail(File source,
                     File dest,
                     int width,
                     int height,
                     boolean fixedSize,
                     String backgroundColor)
                     throws IOException
Renders a thumbnail image of the source file to the specified destination.

Throws:
IOException