Last updated by drorm 1 year ago
grails install-plugin burning-image
Last updated by gdulus 1 year ago
Grails plugin for image manipulation and image upload handling. Current version allows:
- use of JAI or ImageMagick rendering engines
- scale image with approximate width and height
- scale image with accurate width and height
- add image watermark
- crop image
- write text on image
- mark domain class as file image container by using @FileImageContainer annotation
- mark domain class as DB image container by using @DBImageContainer annotation
- save image binded to domain class by using ImageUpladService
- validate uploaded image
- update files stored on server and uploaded as a MultipartFile
To learn more go to plugin
home page.
Last updated by admin 2 years ago
Last updated by admin 2 years ago