Description
Hi Damir,
I hope you and yours are doing well. I love the new updates and features of Ksnip. It is my default screen capture application.
I read a new post today from new Linux user, and then some other related posts, on the topic of adding a caption to an image like at the bottom or top or perhaps sides, rather than overlaying text on top of an image. The user was changing the canvas size then adding a box at the bottom with text using MS Paint before.
Adding caption to a photo - Linux Mint Forums
https://forums.linuxmint.com/viewtopic.php?f=90&t=265728&p=1443939#p1443939
I found this from ImageMagick
How to add a title to multiple images - ImageMagick
http://www.imagemagick.org/discourse-server/viewtopic.php?t=31452
Do you know of any easy way to do this? Could something like this be incorporated as an option in Ksnip? Is there a QT function for keeping the image dimensions, but increasing the image's canvas size at the bottom or top, (or left or right sides), to allow room for a caption, maybe automatically adding a white box to match the newly added canvas size where the caption's text would go? Perhaps adding some modified ImageMagick command from that link to a caption tool?
Example ImageMagick: The %f is the filename. but you can use another variable or any text with the quotes.
montage -label "%f" Frog_Sitting.jpg -tile 1x1 -geometry +0+0 Frog_Sitting_titled.jpg
Best regards to you and yours,
Phil
[email protected]