ErosOlmi
06-12-2007, 01:01
Hi all.
Attached, a new experimental module I'm working on: GDIP that stands for GDI+
Also an example working on it.
So far just few functions has been developed. Supported image formats are all the one handled by Microsoft GDI+ library.
GDI+ is pre-installed in all WinXP and Vista operating systems. Under Win2K or below, GDI+ must be installed manually dowloading it from Microsoft web site at:
GDI+ detection tool
http://www.microsoft.com/downloads/details.aspx?familyid=71CD9E74-7142-4780-83E5-CE54401DA1D1&displaylang=en
Platform SDK Redistributable: GDI+
http://www.microsoft.com/downloads/details.aspx?FamilyID=6a63ab9c-df12-4d41-933c-be590feaa05a&displaylang=en
Let me now.
Eros
UPDATES:_________________________________________________
2007.12.06: added few other functions. See thinBasic example for commented functionalities. List of developed functions:
GDIp_CreateBitMapFromFile
GDIp_HBitMapFromBitmap
GDIp_DisposeImage
GDIp_GetImageSizeFromFile
GDIP_GetImageWidth
GDIP_GetImageHeight
GDIp_ConvertImage
_________________________________________________
Attached, a new experimental module I'm working on: GDIP that stands for GDI+
Also an example working on it.
So far just few functions has been developed. Supported image formats are all the one handled by Microsoft GDI+ library.
GDI+ is pre-installed in all WinXP and Vista operating systems. Under Win2K or below, GDI+ must be installed manually dowloading it from Microsoft web site at:
GDI+ detection tool
http://www.microsoft.com/downloads/details.aspx?familyid=71CD9E74-7142-4780-83E5-CE54401DA1D1&displaylang=en
Platform SDK Redistributable: GDI+
http://www.microsoft.com/downloads/details.aspx?FamilyID=6a63ab9c-df12-4d41-933c-be590feaa05a&displaylang=en
Let me now.
Eros
UPDATES:_________________________________________________
2007.12.06: added few other functions. See thinBasic example for commented functionalities. List of developed functions:
GDIp_CreateBitMapFromFile
GDIp_HBitMapFromBitmap
GDIp_DisposeImage
GDIp_GetImageSizeFromFile
GDIP_GetImageWidth
GDIP_GetImageHeight
GDIp_ConvertImage
_________________________________________________