Search found 2 matches

by Cat
2012-10-01T02:33:49-07:00
Forum: Developers
Topic: How do I find out if a ICO contains multi layers?
Replies: 1
Views: 3867

How do I find out if a ICO contains multi layers?

I have been using GetImageInformation and GetConvertedImage to try figure out if my ICO contains multi layers (Using another drawing tool I know my ICO is valid and contains several resolutions) but those functions are not returning me anything. In fact I never return from those functions and my ...
by Cat
2012-09-28T08:16:37-07:00
Forum: Users
Topic: How do we find out if a ICO file contains multi resolution?
Replies: 1
Views: 2387

How do we find out if a ICO file contains multi resolution?

I am using the 'GetConvertedImage', passing in an ICO file containing multi resolution and the function does not return and fails silently. Is there a way I could query the image Information to detect whether or not the ICO contains one or multiple ICO? Also tried getting image Information and ...