mkondratyev85 / raster_tracer

MIT License
65 stars 9 forks source link

AttributeError: 'PointTool' object has no attribute 'to_indexes' when working with black and white images #8

Closed mkondratyev85 closed 4 years ago

mkondratyev85 commented 4 years ago

Following error message is shown when trying to pick a point on a b&w image:

2019-12-19T20:19:09 WARNING Traceback (most recent call last): File "C:/Users/Luca Cistrone/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\raster_tracer\pointtool.py", line 217, in canvasReleaseEvent i1, j1 = self.to_indexes(x1, y1) AttributeError: 'PointTool' object has no attribute 'to_indexes'