I am asking here because I would like to know what HandleType constitutes to:
int, REALobject, REALstring? If it is an int or REALstring what values should
be assigned to:
I presume it is an enum of ints and looking at
// picture types and description
enum {
pictureUnknown,
pictureMacintoshPICT,
pictureMacintoshCICN,
pictureMacintoshIconSuite,
pictureMacintoshGWorld,
pictureWin32DIB, // a HDIB, use GlobalLock on it
pictureGdkPixmap,
pictureWin32Bitmap, // a HBITMAP, but really a DIBSECTION,
use GetObject on it
pictureCGBitmapContext,
pictureGDPtr, // Console Only: Pointer to a copy of
GD data, which is 11 bytes meta data then pixels follow in ARGB format
pictureGDImagePtr, // Console Only: Pointer to
gdImageStruct
pictureGDIPlusBitmap, // a GpBitmap handle
pictureCairoContext // a cairo_t ptr
};
MacCGImage is the pictureCGBitmapContext
WindowsBMP is the pictureWin32Bitmap
WindowsICON is the ??
LinuxGdkPixbuf is the pictureGdkPixmap
ConsoleGDImage is the pictureGDImagePtr ?
- Alfred Van Hoek
[email protected]
http://vanhoekplugins.com
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>