Digital Images
##############
This section deals with digital images and how to play with Python (Numpy).
.. figure:: ../_static/images/as_spectrum.jpg
:align: center
:scale: 50%
Spectrum project - `Arts et Sciences `_ - IOGS 2024. LEnsE & `Eric Michel `_.
Examples of opening and writing :abbr:`PGM (Portable Gray Map)` and
:abbr:`PPM (Portable Pixmap)` images in Python are given.
Then, we will play with image data. Finally, we will code some primitive transforms of images.
.. note::
Examples of this section require **Python 3.9** (or higher), **Numpy** and **Matplotlib**.
If you need help with Python for scientific use, you can check this set of tutorials:
`Python for Science `_.
.. toctree::
:maxdepth: 1
PGM files
Play with arrays
First transforms