python images

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/16

flashcard set

Earn XP

Description and Tags

pythoncollegelevel

Last updated 8:14 PM on 4/4/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

17 Terms

1
New cards

Pixel

A tiny dot that makes up an image; each pixel encodes a color

2
New cards

RGB

Each pixel has 3 bytes (24 bits): one for red, one for green, one for blue

3
New cards

PIL

Python Imaging Library — provides tools for image processing in Python

4
New cards

PIL Functions

width
height
getpixel
pxred
pxgreen

pxblue
putpixel

5
New cards

width

Property Number of pixels wide

6
New cards

height

Property Number of pixels tall

7
New cards

getpixel

Function Returns RGB tuple at position (x, y)

8
New cards

pxred

Attribute Gets red value from a pixel

9
New cards

pxgreen

Attribute Gets green value from a pixel

10
New cards

pxblue

Attribute Gets blue value from a pixel

11
New cards

putpixel

Function Sets color of pixel at (x, y)

12
New cards

PIL Drawing Functions

line()
rectangle()
ellipse()
point()
text()

13
New cards

line()

start point, end point, color, width Draws a line between two points

14
New cards

rectangle()

top-left, bottom-right, fill, outline, width Draws a rectangle (filled or outline)

15
New cards

ellipse()

bounding box, fill, outline, width Draws circle/oval inside bounding box

16
New cards

point()

coordinates, color Draws dots at specified coordinates

17
New cards

text()

position, text string, color Adds text to image (top-left corner)

Explore top flashcards

flashcards
Week 1
20
Updated 716d ago
0.0(0)
flashcards
Introduction to Biology
33
Updated 446d ago
0.0(0)
flashcards
Classical Roots Lessons 7-8
42
Updated 1146d ago
0.0(0)
flashcards
Civil Rights and Liberties
38
Updated 1075d ago
0.0(0)
flashcards
units 1-7 vocab
361
Updated 1081d ago
0.0(0)
flashcards
Survey of Humanities- Boroque
40
Updated 925d ago
0.0(0)
flashcards
Week 1
20
Updated 716d ago
0.0(0)
flashcards
Introduction to Biology
33
Updated 446d ago
0.0(0)
flashcards
Classical Roots Lessons 7-8
42
Updated 1146d ago
0.0(0)
flashcards
Civil Rights and Liberties
38
Updated 1075d ago
0.0(0)
flashcards
units 1-7 vocab
361
Updated 1081d ago
0.0(0)
flashcards
Survey of Humanities- Boroque
40
Updated 925d ago
0.0(0)