sounav maikap schrieb:
Can anybody throw light how to convert a NSImage object to PIL image object.

I really have no idea about Cocoa code, but looking at http://theocacao.com/document.page/350 it seems like you can create a TIFFRepresentation / imageRepWithData of your image and then feed that into PIL via Image.fromstring().

Regards,
Karsten
_______________________________________________
Image-SIG maillist  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to