public class MarvinImageIO
extends java.lang.Object
Constructor and Description |
---|
MarvinImageIO() |
Modifier and Type | Method and Description |
---|---|
static MarvinImage |
loadImage(java.lang.String a_filePath)
Loads a MarvinImage from a filesystem path.
|
static void |
saveImage(MarvinImage marvinImage,
java.lang.String filePath)
Saves a MarvinImage via file system path.
|
public static MarvinImage loadImage(java.lang.String a_filePath)
a_filePath
- - image´s pathpublic static void saveImage(MarvinImage marvinImage, java.lang.String filePath)
marvinImage
- - MarvinImage objectfilePath
- - file path