]> git.imager.perl.org - imager.git/commit
- Calling setpixel() with color set to [ 0, 0, 0 ] would crash with
authorTony Cook <tony@develop=help.com>
Wed, 19 Apr 2006 12:19:56 +0000 (12:19 +0000)
committerTony Cook <tony@develop=help.com>
Wed, 19 Apr 2006 12:19:56 +0000 (12:19 +0000)
commit5daa8f70cae2c37aa583da2fcfdf78a8636b861d
treef985c8c9ecb90266e3a12f9c995c3595fd035f5f
parent3502941164ed3bea3295d17873e535a55425f760
- Calling setpixel() with color set to [ 0, 0, 0 ] would crash with
Can't locate object method "new" via package "Imager::Color::Float" ...

- having the color parameter code create floating point colors could
cause other problems too, since most of the underlying functions can't
handle them, so removed the attempt to create float colors.

Fixes #18561
Imager.pm
MANIFEST
t/tr18561.t [new file with mode: 0644]
t/tr18561b.t [new file with mode: 0644]