On Sat, Aug 30, 2008 at 11:32:02AM +0530, Novice Programmer <[EMAIL PROTECTED]> wrote: > I was wondering if there is any device in the rfx library which can write > the output to image file(jpg)?
Yes, the "render" device can do that. It doesn't have a frontend, however, so you'll have to write a short Python script. Greetings Matthias
