slide icon indicating copy to clipboard operation
slide copied to clipboard

Image Overlay / Background

Open NotReallyADeveloper opened this issue 5 years ago • 4 comments

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?

NotReallyADeveloper avatar Jan 26 '20 17:01 NotReallyADeveloper

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 ;-)

NautiluX avatar Jan 26 '20 20:01 NautiluX

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.

NotReallyADeveloper avatar Jan 27 '20 14:01 NotReallyADeveloper

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 :)

NautiluX avatar Jan 30 '20 16:01 NautiluX

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.

NotReallyADeveloper avatar Jan 30 '20 17:01 NotReallyADeveloper