How does a Numpy library used for image manipulation | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

How does a Numpy library used for image manipulation

17th Jun 2020, 10:19 AM
s.ruthvik
s.ruthvik - avatar
2 Answers
+ 3
When doing image manipulation / processing with pil module, you normally use a python list to read in the pixel matrix from a file. But you can also use np arrays, which will give a higher speed in processing the data. You can have a look at this tutorial to find out how it works. https://www.pluralsight.com/guides/importing-image-data-into-numpy-arrays
17th Jun 2020, 12:46 PM
Lothar
Lothar - avatar
+ 1
Thank you for the information sir
17th Jun 2020, 12:58 PM
s.ruthvik
s.ruthvik - avatar