From owner-freebsd-gnome@freebsd.org Fri Aug 10 09:22:30 2018 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38F6D1063A71 for ; Fri, 10 Aug 2018 09:22:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id C89FC815F8 for ; Fri, 10 Aug 2018 09:22:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 8DA631063A70; Fri, 10 Aug 2018 09:22:29 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6BC471063A6F for ; Fri, 10 Aug 2018 09:22:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0AE10815CF for ; Fri, 10 Aug 2018 09:22:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 6A46F23657 for ; Fri, 10 Aug 2018 09:22:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w7A9MSMC003507 for ; Fri, 10 Aug 2018 09:22:28 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w7A9MSJx003504 for gnome@FreeBSD.org; Fri, 10 Aug 2018 09:22:28 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 227761] print/freetype2: Fonts aren't correctly rendered with 2.9 Date: Fri, 10 Aug 2018 09:22:27 +0000 X-Bugzilla-Reason: CC AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: pascal.christen@hostpoint.ch X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Aug 2018 09:22:30 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227761 --- Comment #25 from Pascal Christen --- (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.=