Python Forum
Blending images with tkinter
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Blending images with tkinter
#1
I would like to use tkinter to blend several images onto background images. I've already done this with openCV but we don't like the way the openCV windows looks like. Instead we like the window tkinter uses. If it's possible to use tkinter to blend the images the way we want, please reply with the needed coding. I have already used the following coding, but it won't run because it seems tkinter requires that all images be the same size.

img_blended = Image.blend(img, img_0, alpha = 0.5)

This is what I'm trying to achive:
[Image: view?usp=sharing]

n the above screen shot, I plan to place several white images on the background like the one shown at several locations. On top of those images will be text, entry fields etc. We want to use the white images to make it easier for the user to read the text.

All help will be appreciated.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Tkinter button images not showing up lunacy90 7 3,828 Aug-31-2023, 06:39 PM
Last Post: deanhystad
  Blending calculator from final product xerxes106 0 2,037 Dec-05-2019, 10:32 AM
Last Post: xerxes106

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020