possible bug with - icon decoder.
Posted: 2010-02-26T02:55:16-07:00
I am using ImagicMagic 6.5.9 on windows/vs2005.
Unable to render the some icons correctly.
When i change the code in codes/icon.c line 316 and 317 to
image->columns=(unsigned long) icon_info.width;//icon_file.directory.width;
image->rows=(unsigned long) icon_info.height;//icon_file.directory.height;
it works.
any comment?
by the way, is there any method to upload an attachment?
Thanks
Unable to render the some icons correctly.
When i change the code in codes/icon.c line 316 and 317 to
image->columns=(unsigned long) icon_info.width;//icon_file.directory.width;
image->rows=(unsigned long) icon_info.height;//icon_file.directory.height;
it works.
any comment?
by the way, is there any method to upload an attachment?
Thanks