[tex-live] tl2018: problems with including a (very specific) PNG file

Akira Kakuto kakuto at fuk.kindai.ac.jp
Fri Jul 6 01:27:17 CEST 2018


> I tried by using the convert in ImageMagick:
>
> convert -geometry 202x38 -verbose try-tl2018a.png small.png

A better example.

identify -verbose try-tl2018a.png
shows

  Resolution: 0.39x0.39
  Units: PixelsPerCentimeter

This is the reason of the large size (0.39 pixel / cm !!!)

The command

convert -units PixelsPerCentimeter -density 28 -verbose try-tl2018a.png small.png

creates a better result than my previous example.

  Resolution: 28x28
  Units: PixelsPerCentimeter

Best,
Akira



More information about the tex-live mailing list