org.jim2mov.core
Interface ImageProvider


public interface ImageProvider

This interface is implemented by classes which can provide images to the movie

Author:
andre

Method Summary
 byte[] getImage(int frame)
          You must return the correct image for the specified frame.
 

Method Detail

getImage

byte[] getImage(int frame)
You must return the correct image for the specified frame. Beware that the image format will be important, depending on how the movie is to be saved!

Parameters:
frame - The frame number
Returns:
The image for this frame