79535293

Date: 2025-03-26 02:50:45
Score: 0.5
Natty:
Report link

Well, for example:

import cv2
ds = cv2.imread("path_to_file.png")
ds = ds[500:1500, 500:1500]
cv2.imwrite("path_to_file2.png", ds)

I just checked, everything is working.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Konstantin Makarov