slide
slide copied to clipboard
Image Overlay / Background
This little app has been a life saver for my digital poster application.
I would love to be able to overlay an arbitrary fixed image on top (or place behind) the slide show pictures. Is this something you can work in?
Hi @langmeister,
thanks for submitting this issue. Seems like different kinds of overlay are a demanded feature, see also this issue. I'll prioritize it, but feel also free to PR ;-)
Anything I can do to help, but pls be prescriptive - I’m not github savvy :)
On Jan 26, 2020, at 3:32 PM, Manuel Dewald [email protected] wrote:
Hi @langmeister,
thanks for submitting this issue. Seems like different kinds of overlay are a demanded feature, see also this issue. I'll prioritize it, but feel also free to PR ;-)
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.
Oh, sorry for that, I meant if you are a little familiar with C++, feel free to add the functionality and create a pull request so I can review and include it :)
No worries...I can contribute via use case only, which I’m doing manually using Imagemagick (with static background image specifically):
Command-line parameter to specify static, user supplied image; default - none Command-line parameter to specify if image is foreground or background; default - background if image is supplied Command-line parameter to specific x,y coordinate as top-left position of image If “foreground”, x,y used as top-left corner of static image If “background”, x,y used as top-left corner of slideshow image
Hope this helps, Lang
On Jan 30, 2020, at 11:43 AM, Manuel Dewald [email protected] wrote:
Oh, sorry for that, I meant if you are a little familiar with C++, feel free to add the functionality and create a pull request so I can review and include it :)
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.