[Oc-pm] 2016 April Challange

Bob Mathews bobmath11 at icloud.com
Wed Apr 20 08:52:30 PDT 2016


> On Apr 19, 2016, at 7:49 PM, Vijay Anand <vijay2 at cox.net> wrote:
> The colors look a little weird, so I probably have a bug.

It works better with a true-color image (third argument to the constructor).

my $image = GD::Image::->new($cols,$rows,1)

Good lord, string eval is slow. It’s much faster if you write it out to a temp file and then require it. That’s still much slower than JSON::XS.

 -bob

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.pm.org/pipermail/oc-pm/attachments/20160420/c8b2a83e/attachment.html>


More information about the Oc-pm mailing list