infinite-industries / infinite

MIT License
5 stars 3 forks source link

Promo image crop functionality #508

Open Digi-D opened 1 month ago

Digi-D commented 1 month ago

Need to add Image editing capabilities.

MatthewGidcomb commented 3 weeks ago

I've previously used vue-croppie, which is just a Vue integration of Croppie. No server integration required -- it does all the work in the browser, and gives you a Blob you can send along to your regular endpoint just like a file selection.

Huge caveat, though, that it hasn't been updated for Vue 3, and it looks like Croppie hasn't had updates since 2019.

emberborja commented 3 weeks ago

vue-croppie

Currently in both the event creation view and the event preview view the user does not have a way of changing the uploaded promo image to achieve a desired result. Currently a user must change the dimensions of the uploaded image to guess at the cropping behavior for both kinds of preview images. We want to give the user the ability to crop their uploaded image to achieve the desired result on the event preview screen. Users should be allowed to change which portion of their image is shown in a preview.