H_u_n_t_e_r
Full Member level 2
i have a buffer and i reading this buffer and trying to show on the screen with image control..for 25000 pixels consumes 2-3 second its very bad for me.
is there any efficient way of the following code
for(i=0;i>0;i++)
Image1->Canvas->Pixels[YY]= buffer;
could you suggest a book or tutorial fast graphic manuplation for borland c++ builder
Best Regards.
is there any efficient way of the following code
for(i=0;i>0;i++)
Image1->Canvas->Pixels[YY]= buffer;
could you suggest a book or tutorial fast graphic manuplation for borland c++ builder
Best Regards.