How to split a image into multiple images?
I have a very high image. the resolution is like 900*1800 pixel. I want to divide it into three small image and each one is 900*600. Can u advise how to do it using .net library?
0
-
Hi,
You can crop the image by providing the dimensions (width and height) and c_crop.
If you want to change the start point of the image, you can change the X or the Y of the image.
Here is an example:
https://dotnetfiddle.net/ESFbqJ
Hope that helps,
0
Post is closed for comments.
Comments
1 comment