Bug 1346 : OPAQUE filter is not implemented
Last modified: 2009-10-09 18:14




Status:
RESOLVED
Resolution:
FIXED -
Priority:
P2
Severity:
normal

 

Reporter:
Matt Giant
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2009-10-09 16:36
I am factoring the PImage filter() code into a modular extensible form using the TRUNK source
as a starting point. While porting the existing filter types I noticed that there is not a case for
OPAQUE in filter() and the case in filter( float ) throws a RuntimeException indicating the filter
is not to be run with a parameter. Is this filter type still supported?
Additional Comment #1 From fry 2009-10-09 18:14
it's a typo. "case RGB" should be "case OPAQUE".