We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 503f1ba commit cb46604Copy full SHA for cb46604
digital_image_processing/resize/resize.py
@@ -50,7 +50,7 @@ def get_y(self, y: int) -> int:
50
:param y: Destination X coordinate
51
:return: Parent X coordinate based on `y ratio`
52
>>> nn = NearestNeighbour(imread("digital_image_processing/image_data/lena.jpg",
53
- 1), 100, 100)
+ ... 1), 100, 100)
54
>>> nn.ratio_y = 0.5
55
>>> nn.get_y(4)
56
2
0 commit comments