Color changing text based on content
Posted: 2017-07-25T03:23:02-07:00
I'm doing some digital signing for my work, and I need some help.
It's a digital sign for a boat. The sign tells people passing by, which cruises they can book.
The set up is a Raspberry Pi Zero W with a 3G modem attached. Pipresents displays jpeg images with the booking calendar.
My idea is a simple user interface where the booking office edits one or two text files over SSH and imagemagick generates the jpeg sign. The Raspberry will also mail the jpeg back to the office, so they can verify that it's correct.
Here's a mockup of the sign.
https://www.dropbox.com/s/zkk8ir6aneica ... r.jpg?dl=0
Getting the text into the image with annotate is an easy deal. I could just make multiple text files for each column of text that needs to be changed. But I wouldn't consider that user friendly.
What are your suggestions for making this user friendly and easy to use?
This is on Version: ImageMagick 6.8.9-9 Q16 arm
It's a digital sign for a boat. The sign tells people passing by, which cruises they can book.
The set up is a Raspberry Pi Zero W with a 3G modem attached. Pipresents displays jpeg images with the booking calendar.
My idea is a simple user interface where the booking office edits one or two text files over SSH and imagemagick generates the jpeg sign. The Raspberry will also mail the jpeg back to the office, so they can verify that it's correct.
Here's a mockup of the sign.
https://www.dropbox.com/s/zkk8ir6aneica ... r.jpg?dl=0
Getting the text into the image with annotate is an easy deal. I could just make multiple text files for each column of text that needs to be changed. But I wouldn't consider that user friendly.
What are your suggestions for making this user friendly and easy to use?
This is on Version: ImageMagick 6.8.9-9 Q16 arm