Chapter 17: Image Processing In Python With Pillow

Next

#1. Python image processing with _________

Next

#2. ________ is a fork of the Python Imaging Library.

Next

#3. _______ is a library that offers several standard procedures for manipulating images.

Next

#4. An image ______ is a set of values.

Next

#5. Monochrome or grayscale images have ________ band.

Next

#6. Color images in the RGB system have ________ bands.

Next

#7. CMYK images have ________ bands.

Next

#8. The _________ of an image describes the way it represents colors.

Next

#9. Each mode is represented by a _______

Next

#10. Black and white has ______ mode.

Next

#11. Gray scale has ______ mode.

Next

#12. Palette encoding has ______ mode.

Next

#13. True red-green-blue color has ________ mode.

Next

#14. True color with a transparency band has _______ mode.

Next

#15. Cyan-magenta-yellow-black color has _______ mode.

Next

#16. Color video format has ______ mode.

Next

#17. 32 bit integer pixels has ____ mode.

Next

#18. 32 bit float pixels has ______ mode.

Next

#19. The _______ of objects in the image are described as a 2-tuple.

Next

#20. The ________ of a pixel are of its upper left corner.

Next

#21. A _________ is a rectangle in the image.

Next

#22. A crucial class in the Python Imaging Library is the ______ class.

Next

#23. To load an image from a file, we use the _________ function in the Image module passing it the path to the image.

Next

#24. We can save it to file with the _____ method.

Next

#25. ________ method is used to resize the image.

Finish