Page 2 of 2

Re: Can't create .ico files

Posted: 2010-08-04T01:46:22-07:00
by rhousham2

Re: Can't create .ico files

Posted: 2010-08-04T03:53:30-07:00
by Drarakel
OK. There are some wrong bytes in these ICO files that make them sort of corrupt. The height values in the Bitmapinfoheader are wrong, so that only one half of the picture gets read (the lower 16x8). And the transparency masks were somehow wrong.
One can 'fix' it by changing some bytes.. But the conclusion is: Just update ImageMagick. You won't have these problems in a current version. :wink:
(I can't give you hints for the installation - as I'm on Windows.)

Re: Can't create .ico files

Posted: 2010-08-04T03:55:19-07:00
by rhousham2
Thanks for your help.
Don't suppose u know the gd way instead?
Richard

Re: Can't create .ico files

Posted: 2010-08-04T18:41:41-07:00
by Drarakel
rhousham2 wrote:Don't suppose u know the gd way instead?
Sorry, no.