From owner-freebsd-questions@FreeBSD.ORG Wed Jan 9 16:22:42 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9114EED6 for ; Wed, 9 Jan 2013 16:22:42 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from asbnvacz-mailrelay01.megapath.net (asbnvacz-mailrelay01.megapath.net [207.145.128.243]) by mx1.freebsd.org (Postfix) with ESMTP id 28A70B14 for ; Wed, 9 Jan 2013 16:22:41 +0000 (UTC) Received: from mail4.sea5.speakeasy.net (mail4.sea5.speakeasy.net [69.17.117.48]) by asbnvacz-mailrelay01.megapath.net (Postfix) with ESMTP id CE067A7012C for ; Wed, 9 Jan 2013 11:22:40 -0500 (EST) Received: (qmail 12776 invoked from network); 9 Jan 2013 16:22:40 -0000 Received: by simscan 1.4.0 ppid: 5348, pid: 16655, t: 0.2148s scanners: clamav: 0.88.2/m:52/d:10739 Received: from unknown (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail4.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 9 Jan 2013 16:22:40 -0000 Received: from lowell-desk.lan (lowell-desk.lan [172.30.250.8]) by be-well.ilk.org (Postfix) with ESMTP id A69AC33C1D; Wed, 9 Jan 2013 11:22:34 -0500 (EST) Received: by lowell-desk.lan (Postfix, from userid 1147) id 5F88739855; Wed, 9 Jan 2013 11:22:34 -0500 (EST) From: Lowell Gilbert To: Antonio Olivares Subject: Re: change an image or convert it to metapost References: <448v82vkxc.fsf@lowell-desk.lan> Date: Wed, 09 Jan 2013 11:22:34 -0500 In-Reply-To: (Antonio Olivares's message of "Wed, 9 Jan 2013 06:45:55 -0600") Message-ID: <44k3rmuy0l.fsf@lowell-desk.lan> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: FreeBSD Questions List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jan 2013 16:22:42 -0000 Antonio Olivares writes: > On Wed, Jan 9, 2013 at 2:07 AM, Lowell Gilbert > wrote: >> Antonio Olivares writes: >> >>> Dear folks, >>> >>> Is it possible to change an image: >>> >>> http://www.valleycentral.com/uploadedImages/kgbt/Sports/Videos/GatorLogoJPEG.jpg?w=440&h=330&aspect=nostretch >>> >>> To metapost? so that it could be processed by metapost? >>> >>> I have referenced this page >>> >>> http://matagalatlante.org/nobre/hyt/mpost.html >>> >>> but I don't have some of the programs referenced there. If someone >>> that is experienced in metapost or other language that can convert the >>> graphic to metapost it would be very nice. I have converted the image >>> to EPS(encapsulated postscript) but the image does not fit nicely in >>> *.tex documents and I would prefer to have a native one created by >>> metapost or similar. >> >> Metapost contains more information than JPEG. There's no way to derive a >> whole model from a flat image, so converting the former to the latter >> doesn't really make sense. For that matter, JPEG is a pixel-based >> format, so it's not going to scale in the document as well as something >> that's based on vectors or curves. It would probably look okay if the >> original image were much larger and getting scaled down. >> >> The usual thing to do here is probably to make sure the image gets used >> at its normal resolution. This is really a TeX (or LaTeX) >> question. Unfortunately, my set of documents in easy reach is too old to >> cover how to do this, so I can't give you the formula offhand. >> >> Good luck. > > Actually, the problem is that the placement of the figure is not where > I want it to be. With a correct and true EPS and the 'h' option would > give a very good placement. It would still be nice to produce a > metapost file and scale it to fit nicely and place text next to it, > but I am guessing that I am hoping for some miracles. If you're talking about starting from a JPEG and turning it into a scalable image, then yes, you're looking for miracles. It's kind of like starting with a hamburger and trying to turn it into a steak. Getting placement correct, however, should be possible, but it's more of a TeX question, and you might want to ask the TeX experts. Most of the conversion programs on the page you referenced are in the FreeBSD ports tree, so you shouldn't have trouble using them if you want.