GdiPlus has been updated again.
From the README.TXT
I suggest making a folder ROOT:\PellesC\Include\GdiPlus\
and copy all headers which you will find in a separate zip,
(GdiPlusHeaders.zip) into that folder, then add into
TOOLS\OPTIONS and FOLDERS tab a new place for the compiler
to search for includes.
Example, the first two should already be set
d:\PellesC\Include
d:\PellesC\Include\Win
d:\PellesC\Include\GdiPlus
If you create any interesting example using this library please
send me a copy, I will make them available to others.
I have included the GdiPlus.lib that is used to link to the MS
GdiPlus.dll, it's in the folder 'MS_GdiPlus.Lib'
The GdiPlusLib.lib that includes all the library's functions
can be found in GdiPlusLib.zip, place in ROOT:\PellesC\Lib\
=================
From the HISTORY.TXT
(3nd September 2005)
Took out all xxx_SetStatus functions as they are a small
additional overhead, replaced with 'this->lastResult = '
Took out superfluous stuff from GdiPlusImaging.h
Changed names in GdiPlusImageAttributes .c & .h for consistency
with the rest of the library.
Took out function GpImage_FromFileA() - all functions in GdiPlusLib
that require strings are WideChar - to include one ASCII function
would not be consistent, making all functions have both WideChar
and ASCII would mean duplicating many functions.
Added these files
GdiplusImageCodec.c GdiplusImageCodec.h
GdiplusFontCollection.c GdiplusFontCollection.h
GdiplusImageCodec.c GdiplusImageCodec.h
GdiPlusLineCaps.c GdiPlusLineCaps.h
And GdiPlus.h -- This includes all other headers and can be used as the only include in an application file. See GdiPlusExample.ppj
Added example of listing all GdiPlus Decoders
===================
Download from the link above in the first post. The zip size is now 384k.
John