Actions
Feature #60806
openGifbuilder: Allow image-mask-functionality without specifying a mask
Status:
New
Priority:
Should have
Assignee:
-
Category:
Image Generation / GIFBUILDER
Target version:
-
Start date:
2014-08-05
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Currently you need to specify both an bgImg (the one to overlay) as well as a mask that masks which parts should be overlayed. That mask is converted to a grayscale-image.
If you for example use a png with transparency as bgImg you are free to use a mask that instructs to use "all" pixels with full opacity. When the mask is applied the included transparency of the png still has an effect.
So when using a bgImg which has an alpha-channel itself or if you want to apply a simple "stamp" onto your image (square-image, no transparency at all) then it would make sense to be able to leave out the mask-parameter completely.
For basics how to use/test with bgImg and mask for example see #59392.
Updated by Riccardo De Contardi about 9 years ago
- Category set to Image Cropping
Updated by Susanne Moog about 7 years ago
- Category changed from Image Cropping to Image Generation / GIFBUILDER
Updated by Simon Schaufelberger over 2 years ago
- Related to Bug #59392: Gifbuilder: Make image-mask-functionality work again added
Actions