Python Image Library

Python Image Library

12th Grade

10 Qs

quiz-placeholder

Similar activities

Raster Vs Vector images

Raster Vs Vector images

8th - 12th Grade

15 Qs

EME316 Quiz 02

EME316 Quiz 02

10th Grade - University

15 Qs

Intro to Adobe Animate

Intro to Adobe Animate

9th - 12th Grade

13 Qs

Lesson1_Level4

Lesson1_Level4

6th - 12th Grade

11 Qs

Screenshot Techniques By Mr. B

Screenshot Techniques By Mr. B

12th Grade

13 Qs

Photoshop

Photoshop

9th - 12th Grade

15 Qs

Vector & raster graphics

Vector & raster graphics

KG - University

13 Qs

SHS Year 7 Logo Quiz

SHS Year 7 Logo Quiz

KG - University

14 Qs

Python Image Library

Python Image Library

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Bill Doors

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the Image.new() function in PIL do?

Create a new Python image file.

Create a new empty image with a specified mode and size.

Load an existing image file

Crop an image to a specified size

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Python library is commonly used for image manipulation and drawing operations?

PIL (Python Image Library)

NumPy

OpenCV

Matplotlib

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the ImageDraw module in PIL allow you to do?

Resize an image

Create a new image

Draw shapes and text on an image

Convert images to different formats

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to draw an ellipse on an image using PIL?

ImageDraw.draw_circle()

ImageDraw.draw_ellipse()

Image.draw_ellipse()

Image.ellipse()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the ImageDraw.rectangle() method in PIL do?

Crop the image to a specified rectangle

Draw a filled rectangle on an image

Rotate the image by a specified angle

Resize the image to a rectangle shape

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to draw a polygon on an image using PIL?

ImageDraw.draw_polygon()

ImageDraw.draw_shape()

Image.draw_polygon()

Image.polygon()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What parameter is required when creating a new image using Image.new()?

Image mode (e.g., 'RGB', 'RGBA')

Image filename

Image size in pixels

Image DPI (Dots Per Inch)

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?