You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I looked out the code & tried with several ways. though the cropping is supported in the whole image i,e By passing the origin & size parameters but I didn't find where user can crop the image like a Right Angle Triangle , means cropping at an angle of 45 *.
This method doesnot support cropping if user wish to have the partial image since one wo'nt be able to pass the paramters other than Height ,width & Origin.
Required Output :
-------
|\ |
| \ |
| \ |
| \|
-------
The text was updated successfully, but these errors were encountered:
I'm not sure what you mean, but I assume you mean that you want to crop an image to fit a given diagonal. Surely you can just do a pre-calculation to create a suitable size for that?
Hi,
This method doesnot support cropping if user wish to have the partial image since one wo'nt be able to pass the paramters other than Height ,width & Origin.
Required Output :
The text was updated successfully, but these errors were encountered: