Re: GdkPixbuf: ICO files with multiple sizes

2019-06-16 Thread Benjamin Berg
Hi, seems like a bug in the GdkPixbuf image loader code. I believe it will always try to load the highest resolution (so you cannot load the 16x16px version from the icon file). But that doesn't explain why it isn't decoding the pixel data correctly. Benjamin On Sun, 2019-06-16 at 22:05 +0200,

Re: GdkPixbuf: ICO files with multiple sizes

2019-06-16 Thread c.buhtz--- via python-hackers-list
Does no one has an idea about this? Did someone test the ico file I linked, too? Can my problem be reproduced by others? On 2019-06-10 14:17 "c.buhtz--- via python-hackers-list" wrote: > This question is about ico-files which contain more then one icon > usually in multiple sizes. > > The curre