I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2010-06-22 03:56:46.35652-07 by tonyc in response to 12789
Re: convert(matrix => matrix from flash)

It's very similar in concept.


There's two main differences:


1. Imager images aren't always 4 channels (RGBA), but can be 1 (grey), 2 (grey+alpha), 3 (RGB) or 4 channels (RGBA), and the matrix needs to be adjusted for that.


2. The convert() matrixes use a 0.0 to 1.0 sample model instead of a 0 to 255 sample model.


It should be possible to convert any matrix used for flash colormatrix to a matrix for Imager's convert().

Direct Responses: 12791 | Write a response