-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add PaddedViews.filltype specifications on Colorants
This ensure that `fillvalue` is of dominant role of eltype of PaddedView. One consequence of this is transparent color is correctly filled even if `img` isn't of eltype `ARGB`: `PaddedView(ARGB(0, 0, 0, 0), img, indices)` This is a rework of JuliaArrays/PaddedViews.jl#25 and co-operates JuliaArrays/PaddedViews.jl#26
- Loading branch information
1 parent
f0384ab
commit a61af8e
Showing
3 changed files
with
106 additions
and
1 deletion.
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
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