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

would it not be easier just to use the Resize function?

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

Replies are listed 'Best First'.
Re: Re: Image::Magick BlobToImage() for jpegs
by andye (Curate) on May 04, 2001 at 15:15 UTC
    I plan to. But I have to convert it from a blob first. I've trimmed my code to find the broken part - and it appears to be the blob/image/blob conversion.

    andy.

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

      Sinister greetings.
        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.