Editor
...
Assets and images
Print Images
6 min
the print images feature in purple dam allows you to manage high resolution print files alongside their web optimized counterparts this is particularly useful for workflows that require both web publishing and print production, such as integration with adobe indesign through via ppi enable print images to activate the print images feature as an admin, navigate to settings ❭ purple dam ❭ filter settings locate the enable print images option set it to enabled when disabled, all print file functionality is hidden from the purple dam plugin interface adding print variants to images there are two ways to work with print images attach a print variant to an existing image open an image in the media library in the attachment details screen, locate the print variant section click upload print variant select your print file (psd, tiff, ai, eps, or indd) and upload it the print file is now attached to the image images with print variants display a special indicator icon in the media library upload a print file directly when you upload a print file directly to the media library for psd and tiff files the system automatically converts the file to a web version conversion uses webp or jpeg, maximum 1920px width at 85% quality the converted image becomes the web image, with the original print file attached as its print variant filtering by print image status use the print image filter to find specific types of images with print image show only images that have print variants attached without print image show only images without print variants rest api integration the print images feature extends the wordpress rest api to support the ppi indesign plugin workflow api response format when querying media items via /wp json/wp/v2/media/{id} , images with print variants include a print image object image with print variant { "print image" { "exists" true, "id" 46, "url" "http //example com/wp content/uploads/2025/10/file psd", "mime type" "image/vnd adobe photoshop", "filename" "file psd", "filesize" 1926287 } } image without print variant { "print image" { "exists" false } } this rest api extension enables the indesign plugin to discover and place print files with the correct mime types, ensuring compatibility with adobe's asset placement workflow