Search found 2 matches
- 2012-02-07T22:32:16-07:00
- Forum: Developers
- Topic: Some problem about debug into IM
- Replies: 3
- Views: 7038
Re: Some problem about debug into IM
GetImageDecoder() returns the decoder for a particular image format. If your image is JPEG, for example, it calls the ReadJPEGImage() method located in coders/jpeg.c. Thank you! But I also want to know how can I step into ReadJPEGImage(), and when I debug IM, where can I watch the exact pixels of ...
- 2012-02-06T00:30:14-07:00
- Forum: Developers
- Topic: Some problem about debug into IM
- Replies: 3
- Views: 7038
Some problem about debug into IM
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 ...