Hello, no libtif et imagemagick Gem configure not find them how do you make to Gem find them? I have with synaptic install the imagemagick and libtif Thomas
Message: 6 Date: Wed, 9 Aug 2006 09:13:18 -0500 From: "chris clepper" cgclepper@gmail.com Subject: Re: [PD] Compil Gem with pix_record To: "thiery@la-kitchen.fr" Thomas.Thiery@la-kitchen.fr Cc: pd-list@iem.at Message-ID: a8e0bc960608090713h237c6cfcp135d6b3ff3592a0e@mail.gmail.com Content-Type: text/plain; charset="iso-8859-1"
Do you have libtiff and/or imagemagick installed? Did the GEM configure find them?
On 8/9/06, thiery@la-kitchen.fr Thomas.Thiery@la-kitchen.fr wrote:
Hello, I am a trainee with Kitchen (Paris) I have just compiled Gem with the sources of the CVS under UBUNTU. Gem opens without problem with Pd, but I have an error, on the pix_record object In the console I have the following message: [pix_record]: Gem has been compiled without pix-recording capabilities! And I can't succeed to use pix_write, somebody can show me, how functions the pix_write? I have the following message according to error: GEM: "Toto00000.tif" Unable to save image. thank you
Bonjour, je suis stagiaire La Kitchen (Paris) Je viens de compiler Gem avec les sources du CVS sous UBUNTU. Gem s'ouvre sans probleme avec pd, mais j'ai une erreur, sur l'objet pix_record Dans la console j'ai le message suivant : [pix_record]: Gem has been compiled without pix-recording capabilities! Et je n'arrive pas a utiliser pix_write, quelqu'un peut il me montrer comment fonctionne le pix_write Je suis bloqu sur le message suivant error: GEM: Unable to save image to 'toto00000.tif' Quelqu'un peut il me debloquer merci
thiery@la-kitchen.fr wrote:
Hello, no libtif et imagemagick Gem configure not find them how do you make to Gem find them? I have with synaptic install the imagemagick and libtif Thomas
for [pix_record] you don't need imagemagick, but a recent(!) version of libquicktime (on my debian/etch box it is libquicktime-dev 1:0.9.7-0.6; older versions of ubuntu do NOT come with a recent enough version!)
however, for reading and writing still images (e.g. with [pix_write]), you want to install libmagick++ (don't forget the -dev packages!)
mfg.adsr IOhannes