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

Class ResizeResult

src/utils/image_processor.py:70–74  ·  view source on GitHub ↗

Output of resize/compress operations.

Source from the content-addressed store, hash-verified

68
69@dataclass(frozen=True)
70class ResizeResult:
71 """Output of resize/compress operations."""
72 data: bytes
73 media_type: str # e.g. "image/png"
74 dimensions: ImageDimensions | None
75
76
77class ImageProcessingError(Exception):

Callers 3

build_image_tool_resultFunction · 0.90
maybe_resize_imageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected