Some problem about debug into IM
Posted: 2012-02-06T00:30:14-07:00
hello
I'm a newer, and want to ask some simple problem.
When I debug in the code, such as file magick/constitute.c, line 579, (image=(Image *) (GetImageDecoder(magick_info))(read_info,exception);), this line read the pixel into the variable(image), but I can't step into it, and don't know how does it do that and I even don't know where to watch each pixel data.
Then when I do some work to my image, also I can't find the exact code to process the pixel of the image.
I don't know whether this part is not opensourse or I didn't get the right method? Can you tell me how to solve it?
Thanks!
I'm a newer, and want to ask some simple problem.
When I debug in the code, such as file magick/constitute.c, line 579, (image=(Image *) (GetImageDecoder(magick_info))(read_info,exception);), this line read the pixel into the variable(image), but I can't step into it, and don't know how does it do that and I even don't know where to watch each pixel data.
Then when I do some work to my image, also I can't find the exact code to process the pixel of the image.
I don't know whether this part is not opensourse or I didn't get the right method? Can you tell me how to solve it?
Thanks!