On Jun 26, 2010, at 18:02:11, Vizon, Lowell wrote: >> Converting a png to an NSData object should not be that hard. It's kinda >> part of CoreImage, isn't it? > > image <--> data is just plain App Kit.
Not even AppKit. PNG being a file format, putting PNG data into an NSData object is simply reading a file—a job for Foundation. -- You received this message because you are subscribed to the Google Groups "Growl Discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/growldiscuss?hl=en.
