Interface ImageRpc
public interface ImageRpc
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidcreateImageFolder(String name, String parent) listImages(String folder) Returns a list ofImageRpc.ImageDatadescribing images in the given folder.voidremoveImages(List<String> paths) voidrenameImageFolder(String from, String destination) voiduploadImage(String name, @Nullable String description, ImageFormat type, @Nullable String parent, int width, int height, int size, byte[] data)
-
Method Details
-
uploadImage
void uploadImage(String name, @Nullable @Nullable String description, ImageFormat type, @Nullable @Nullable String parent, int width, int height, int size, byte[] data) throws Exception - Throws:
Exception
-
listImages
Returns a list ofImageRpc.ImageDatadescribing images in the given folder. -
removeImages
- Throws:
Exception
-
copyImage
- Throws:
Exception
-
renameImageFolder
- Throws:
Exception
-
createImageFolder
- Throws:
Exception
-