in reply to Re^2: Loading images in memory
in thread Loading images in memory
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;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Loading images in memory
by Anonymous Monk on Nov 27, 2013 at 17:19 UTC | |
by taint (Chaplain) on Nov 27, 2013 at 18:20 UTC |