Interface ImageRpc
public interface ImageRpc
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
createImageFolder
(String name, String parent) listImages
(String folder) Returns a list ofImageRpc.ImageData
describing images in the given folder.void
removeImages
(List<String> paths) void
renameImageFolder
(String from, String destination) void
uploadImage
(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.ImageData
describing images in the given folder. -
removeImages
- Throws:
Exception
-
copyImage
- Throws:
Exception
-
renameImageFolder
- Throws:
Exception
-
createImageFolder
- Throws:
Exception
-