Wednesday, September 23, 2026

TOC Image and Python



Table of Contents of a series of posts dedicated to the image file.
When you load and/or save an image - 2D array containing pixel values - in your hard disk, this array is converted into a new structure: the file...

... Exploring the inner architecture of an image file is a good way to understand the low-level features of many algorithms used by processes like filters. Moreover, it can help you to manage the various image types in your plugins under development.
  1. Loading and writing an image from/into a file with scikit-image [Link]
  2. Parameters of the File > Import > Raw...
  3. Color images: 
    • Packed or planar format [Link]
  4. Import an unknown file format: various strategies
  5. Image dump: the pixels mining tool [Link]

No comments:

Post a Comment