Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi there,
I need to do some image and drawing functions - scale down an image loaded from a PNG file, setting the white colour as transparent, adding another file on the bottom of the first file etc. Now I think the VBA "Image" control has not enough functions to do that... how can I do these complex operations in VBA? Should I import a PictureBox control? Thanks in advance, Thomas |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
There *are* ways, although the one's I know about involve hitting the API.
gdiplus comes standard with Windows XP and is available as a download for other OS. It's a library with lots of imaging functions. I believe scaling is one of them. I have an example of cropping on my website (Charting), but no scaling. -- Rob van Gelder - http://www.vangelder.co.nz/excel "Thomas Wieser" <wernze.nospam@gmx_net wrote in message y.telekom.at... Hi there, I need to do some image and drawing functions - scale down an image loaded from a PNG file, setting the white colour as transparent, adding another file on the bottom of the first file etc. Now I think the VBA "Image" control has not enough functions to do that... how can I do these complex operations in VBA? Should I import a PictureBox control? Thanks in advance, Thomas |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
2007 Form Control/ActiveX Control font difference | Excel Discussion (Misc queries) | |||
Drop Down Form control always causes excel to crash | Excel Discussion (Misc queries) | |||
how to delete or remove checkbox form control in Excel? | Excel Discussion (Misc queries) | |||
How do I insert a PictureBox into Excel? | Excel Discussion (Misc queries) | |||
passing control value from one form to another form | Excel Programming |