The concept of inverting an image can mean a few things. One possible meaning is that you are flipping an image. However, in this chapter, you are using ImageChops
, which means that you are doing a channel operation. In that context, it means that you are inverting the colors or creating a negative of the image.
Here is the definition of the invert()
fun…
Keep reading with a 7-day free trial
Subscribe to The Python Papers to keep reading this post and get 7 days of free access to the full post archives.