Help solve this problem: - I load the picture "dds" by connecting the "DevIL.dll".
System.Drawing.Bitmap Loadddsimage = DevIL.DevIL.LoadBitmap(@"C:\a\test.dds");
There are a lot of icons in this file - about 2000 pieces, but they are glued together.
The width will be ~ 80, the height is possible even in two more. The size of each picture is approximately 16x16.
I want to place the cut images either in a file, or in the same picturebox
, with borders or indents between them.
I have no idea this can be implemented?