org.riotfamily.common.image
Interface ImageCropper

All Known Implementing Classes:
ImageMagickCropper

public interface ImageCropper

Author:
Felix Gnass [fgnass at neteye dot de]

Method Summary
 void cropImage(File source, File dest, int width, int height, int x, int y, int scaledWidth)
           
 

Method Detail

cropImage

void cropImage(File source,
               File dest,
               int width,
               int height,
               int x,
               int y,
               int scaledWidth)
               throws IOException
Throws:
IOException