Half Activist wrote: >> Should we create bitmap representations for images as well and >> draw into them or allow to grap the content of a cached image >> representation and return it as tiff? > > Does this mean I can lock the focus on a representation and draw > directly in it? >
Yes, with a call to [NSImage lockFocusOnRepresentation:] you may draw to a specific representation. But GNUstep will always draw into a cached representation not a bitmap one, so this doesn't help you. _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
