Replies: 1 comment
-
|
This bug will be fixed in the next release. For the moment, you can try to replace line 145 of QtMapViewer.py with the following: QImage(int(self.HIGHLIGHT_RECT_WIDTH), int(self.HIGHLIGHT_RECT_HEIGHT), QImage.Format_ARGB32) Hope it helps. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I installed TagLab on a Macbook Pro 14 M1. It worked after some struggle but the software crashes very fast after opening an image. The error message is caused by line 145 in QtMapViewer.py (
drawOverlayImage self.overlay_image = QImage(self.HIGHLIGHT_RECT_WIDTH, self.HIGHLIGHT_RECT_HEIGHT, QImage.Format_ARGB32)):Can you help me?
Beta Was this translation helpful? Give feedback.
All reactions