Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(image_composition): image::imageops::{overlay -> replace}
* Overlay takes into account the underlying pixel and the overlayed pixel to interpolate the final pixel data. Eg: This takes effect for transparent regions in PNG images. * Replace performs the same operation for us but instead it does not perform the pixel interpolation and instead just replaces the pixel. Signed-off-by: Shinyzenith <[email protected]>
- Loading branch information