julianluthor
Programmer
hi,everyone....
i want to delete the pixels if the Pixels[col][row]=0.Below is my code.What's wrong with my code?
thanks..
if ((Byte)Image1->Canvas->Pixels[col][row] == 0)
delete[];
i want to delete the pixels if the Pixels[col][row]=0.Below is my code.What's wrong with my code?
thanks..
if ((Byte)Image1->Canvas->Pixels[col][row] == 0)
delete[];