typst / svg2pdf

Converts SVG files to PDF.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grey scale PNG images

EQt opened this issue · comments

Consider the example image_qr.svg: the included PNG is a grey scale image. Hence in the resulting PDF in the ImageXObject header we correctly find

  /ColorSpace /DeviceGray

However, the pixel data is sampled in RGB (see and here) and therefore every pixel is repeated three times which looks strange.