Image artifacts
`image_rgb_uint8_hwc` reads the `image` array with shape `[H, W, 3]` and writes PNG.
Inspect known NPZ artifacts and turn raw image, video, or audio arrays into practical media outputs. Pose-control NPZ files produce a metadata report.
Drop your NPZ artifact here
or choose NPZ up to 100 MB and developer artifacts
Your files are secure and deleted automatically.
Auto-detect schema
Supports image, video, audio, and pose-control NPZ artifacts from the known codec.
`image_rgb_uint8_hwc` reads the `image` array with shape `[H, W, 3]` and writes PNG.
`video_rgb_uint8_thwc` reads `frames` plus optional `fps` and writes H.264 MP4.
`audio_pcm_float32` reads `audio` plus `sample_rate` and writes WAV or MP3.
`pose_control_npz_v1` contains conditioning tensors, so it returns a JSON report.
Choose the page that matches the NPZ artifact you have: image arrays, video frames, audio samples, or the all-in-one developer converter.