Fri Oct 12 00:51:35 2007TONYC [...] cpan.org - Ticket created
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);
}
Sun Oct 14 19:51:40 2007TONYC [...] cpan.org - Severity Unimportant added
Sun Oct 14 19:51:41 2007TONYC [...] cpan.org - Broken in 0.60 added
Sun Oct 14 19:51:58 2007TONYC [...] cpan.org - Priority changed from (no value) to '50'
Wed Dec 26 05:35:30 2007TONYC [...] cpan.org - Correspondence added
fixed in svn, draw branch
Wed Dec 26 05:35:34 2007TONYC [...] cpan.org - Status changed from 'new' to 'open'
Wed Dec 26 05:35:48 2007TONYC [...] cpan.org - Taken