From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id B31905A0F for ; Mon, 27 Apr 2015 13:01:29 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP; 27 Apr 2015 04:01:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,656,1422950400"; d="scan'208";a="562384246" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by orsmga003.jf.intel.com with ESMTP; 27 Apr 2015 04:01:27 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.76]) by irsmsx105.ger.corp.intel.com ([169.254.7.178]) with mapi id 14.03.0224.002; Mon, 27 Apr 2015 12:01:27 +0100 From: "Mcnamara, John" To: Neil Horman , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] docs: convert from using inkscape to ImageMagick tools Thread-Index: AQHQfpHlkkjVolOjFkKR6tdB/aWqZp1gsbCw Date: Mon, 27 Apr 2015 11:01:25 +0000 Message-ID: References: <1429881789-16060-1-git-send-email-nhorman@tuxdriver.com> In-Reply-To: <1429881789-16060-1-git-send-email-nhorman@tuxdriver.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] docs: convert from using inkscape to ImageMagick tools X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 11:01:30 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Neil Horman > Sent: Friday, April 24, 2015 2:23 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] docs: convert from using inkscape to > ImageMagick tools >=20 > Requiring inkscape to convert svg files to png/pdf files, while functiona= l > is difficult for ephemeral build environments (i.e. build systems in whic= h > a new build root is setup for each build), as inkscape and its > dependencies typically totals over 128Mb of code. Instead, lets use > ImageMagick tools. It gives you the same output in a much more compact > tool suite (512k). Hi Neil, The patch works but the pdf output is different. See the following images f= or before and after the patch: http://imgur.com/GgdXSnF http://imgur.com/e9AvTza It looks like a dpi issue but I'm not sure what exactly. Omitting the -unit= s/-density options renders the images at the right size but the resolution = looks slightly worse. John --=20