package javax.microedition.amms.control;

public interface ImageFormatControl extends FormatControl
{

 public int getEstimatedImageSize();
 
}