Python Forum
[PySide / PyQt] Offset two images with keyboard increments
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[PySide / PyQt] Offset two images with keyboard increments
#2
I would use PIL to merge the images.
1. Calculate the overlap of the two images.
2. Clip the overlapping parts. They will be the same size.
3. Merge the parts. Image will be opaque.
4. Paste over the underlying image in appropriate place.
Reply


Messages In This Thread
RE: [PySide / PyQt] Offset two images with keyboard increments - by deanhystad - Sep-09-2023, 12:53 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Question Rows and colums list. PySide 6 britesc 2 1,045 May-31-2023, 09:00 PM
Last Post: deanhystad
  Drawing in PySide Leo_Red 3 2,933 Jun-26-2021, 09:30 AM
Last Post: Axel_Erfurt
  Reading coordinates in tiff images using PyQt hobbyist 21 7,953 Dec-22-2020, 11:12 PM
Last Post: hobbyist
  How to in PySide/PyQt, zooming in and out UI Vladlen 0 2,987 Feb-13-2019, 02:11 PM
Last Post: Vladlen
  (pyQt/pySide)setStyleSheet(border…) makes QPushButton not clickable in Maya vladlenPy 0 4,828 Apr-15-2018, 12:41 PM
Last Post: vladlenPy
  set font from dialog box pyside python Gigux 1 3,686 May-08-2017, 12:25 AM
Last Post: Joseph_f2
  browse item and assign file to variable PYSIDE Gigux 3 4,070 May-01-2017, 02:03 AM
Last Post: nilamo
  set default font main window pyside Gigux 0 3,553 Apr-23-2017, 01:13 PM
Last Post: Gigux

Forum Jump:

User Panel Messages

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