I don't know this croppie library```.
I use the spatie media library which is very convenient and fully integratable to Laravel.
At the moment, I'm cropping the photo on the client using the croppie library, then sending it to the server and using Image to do the necessary cropping. In this case, if the user enters the settings again, then there will already be a cropped photo, and not the original one. Advise how to be in this case? I would like to have the original photo too, so that the user can change the cropping position in the settings, and not upload the photo again. Should I save the original photo and the cropped photo together, or can I save the original and digitally sign it (maybe something else) sign my comment with the coordinates, and then use these coordinates and crop the photo when issuing the photo to the client?
@deekepMaks You can effectively save both the original and the cropped pictures, it will be more easy to display really what you need.
If you want to store only the original picture and crop it to display it in the profile, I suggest you to use an external very efficient API.
Please or to participate in this conversation.