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

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
2049651
Posts: 29
Joined: 2015-10-20T07:29:42-07:00
Authentication code: 1151

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

Post 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?
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

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

Post by dlemstra »

This forum is for questions related to ImageMagick. We cannot help you with programming questions about MFC / C++.
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
2049651
Posts: 29
Joined: 2015-10-20T07:29:42-07:00
Authentication code: 1151

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

Post by 2049651 »

How do I delete before posting?
Post Reply