-
Notifications
You must be signed in to change notification settings - Fork 1
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
Suggestion for adjustable image background #15
Comments
Do you mean adding a solid color to the back of an image instead of seeing a reverse image? |
Yep |
Well how the images are rendered, its essentially a 2d image with no thickness, to add a solid back to it, it would require rendering a second image (solid colored) directly behind it. |
Essentially you would be loading two images for every image. Also i don't know where data for what color the image will be, should be stored. size and url is stored on the sign but it can only hold so much info. |
Well, theoretically 1x character after or before the whole string would be enough (so as not to corrupt the data), and it would be enough to distinguish the color like in Minecraft Vanilla (&4 = dark red, &c = red -> https://www.digminecraft.com/lists/color_list_pc.php), and once it's there, when ON (when adding a background), signpicture would automatically recognize that there is a background and with what color? |
Well if I've learned anything my time from coding: The bugs will come crawling!😄 |
The text was updated successfully, but these errors were encountered: