} else {
imageMark(image, info, width, height, pos, offsetX, offsetY,
markContent, markColor, markSize, alpha);
image.setFileName(destFile.getAbsolutePath());
image.writeImage(info);
image.destroyImages();
}
}
public static void imageMark(File srcFile, File destFile, int minWidth,
int minHeight, int pos, int offsetX, int offsetY, File markFile)