in reply to Re: Re: Image::Magick BlobToImage() for jpegs
in thread Image::Magick BlobToImage() for jpegs

Why do you need to specify the type of the image when defining it?

Sinister greetings.
  • Comment on Re: Re: Re: Image::Magick BlobToImage() for jpegs

Replies are listed 'Best First'.
Re: Re: Re: Re: Image::Magick BlobToImage() for jpegs
by andye (Curate) on May 04, 2001 at 15:42 UTC
    I've tried not specifying it, i.e.
    my $image=Image::Magick->new();
    but that doesn't work either. And the example in the docs specifies it.

    andy.