To get full access to the Kademi Hub existing customers can login here, or new customers can register here.
Methods
| Signature | Returns | Notes |
|---|---|---|
compressFiles(Map<String,String> files) | String | |
unzip(String zipHash) | List<JSONObject> | |
unzip(FileItem file) | List<JSONObject> | |
cropImage(String imageHash, Integer x, Integer y, Integer width, Integer height) | String | |
cropImage(String imageHash, Integer x, Integer y, Integer width, Integer height, String formatName) | String | |
cropImage(String imageHash, Integer width, Integer height) | String | |
imageDimensions(String imageHash) | Dimension | |
getImageDimensions(String imageHash) | Dimension | |
resizeImage(String imageHash, Integer width, Integer height) | String | |
resizeImage(String imageHash, Integer width, Integer height, String formatName) | String |