MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / ImageProcessingError

Class ImageProcessingError

src/utils/image_processor.py:77–78  ·  view source on GitHub ↗

Raised when an image cannot be decoded, resized, or compressed.

Source from the content-addressed store, hash-verified

75
76
77class ImageProcessingError(Exception):
78 """Raised when an image cannot be decoded, resized, or compressed."""
79
80
81# ---------------------------------------------------------------------------

Callers 4

_pilFunction · 0.85
_encode_imageFunction · 0.85
maybe_resize_imageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected