Libraries for Simple Image Manipulation (Pillow, Scikit-image)
Was this section helpful?
Pillow Documentation, Pillow Contributors, 2024 - Official documentation for the Pillow library, offering comprehensive guides and API references for basic image manipulation in Python.
scikit-image Documentation, The scikit-image team, 2025 - Official documentation for scikit-image, providing detailed information on its algorithms for image processing with NumPy arrays.
scikit-image: image processing in Python, Stéfan van der Walt, Johannes L. Schönberger, Juan Nunez-Iglesias, François Boulogne, Joshua D. Warner, Nicolae Y. Galli, Andrea S. Giugliano, Timothy D. Nathaniel, Olav Alex Eklund, Alexander R. Sofroniew, Maarten Becker, Louis Bonnett, Harald Möller, Eric Ben Shushan, Christian von Faber, Catherine R. Herhold, and Tony Yu, 2014PeerJ, Vol. 2DOI: 10.7717/peerj.453 - The original academic paper introducing the scikit-image library, outlining its architecture and functionalities for image processing in Python.
Hands-On Image Processing with Python, Sandipan Dey, 2018 (Packt Publishing) - A practical book guiding readers through image processing with Python, including usage examples for libraries like Pillow and scikit-image.