-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pdf: use _emit_smask() instead of _emit_imagemask to emit stencil mask
Now that _emit_smask() can generate A1 masks, the _emit_imagemask() code can be removed and emit_smask() used instead. An additional benefit is stencil masks can be generated from ARGB32 and A8 images as well as A1 providing that the analysis of the transparency shows that the image is opaque or has bilevel alpha.
- Loading branch information
Adrian Johnson
committed
Sep 6, 2011
1 parent
d6d3825
commit c34d6ad
Showing
2 changed files
with
68 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters