is it possible to create a sub DIBs FROM A GIVENN LARGE DIB TAKING TOP ,LEFT,WI
Hai To All
I Need Ti Create A 3 Dibs Froma Large Dib Giving Top ,left,widh=512,height=512
Is There Any Helper Functions Available In Vc++
I Need To Select A 3 Positions By Using Tracker
And I Need To Send Its Coordinate To Create Sub Images.
Thank In Advance
# 1 Re: is it possible to create a sub DIBs FROM A GIVENN LARGE DIB TAKING TOP ,LEFT,WI
its possible. I only work with raw rgb arrays however, the bitmap and dib and whatnot tools are aggravating.
Anyway, you should be able to go to the raw rgb data, grab what you want of it, and pop that into a new dib struct/class and fill in the header with the new size (copy all the other junk from the old header ) to create your sub image.
jonnin at 2007-11-11 20:58:43 >
