how to get pict info without using deprecated call to GetPictInfo ?
Also, is there anyway to get pixmaphandle without using deprecated Api, i could not find any .
how to get pict info without using deprecated call to GetPictInfo ? Also, is
Share
I suggest you relearn how to work with images on Mac OS X. If you can handle a little Cocoa code, use the
NSImageclass. Otherwise, use Core Graphics and theCGImageAPI. Either one works.Since
PixMapHandleis itself deprecated, you cannot use it without using deprecated functions. Use Core Graphics (Quartz) instead.