Contents Menu Expand Light mode Dark mode Auto light/dark mode
PhotoshopAPI 2024 documentation
PhotoshopAPI 2024 documentation
  • Code Reference
    • Structure Description: LayeredFile
      • Base Layer Structure
      • GroupLayer Structure
      • ImageLayer Structure
      • Section Divider Structure
      • Adjustment Layer Structure
      • Artboard Layer Structure
      • Smart Object Layer Structure
      • Text Layer Structure
    • Structure Description: PhotoshopFile
      • File Header Structure
      • Color Mode Data Structure
      • Image Resources Structure
      • Layer and Mask Information Structure
      • Additional Layer Info Structure
      • Image Data Structure
    • Structure Description: File
    • Structure Description: ImageChannel
    • Structure Description: ProgressCallback
    • Bit Depth Type aliases
    • Enumerators
  • Python Bindings
    • LayeredFile
    • Layer Type Derivatives
      • Layer
      • ImageLayer
      • GroupLayer
    • PhotoshopFile
    • Enumerators
    • Utility Classes
  • Concepts
    • Concept: Compression Codecs
    • Concept: In Memory Compression
  • Benchmarks
  • Building and Using
Back to top

Concepts#

This sections is primarily aimed at informing about some of the concepts used throughout the codebase to help you build a better understanding of what the PhotoshopAPI does under the hood. Knowing these is not vital to using the PhotoshopAPI but will give some useful insights

Concepts:

  • Concept: Compression Codecs
    • Raw
    • Rle
    • Zip
    • ZipPrediction
  • Concept: In Memory Compression
Next
Concept: Compression Codecs
Previous
Utility Classes
Copyright © 2024, Emil Dohne
Made with Sphinx and @pradyunsg's Furo