What problem does it solve? Preparing digital images for print requires correct DPI metadata and physical dimensions, and doing this manually risks re-compression, quality loss, or silently stretched low-resolution files. This Skill calls the Pixazo Image DPI API to re-tag images at a target DPI and physical print size without decoding or re-compressing PNG/JPEG pixels. ## Core Features & Use Cases - Lossless DPI re-tagging: Set DPI between 72 and 1200 (default 300) while keeping the source format and original pixels intact for PNG and JPEG. - Physical size presets: Target standard print sizes like 4x6, 8x10, A4, A3, or 24x36, or specify custom width_in/height_in dimensions, with optional upsampling via allow_upsample. - Quality guardrails: Images with too few pixels for the requested size are rejected rather than silently stretched, and non-native outputs return as TIFF unless a format is specified. - Use Case: A designer needs a photo prepared as an 8x10 print at 300 DPI. The agent sends the image URL to the API with dpi 300 and size 8x10, then returns the print-ready TIFF URL. ## Quick Start Ask the agent to prepare an image URL for print at 300 DPI in 8x10 size using the Image DPI API.