Skip Menu |

This queue is for tickets about the Imager CPAN distribution.

Report information
The Basics
Id: 29944
Status: resolved
Priority: 50/
Queue: Imager

People
Owner: TONYC [...] cpan.org
Requestors: TONYC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.60
Fixed in: (no value)



Subject: rubthrough() should act like paste() when the source has no alpha channel
Date: Fri, 12 Oct 2007 14:51:19 +1000
To: bug-Imager [...] rt.cpan.org
From: tonyc [...] cpan.org
as per subject otherwise you end up writing code like: if ($work->getchannels == 4) { $out->rubthrough(src => $work, ty => $oldheight + $gap); } else { $out->paste(src => $work, ty => $oldheight + $gap); }
fixed in svn, draw branch
fixed in Imager 0.63