Skip to content
Snippets Groups Projects
Commit 3bc8b4ae authored by paul_pvc's avatar paul_pvc
Browse files

init commit

parents
No related branches found
No related tags found
No related merge requests found
Showing
with 15 additions and 0 deletions
import PIL
from PIL import Image
import pandas as pd
import sklearn
import os
path = "./Init/Mer"
img = Image.open("./Init/Mer/838s.jpg")
print("Original size:", img.size)
new_size = (img.width * 2, img.height * 2) # Upscaling 2x
resized_image = img.resize(new_size, Image.LANCZOS) # Nearest-neighbor upscaling
print("Resized size:", resized_image.size)
\ No newline at end of file
Init/Ailleurs/000z374c2.jpeg

248 KiB

Init/Ailleurs/400pxVasy.jpeg

42.5 KiB

Init/Ailleurs/99ijC3.jpeg

224 KiB

Init/Ailleurs/Kin88.jpeg

40.1 KiB

Init/Ailleurs/ach.jpeg

7.13 KiB

Init/Ailleurs/aeroj7r4.jpeg

5.73 KiB

Init/Ailleurs/ahmer77.jpeg

36.3 KiB

Init/Ailleurs/akiPOn7.jpeg

186 KiB

Init/Ailleurs/alzz.jpeg

9.4 KiB

Init/Ailleurs/amp09W.jpeg

56.6 KiB

Init/Ailleurs/ani7y.jpeg

63.3 KiB

Init/Ailleurs/aqpmm9.jpeg

240 KiB

Init/Ailleurs/auj8bv.jpeg

178 KiB

Init/Ailleurs/aut64dq.jpeg

98.2 KiB

Init/Ailleurs/azr86b.png

707 KiB

Init/Ailleurs/bbg.jpeg

11.9 KiB

Init/Ailleurs/bcfp.jpeg

11.2 KiB

Init/Ailleurs/biv8q1.jpeg

1.04 MiB

Init/Ailleurs/bnhy776.jpg

270 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment