Re: RFR: 8300725: Improve performance of ColorConverOp for default destinations with alpha

2023-01-20 Thread Phil Race
On Fri, 20 Jan 2023 06:02:53 GMT, Sergey Bylokhov wrote: > The "default destination" for the ColorConverOp is used when the user passes > "null" as the DST parameter. In this case, the "ColorConverOp.filter" creates > the default image and uses ComponentColorModel: 8 bits per color component

RFR: 8300725: Improve performance of ColorConverOp for default destinations with alpha

2023-01-20 Thread Sergey Bylokhov
The "default destination" for the ColorConverOp is used when the user passes "null" as the DST parameter. In this case, the "ColorConverOp.filter" creates the default image and uses ComponentColorModel: 8 bits per color component and optionally 8 bits for the alpha channel. For example for the