Study Guide > blur_image.py


University of Washington CSE 160 # Name Zijun Wei # CSE 160 # Homework 3: Image Blurring # A Python program to blur an image. from PIL import Image import itertools import sys import os def read_image(file_path): """ Reads the image file at file_path into a rectangular grid of pixels, represented as a list of list of integer. Each element of the outer list is one row of pixels, wh ...[Show More]

Preview 1 out of 6 pages
Purchase this document to unlock the blurred part and the rest of the document

Unlock Now

Reviews( 0 )