This module allows users to reuse existing images on a Drupal site and create multiple different crops of the same image. It works by internally duplicating images when they are cropped and deleting them when no longer needed, ensuring a seamless user experience. It also provides a widget to browse and select existing images for use.
This module is created to workaround a problem with the "Image Widget Crop" module. The problem is we cannot reuse the same image and have different crops of same crop type.
This module solves the issue by duplicating the images used for cropping and deleting duplicate images when no longer needed. The duplication of the images and deleting them when they are needed no longer is handled internally, so users won't notice any change in workflow.
This module also provides a Field Widget, "ImageWidget crop (with browser)", allowing the user to browse already existing images on the site rather than uploading images just for the field.