-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add title to image #8
Comments
I second this. Program works well and images of /r/earthporn, for example, are great but you want to know what you are looking at. There could be an option for example to show name of the file on the image itself (somewhere)... Example filenames: Letchworth_State_Park_NYoc_4032x_3024.png Psuedocode not (string) "OC[resolution].png" at the end example output on image: Letchworth State Park NY Thanks! |
This is a really good idea! But I should manipulate the image to do that, and decide where to put the text, how big, what color ecc... It might be a problem, it might cover things |
It could be good on the tray menu, but I tend to highlight the desktop to try and see the image. For what its worth, I have a bash script which does it with ImageMagick, the title addition is at the end. |
I will consider what you propose, in any case with the last commit I added the title of the current wallpaper in the system tray, so it will be included in the next release |
Discussion on stackoverflow mention ImageMagick program. Discussion here has a script as well (for inspiration :) https://legacy.imagemagick.org/discourse-server/viewtopic.php?t=28886 This discussion on stackoverflow shows some pictures with filenames embedded: https://stackoverflow.com/questions/4106200/overlaying-an-images-filename-using-imagemagick-or-similar just to give you some ideas. I think once you get the code working to have the file name on there; then I personally would have /r/earthporn pics pulled into a directory; then, run a script to permanently embed location... that way, I could run the folder as screensaver on my android TV and I know what I am looking at : ) |
It would be nice to be able to add the title of the image somewhere on the image.
Choosing where the title would go could be good too.
The text was updated successfully, but these errors were encountered: