Hi,

I understand you're trying to render your circle to an image file, you
should then have a look at pix_snap.
pix_write needs pixels to write, a circle has no pixel data. pix_snap will
make a snapshot of your 3D scene (your circle), this snapshot is pixels
that you can then write to an image file using pix_write.




2014-02-24 13:53 GMT+01:00 Alexandros Drymonitis <adr...@gmail.com>:

> Yet another question regarding Gem. I'm connecting the outlet of [circle]
> (which is being rendered in a Gem chain) to the first inlet of [pix_write]
> and when I send a bang to [pix_write] I get this error and, obviously, no
> image is being saved. The object's help patch is not helping me thoroughly
> to be honest. What kind of messages do I have to send to [pix_write] if for
> example I want to save a .jpg? And of course, why doesn't it save any image?
> I'm on OS X 10.8.5 with Pd-extended-0.43.4
>
> Thanks
>
> _______________________________________________
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>
>
_______________________________________________
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to