Questions tagged as 'pillow'

1
answer

Save image to disk from a NumPy array

I have the following exercise:    a. Write a function that implements the gamma transformation of a grayscale image. The    function must receive as input parameters: a grayscale image (uint8) and the parameter    gamma. The output parameter...
asked by 27.08.2018 / 15:32
1
answer

Problems dividing an image into squares in python

I'm trying to crop an image using python, but I do not understand why this code gives an error: imagen = PIL.Image.open("imagen-entera.jpg") ancho = int(imagen.size[0]/8) alto = int(imagen.size[1]/8) for si in range (8): for gh in range (8...
asked by 05.08.2018 / 19:35
0
answers

Error using pyautogui "NameError: name 'ImageGrab' is not defined"

import pyautogui screenshot = pyautogui.screenshot() screenshot.save("screenshot.png") when executing this code gives me this error:    File   "C: \ Users \ User \ Anaconda3 \ lib \ site-packages \ pyscreeze__init __. Py",   line 312, in _s...
asked by 10.12.2017 / 02:46