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

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.

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

Replies are listed 'Best First'.
Re: Re: Re: Image::Magick BlobToImage() for jpegs
by Sinister (Friar) on May 04, 2001 at 15:40 UTC
    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.