Last missing piece... Image Cropper

I've noticed significant progress with Wappler over the past few months. However, across several projects, I've encountered a recurring need for a module that allows users to crop images before uploading them. This isn't isolated to just one project; many of my clients express a desire or requirement for this functionality. While I've seen requests for it, there's been limited information regarding its development status. Integrating client-side image cropping or editing capabilities would empower CMS users to fine-tune the visual appeal of their websites, enhancing the overall user experience.

Is there anyone that experiencing the same?

I don't see much of a problem.

  1. Create a front-end form with parameters like: rotation angle, desired size, crop parametrs etc.
  2. Upload original file and apply any of desired "actions"
  3. Save processed image in temp folder and show user the as a form results
  4. User either saves it or tries again.

On a back-end side Wappler uses most popular library for image processing sharp - npm

2 Likes

Client side resizing has been on the roadmap since 2022 but not yet incorporated.

Also been a feature request since 2018

I recall jonL released a app connect extension for croppie but never tried it.

1 Like