smolscale icon indicating copy to clipboard operation
smolscale copied to clipboard

Add IS_OPAQUE flag

Open hpjansson opened this issue 2 years ago • 0 comments

Add a flag that tells the pipeline that there are no transparent pixels, even in the presence of an alpha channel. This flag can be set automatically if the input is 3-channel RGB.

It will allow skipping alpha blending when compositing, unnecessary un/premul operations, etc.

Depends on #4.

hpjansson avatar Apr 18 '23 23:04 hpjansson