Closed (fixed)
Project:
Image Effects
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Issue tags:
Reporter:
Created:
12 Feb 2016 at 10:00 UTC
Updated:
17 Apr 2016 at 15:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mondrakeLooked a bit at this, and I think it's better to have a separate image effect to deal with it. The "Set canvas" effect has options for sizing and defining the background color that would be confusing if we try to keep also adding an image as background in the same effect.
What I fancy here is the 'opposite' of the "Watermark" effect - which allows to overlay a selected image on the source one. With "Background" effect, we would overlay the source image on a selected one.
Comment #3
mondrakeWorking on a patch, assigning.
Comment #4
mondrakeThis patch adds the 'Background' image effect and toolkit operation for GD. Needs ImageMagick operation and tests.
Comment #5
mondrakeComment #6
mondrakeAdded tests. ImageMagick operation still missing.
Comment #7
mondrakeComment #8
mondrakeNow with ImageMagick operation, too. Ready for review!
Comment #9
mondrakeComment #10
mondrakeRemoved @file docblock for traits/classes.
Comment #12
mondrakeSame consideration as per #2655044: Add "Text overlay" image effect:
a) we're still in alpha
b) better have this in and address any bugs from reports, than waiting for reviews :(
Committed, now I'll go for alpha2
Comment #13
mondrake