开发者

How to split/slice image give each image Id to save in Database C#

I'm tying to figure out away to split/slice a large image >5000x5000 PX into small images using a grid system where each slice have its unique ID then save images in database

Each slice should have its location (width,height + X,Y) on the original image (maybe in arra开发者_C百科y) so later on i can ReBuild the original image using these slices

http://i.stack.imgur.com/PKYem.jpg


You can use Bitmap.Clone Method (Rectangle, PixelFormat) to slice the image rectangle by rectangle.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜