|
|
|
Image Functions (GDI+) |
|
The Image functions allow loading and saving raster images (bitmaps) and vector images (metafiles). An Image object encapsulates a bitmap or a metafile and stores attributes that you can retrieve by calling various Get functions. You can construct Image objects from a variety of file types including BMP, ICON, GIF, JPEG, Exif, PNG, TIFF, WMF, and EMF.
Return Values
|
|
GdipCloneImage |
|
Description
Syntax
PowerBASIC Syntax
Parameters
image
cloneImage
|
|
GdipConvertToEmfPlus |
|
Syntax
Note Doesn't exist in the export list of the GDIPLUS.DLL. Maybe it isn't still implemented.
|
|
GdipConvertToEmfPlusToFile |
|
Syntax
Note Doesn't exist in the export list of the GDIPLUS.DLL. Maybe it isn't still implemented.
|
|
GdipConvertToEmfPlusToStream |
|
Syntax
Note Doesn't exist in the export list of the GDIPLUS.DLL. Maybe it isn't still implemented.
|
|
GdipDisposeImage |
|
Description
Syntax
PowerBASIC Syntax
Parameters
image
|
|
GdipFindFirstImageItem |
|
Syntax
Note Doesn't exist in the export list of the GDIPLUS.DLL. Maybe it isn't still implemented.
|
|
GdipFindNExtImageItem |
|
Syntax
Note Doesn't exist in the export list of the GDIPLUS.DLL. Maybe it isn't still implemented.
|
|
GdipGetAllPropertyItems |
|
Description
Syntax
PowerBASIC Syntax
Parameters
image
totalBufferSize
numProperties
allItems
|
|
GdipEncoderParameterList |
|
Description
Syntax
PowerBASIC Syntax
Parameters
image
clsidEncoder
size
buffer
|
|
GdipGetEncoderParameterListSize |
|
Description
Syntax
PowerBASIC Syntax
Parameters
image
clsidEncoder
size
|
|
GdipGetImageBounds |
|
Description
Syntax
PowerBASIC Syntax
Parameters
image
srcRect
srcUnit
|
|
GdipGetImageDimension |
|
Description
Syntax
PowerBASIC Syntax
Parameters
image
width
height
|
|
GdipGetImageFlags |
|
Description
Syntax
PowerBASIC Syntax
Parameters
image
flags
|
|
GdipGetImageGraphicsContext |
|
Description
Syntax
PowerBASIC Syntax
Parameters
image
graphics
|
|
GdipGetImageHeight |
|
Description
Syntax
PowerBASIC Syntax
Parameters
image
height
|
|
GdipGetImageHorizontalResolution |
|
Description
Syntax
PowerBASIC Syntax
Parameters
image
resolution
|
|
GdipGetImageItemData |
|
Syntax
Note Doesn't exist in the export list of the GDIPLUS.DLL. Maybe it isn't still implemented.
|
|
GdipGetImagePalette |
|
Description
Syntax
PowerBASIC Syntax
Parameters
image
palette
size
|
|
GdipGetImagePaletteSize |
|
Description
Syntax
PowerBASIC Syntax
Parameters
image
size
|
|
GdipGetImagePixelFormat |
|
Description
Syntax
PowerBASIC Syntax
Parameters
image
size
|
|
GdipGetImageRawFormat |
|
Description
Syntax
PowerBASIC Syntax
Parameters
image
format
|
|
GdipGetImageThumbnail |
|
Description
Syntax
PowerBASIC Syntax
Parameters
image
thumbWidth
thumbHeight
thumbImage
callback
callbackData
|
|
GdipGetImageType |
|
Description
Syntax
PowerBASIC Syntax
Parameters
image
type
|
|
GdipGetImageVerticalResolution |
|
Description
Syntax
PowerBASIC Syntax
Parameters
image
resolution
|
|
GdipGetImageWidth |
|
Description
Syntax
PowerBASIC Syntax
Parameters
image
width
|
|
GdipGetPropertyCount |
|
Description
Syntax
PowerBASIC Syntax
Parameters
image
numOfProperty
|
|
GdipGetPropertyIdList |
|
Description
Syntax
PowerBASIC Syntax |