Hello Everyone,
I am uploading an image and system will show validation errors if Image fails any of the following:
1) Has Clipping Path: Yes/No
2) Clipping Path Doesn't Touch Edge: Yes/No
How can I achieve this functionality in outsystems? How can I find the clipping path of an image in outsystems?
Hi Praveen,
OutSystems does not have any native image processing capabilities. If you want to do image processing, you'll need 3rd party tools, either in the cloud or as an Extension.
Hello Kilian,
Any suggestions? which will help me to implement this functionality.