This action replaces the original image with oen that has been edited. Things to consider:
- What library should we use for image editing. Ideally one that is small and performant as this action could be performed for many images at a time.
- What sort of manipulations should we allow users to define in this action? Basic things such as resize and tint are obvious, but what about adding complex shapes or adding complex effects?
- The UI for defining what manipulations to perform on images may be complex.
This action replaces the original image with oen that has been edited. Things to consider: