in reply to Loading images in memory

Would Image::Magick offer any routines to help you with this?

Has quite a few plugins, as well.

--Chris

#!/usr/bin/perl -Tw
use Perl::Always or die;
my $perl_version = (5.12.5);
print $perl_version;

Replies are listed 'Best First'.
Re^2: Loading images in memory
by Anonymous Monk on Nov 27, 2013 at 15:33 UTC
    Post a sensible answer, or don't post at all. It's ok not to know the answer. Stop guessing and suggesting untested rubbish. Examples, runable code ++.
      Given the vagueness of the question. It's difficult imagine that you could possibly discern the quality of my reply.

      In fact, I wrote a simple script some 10yrs. ago using Image::Magick to turn an image (gif,jpg,png) into a pure text version of the original, color, and all. It does the entire operation within memory.

      I'd have offered a coded solution/correction. But the OP couldn't be bothered to post theirs.

      --Chris

      #!/usr/bin/perl -Tw
      use Perl::Always or die;
      my $perl_version = (5.12.5);
      print $perl_version;
        So, you troll what you claim is a low quality post, with a low quality answer, but don't suggest to OP to improve their question? Who are you claiming to help here?