Beefy Boxes and Bandwidth Generously Provided by pair Networks DiBona
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Image::Magick

by perlmonkey (Hermit)
on May 06, 2001 at 21:04 UTC ( [id://78388]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to Image::Magick

I dont know if it is just my system, but my application took at least twice as long to 'convert' an image usage the PerlMagick than it did to just call the convert binary via a system call. For this reason I had to back out the PerlMagick changes and stay with the system calls. I have no idea why the time difference would be so significant though.

Replies are listed 'Best First'.
Re: Re: Image::Magick
by Anonymous Monk on Feb 22, 2003 at 08:55 UTC
    How to i implement resizing images? how to i get perl module for Magick.pm file. Its free or any payment. In Pdk kit is not available Just convey how to proceed further. Let me know If any one help me Murugavel Ramachandran My email Id : blsrm@rediffmail.com
      I am trying to increase the number of colors in an image, but it is not working.
      $img = Image::Magick->new; $img->Read('../images/logo.gif'); my $nu = $img->Get('colors'); $img->Set(colors=>256); $img->Quantize(); my $nu1 = $img->Get('colors');
      nu and nu1 remains the same- 127 in my case. Any help is appriciated.
        Why do you want to increase the number of colors in the image? What new colors do you think ImageMagick should add, and where do you think it should put them?

        Caution: Contents may have been coded under pressure.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://78388]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.