Perceptual Gradients are uniformly converted to 72ppi images in PDF
The new perceptual gradients feature in 2026 (30) is being uniformly converted to low-resolution 72ppi images when exported to PDF.
The attached file is a PDF exported from 2026 (30.0.0).
知覚的グラデーションがPDFで一律に72ppiの画像にされる
2026 (30) の新機能である知覚的グラデーションは、PDFに書き出すと一律に72ppiの低解像度画像になってしまいます。
添付ファイルは、2026 (30.0.0) で書き出したPDFです。
Perceptual Gradient now honors the Document Raster Effect settings in latest Beta build 30.1.89
-
monokano
commented
2026 Beta (30.1.0 #89)
As Egor pointed out, the fact that perceptual gradients cause paths to disappear in PDF and outlines to be anti-aliased, making them independent of output device resolution, is not a desirable result.
Addendum: In PDF/X-1a, there is no anti-aliasing and the jagged results have not been fixed.
Further addendum: Perceptual gradients are subject to downsampling during PDF export. This is also a counterintuitive result.
---
Egorさんが指摘している通り、知覚的グラデーションがPDFでパスが消失し輪郭がアンリエイリアス処理されるのは、出力デバイス解像度に非依存となるので望ましい結果ではありません。追記:PDF/X-1aではアンチエイリアスされず、結果がガタガタになるのは直っていません。
さらに追記:知覚的グラデーションはPDF書き出し時のダウンサンプルの影響を受けます。これも直感に合わない結果です。
-
It still rasterizes the whole object, rather than converting it to a clipped bitmap (unless you also enable Dither though).
Here’s a demo.New idea from comment
This comment was upgraded into a new idea: Objects with Perceptual Gradients applied (and no Dither) gets rasterized fully on PDF export, instead of becoming clipped rasters -
monokano
commented
In PDF/X-1a, the perceptual gradation became a low-resolution image without anti-aliasing.
---
PDF/X-1aでは知覚的グラデーションがアンチエイリアスがない低解像度画像になりました。