iiRecord
Agentic AI Atlas · Pillow
library:pillowa5c.ai
II.
Library JSON

library:pillow

Structured · live

Pillow json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/libraries/libraries-python-extended.yamlCluster · domain
Record JSON
{
  "id": "library:pillow",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-python-extended.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Pillow",
    "belongsToLanguageId": "language:python",
    "category": "image-processing",
    "description": "Friendly fork of PIL — the Python Imaging Library — supporting image\nopening, manipulation, saving, and format conversion for 30+ formats.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:pillow",
      "to": "language:python",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:pillow",
      "to": "skill-area:image-processing",
      "kind": "library_used_by",
      "attributes": {}
    },
    {
      "from": "library:pillow",
      "to": "library:opencv-python",
      "kind": "alternative_to"
    }
  ],
  "incomingEdges": [
    {
      "from": "stack-profile:document-processing-pipeline",
      "to": "library:pillow",
      "kind": "composed_of"
    }
  ]
}