Does anyone have contact information for Miloslav Martinka?
I'm trying to use the INFO Datatype but I'm not sure how to instantiate it.
for a new picture datatype:
DTImage = NewDTObject( file_name,
(DTA_SourceType), DTST_FILE,
(DTA_GroupID), GID_PICTURE,
(PDTA_Remap), FALSE,
(OBP_Precision), PRECISION_EXACT,
TAG_DONE);
In the BMP datatype:
IPTR BMP__OM_NEW(Class *cl, Object *o, Msg msg)
In the INFO datatype, the last part is different.
IPTR INFO__OM_NEW(Class *cl, Object *o, struct opSet *msg)
If I can figure out how to use the INFO datatype I can export the iff icon images for glowicons for Icon Factory.
The next step will be to use ILBMtoIcon as a guide to write the "Save IFF Icon File" function.