You want just a boat from a seaside picture? Just your face from a group photo? You need just square images with 200*200px size? This is the must have field in all these cases
The must have form builder module in DNN has a new feature!
For any situation in which:
- you want to be sure all images uploaded are of the same size (or respect the aspect ratio)
- you only need to upload your face from a family picture
the new Image Editor field in Action Form(5.0.351+) is what you need. It will allow you to capture only part of the image the user uploads by also leaving the user to select which part is of interest.
The field outputs the image in base64 format and you can:
- either save it as is (base64) in the database
- or save it as an image file to the disk by using the Save file to disk action
More details can be found in the documentation here:
https://docs.dnnsharp.com/action-form/form-fields/form-fields-types/image/image-editor.html