thx. I'll check it out.
J
On Tue, Jan 26, 2010 at 12:50 AM, IOhannes m zmoelnig zmoelnig@iem.at wrote:
Jaime Oliver wrote:
Hi all,
how would any of you go about creating a white .jpg file of arbitrary dimensions?
depends on the context. if i wanted to create a single file of a certain dimension i would use the gimp. for more repetitive tasks i would use ImageMagick.
pix_write will only write the size specified on the inlets. So for example if I need to make a 2048 x 5000 size, then pix_write is not the way... Is there a way inside gem?
i'd probably use [pix_writer] (which is similar to [pix_write] but doesn't do any capturing)
fgmasdr IOhannes