This commit is contained in:
Hugo 2019-06-28 18:47:17 +03:00
parent 73884576d4
commit 57e3af4afb

View File

@ -173,7 +173,7 @@ This helps to get the bounding box coordinates of the input image:
from PIL import Image
im = Image.open("hopper.jpg")
prin (im.getbbox())
print(im.getbbox())
# Returns four coordinates in the format (left, upper, right, lower)
.. automethod:: PIL.Image.Image.getcolors