PYTHON İMAGE RESMİ GÖSTERME
25 Kasım 2024
İlk derslerimizden python da resim ekleme resim açma kodunu yazdık..
from PIL import Image
# Load an image
img = Image.open('D:/pyton/proje1/resim1.jpg')
# Display the image
img.show()
spbsm
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/rjsrsxcg/public_html/wp-includes/functions.php on line 6121İlk derslerimizden python da resim ekleme resim açma kodunu yazdık..
from PIL import Image
# Load an image
img = Image.open('D:/pyton/proje1/resim1.jpg')
# Display the image
img.show()