index.rst 448 B

123456789101112131415161718192021222324252627
  1. Design Guide
  2. ============
  3. The sections listed below are dedicated to describe the design,
  4. structure and basic elements of the Generic Image Library (GIL).
  5. .. toctree::
  6. :maxdepth: 1
  7. :caption: Table of Contents
  8. basics
  9. concepts
  10. point
  11. channel
  12. color_space
  13. color_base
  14. pixel
  15. pixel_iterator
  16. pixel_locator
  17. image_view
  18. image
  19. dynamic_image
  20. metafunctions
  21. examples
  22. technicalities
  23. extending
  24. conclusions