Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Aug 2018 09:22:27 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 227761] print/freetype2: Fonts aren't correctly rendered with 2.9
Message-ID:  <bug-227761-6497-4w0MXuzWo4@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-227761-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-227761-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227761

--- Comment #25 from Pascal Christen <pascal.christen@hostpoint.ch> ---
(In reply to lightside from comment #24)
> I may recommend to check jpeg output for new test.pdf file with using
> "pdftoppm" program:
> % pdftoppm -jpeg test.pdf image

Ok, tested that and it seems like a ghostscript problem. What I've tested so
far:

Test 1:
freetype2-2.9.1                Free and portable TrueType font rendering en=
gine
ghostscript9-agpl-base-9.23    PostScript and PDF interpreter

pdftoppm -jpeg test.pdf pdftoppm.jpg -> Works fine
convert -density 300 -colorspace sRGB -resize 50% -border 2 test.pdf[0]
convert.jpg -> Font looks blurry


Test 2:
freetype2-2.9.1                Free and portable TrueType font rendering en=
gine
ghostscript9-agpl-base-9.16_5    PostScript and PDF interpreter

pdftoppm -jpeg test.pdf pdftoppm.jpg -> Works fine
convert -density 300 -colorspace sRGB -resize 50% -border 2 test.pdf[0]
convert.jpg -> Font looks blurry

Test 3:
freetype2-2.8.1                Free and portable TrueType font rendering en=
gine
ghostscript9-agpl-base-9.16_5    PostScript and PDF interpreter

pdftoppm -jpeg test.pdf pdftoppm.jpg -> Works fine
convert -density 300 -colorspace sRGB -resize 50% -border 2 test.pdf[0]
convert.jpg -> Works fine

Test 4:
freetype2-2.8.1                Free and portable TrueType font rendering en=
gine
ghostscript9-agpl-base-9.23    PostScript and PDF interpreter

pdftoppm -jpeg test.pdf pdftoppm.jpg -> Works fine
convert -density 300 -colorspace sRGB -resize 50% -border 2 test.pdf[0]
convert.jpg -> Works fine

So what do you think?

--=20
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-227761-6497-4w0MXuzWo4>