J
John Dann
One of my prospective projects calls for a procedure able to iterate
through and evaluate the colour value of each single pixel in a
bitmap. In other words, I guess I'd like to map the bitmap pixels to a
byte array and prcoess that array. But I understand that there may be
complications to doing this in VB.Net, which is my only programming
language option other than VB6.
Could anyone comment on the suitability of VB.Net for this and if it
is a problem suggest what would be the simplest workaround? Maybe
there are some third-party classes - hopefully not too expensive -
that might make the job easier and maybe also allow the process to run
as efficiently as possible.
TIA
John Dann
through and evaluate the colour value of each single pixel in a
bitmap. In other words, I guess I'd like to map the bitmap pixels to a
byte array and prcoess that array. But I understand that there may be
complications to doing this in VB.Net, which is my only programming
language option other than VB6.
Could anyone comment on the suitability of VB.Net for this and if it
is a problem suggest what would be the simplest workaround? Maybe
there are some third-party classes - hopefully not too expensive -
that might make the job easier and maybe also allow the process to run
as efficiently as possible.
TIA
John Dann