|
-
Dec 7th, 2015, 08:52 PM
#11
Re: [vb6] Class to make Image Controls Support PNG, TIF, GIF Animation
I am assuming that m_objPicture is declared as StdPicture?
1. Class doesn't need to expose dimensions. It's part of m_objPicture: .Width & .Height properties
2. WMF/EMF/ICO doesn't support ICM. I'm a bit confused there. I have no problems loading those file types.
- JPG color management. ICM is not supported, but could be added with a little effort.
3. I loaded a single-frame GIF and had no issues.
I expect it is smart as AlphaImage
Bad assumption
This project is a quick and easy way to support TIF, PNG, animated GIF using the VB Image control. It is not a mini-version of my AlphaImage control. I am playing with the idea of being able to assign an AlphaImage control image to a VB picture object. But this project is not that
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|