/**************************** LookupOp support ******************************/
public static boolean isLookupOpValid(LookupOp lop,
BufferedImage srcImg)
{
LookupTable table = lop.getTable();
int numComps = table.getNumComponents();
ColorModel srcCM = srcImg.getColorModel();
if (srcCM instanceof IndexColorModel) {
throw new
IllegalArgumentException("LookupOp cannot be "+