in reply to Re: Loading images in memory
in thread Loading images in memory

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 ++.

Replies are listed 'Best First'.
Re^3: Loading images in memory
by taint (Chaplain) on Nov 27, 2013 at 17:12 UTC
    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?
        I felt the 1st reply to the OP had already covered the need to improve the post quality, quite adequately.

        Speaking of Troll; seems your tart insertions pretty much define (Troll||Troll bait).

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