message ←
IO.PutFR1["PD file warning: %g",
IO.rope[(
SELECT code
FROM
wrongFormatVersion => "Wrong version of PD file format",
unreasonableResolution => "Unreasonable resolution",
unreasonableBandSSize => "Unreasonable bandSSize",
unreasonableImageSize => "Unreasonable imageSize",
unreasonableLoadSize => "Unreasonable loadSize",
unreasonableNumberOfCopies => "Unreasonable number of copies",
objectOutOfBand => "Object out of band",
emptyRunGroup => "Empty run group",
nonZeroFill => "Non-zero fill",
imageBoundsExceedPageBounds => "Image bounds exceed page bounds",
tooFewBands => "Too few bands",
unknownColorTileFlag => "Unknown color tile flag",
ENDCASE => "??")]];