Image::Magick

2004-04-26 Thread Jan Eden
Hi, I try to install the Image::Magick module. ImageMagick itself was installed by a TeX distribution (gwTeX), and I found: drwxr-xr-x 14 root admin 476 22 Mar 12:15 Magick++ -rw-r--r-- 1 root admin 389 7 Feb 16:00 Magick++.h drwxr-xr-x 3 root admin 102 10 Nov 00:26 freetype2 -rw-

Re: Image::Magick

2004-04-26 Thread David Wheeler
On Apr 26, 2004, at 12:52 AM, Jan Eden wrote: Can someone tell me which paths I should enter to successfully compile PerlMagick? I did not find something like "ltiff" or "ljpeg", but the convert tool works fine with these formats. May I suggest that, if you're doing development, rather than inst

Re: Image::Magick

2004-04-26 Thread Jan Eden
David Wheeler wrote on 26.04.2004: >On Apr 26, 2004, at 12:52 AM, Jan Eden wrote: > >>Can someone tell me which paths I should enter to successfully >>compile PerlMagick? I did not find something like "ltiff" or >>"ljpeg", but the convert tool works fine with these formats. > >May I suggest that,

Re: Image::Magick

2004-04-26 Thread Sherm Pendley
On Apr 26, 2004, at 1:27 PM, Jan Eden wrote: I'd just like to replace the system calls to ImageMagick's convert tool with Perl commands to speed up a batch converting script. I doubt you'd see much improvement in that case. The same library routines would do the actual work, and compared to the

Re: Icon in Address Bar

2004-04-26 Thread wren argetlahm
--- Charles Albrecht <[EMAIL PROTECTED]> wrote: > You can also indicate this file using a header > along the lines of: > > While on that thought and keeping it perl related, how would one make that sort of a tag from CGI.pm under the $CGI->start_html() function? Is there a way less kludgy tha

Re: Image::Magick

2004-04-26 Thread Jan Eden
Sherm Pendley wrote on 26.04.2004: >On Apr 26, 2004, at 1:27 PM, Jan Eden wrote: > >> I'd just like to replace the system calls to ImageMagick's convert >> tool with Perl commands to speed up a batch converting script. > >I doubt you'd see much improvement in that case. The same library >routine