0

I have a grid of icons and I want to select an individual icon and save it in separate image file. The image doesn't need to be processed further just simply split apart. Any thoughts on how to let the computer do this work for me?

Icon Grid

Nathan
  • 835
  • 3
  • 11
  • 20

1 Answers1

0

For Windows, Bitmap::Clone will do it for you. MSDN Link

young
  • 2,163
  • 12
  • 19
  • have a look at this thread: http://stackoverflow.com/questions/2740535/simple-c-image-library – young Feb 23 '11 at 00:50