Constructor and Description |
---|
ImageUtil() |
public static boolean saveImageToFile(Image image, String savePath, int format)
Image
to file.image
- target Image to savesavePath
- target path in String formatformat
- this parameter can have one of the format type defined at
SWT
ImageLoader.save(java.io.OutputStream, int)