splitting an image of any type
C#
2
Posts
2
Posters
1
Views
1
Watching
-
how to split an image into 4 parts using c#.net.i want a source code for splitting any type of image.
To create a new image that contains a subset of an existing one, create a bitmap the size you want, and draw the bitmap portion onto that image. There is physically no code you can write that turns one bitmap into four, you need to build the four.
Christian Graus Driven to the arms of OSX by Vista.