rabbit.handler.convert
Interface ImageConverter

All Known Implementing Classes:
ExternalProcessConverter, JavaImageConverter

public interface ImageConverter

An image converter.

Author:
Robert Olofsson

Method Summary
 boolean canConvert()
          Check if this image converter can do any work.
 void convertImage(File from, File to, String info)
          Convert an image
 

Method Detail

canConvert

boolean canConvert()
Check if this image converter can do any work.


convertImage

void convertImage(File from,
                  File to,
                  String info)
                  throws IOException
Convert an image

Throws:
IOException