Python Image Library

Python Image Library

12th Grade

10 Qs

quiz-placeholder

Similar activities

KUIS KOMPUTER GRAFIS

KUIS KOMPUTER GRAFIS

12th Grade

10 Qs

Scratch Pen Quiz

Scratch Pen Quiz

KG - University

10 Qs

Photopea

Photopea

10th - 12th Grade

10 Qs

Illustrator Step 1

Illustrator Step 1

9th - 12th Grade

15 Qs

Game Lab U13

Game Lab U13

9th - 12th Grade

13 Qs

TUGAS KELAS XII

TUGAS KELAS XII

12th Grade

10 Qs

EXAMEN DE PROGRAMACIÓN UNIDAD II - PFDS

EXAMEN DE PROGRAMACIÓN UNIDAD II - PFDS

9th - 12th Grade

15 Qs

Sub Day- Fusion 360 Icon Matching

Sub Day- Fusion 360 Icon Matching

9th - 12th Grade

11 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?