Page 1 of 1

How could I load *pixel to scretchBlt() function?

Posted: 2015-11-04T00:49:05-07:00
by 2049651
I'd like to display to MFC view which pixels of ImageMagicK. I've got a variable like this pixelpacket *pixel from ImageMagicK library.

Pixelpacket * pixel = my_image.getpixels(0,0,640,480);

I think that I have to use *pixel for displaying at MFC then it will might be work.

I'd like to use stretchBlt function. But I don't know what kinds functions are need it morez and how to implement it. Would you please help me ?

Especially, How could I use *pixel into scretchBlt() function?

Re: How could I load *pixel to scretchBlt() function?

Posted: 2015-11-04T01:28:26-07:00
by dlemstra
This forum is for questions related to ImageMagick. We cannot help you with programming questions about MFC / C++.

Re: How could I load *pixel to scretchBlt() function?

Posted: 2015-11-04T03:28:14-07:00
by 2049651
How do I delete before posting?