From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/79416 Path: news.gmane.org!not-for-mail From: Peter Rolf Newsgroups: gmane.comp.tex.context Subject: Re: Images in MultiMarkdown -> context -> PDF Date: Wed, 21 Nov 2012 18:44:23 +0100 Message-ID: <50AD12F7.9@gmx.net> References: <50AC5BB4.4010205@wisc.edu> <1F8187F3-69EF-4DA3-8150-D6682B92E595@wisc.edu> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1353519875 22266 80.91.229.3 (21 Nov 2012 17:44:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 21 Nov 2012 17:44:35 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Wed Nov 21 18:44:47 2012 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TbELu-0005ze-Ar for gctc-ntg-context-518@m.gmane.org; Wed, 21 Nov 2012 18:44:46 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id E2125103DA; Wed, 21 Nov 2012 18:44:35 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id vhvdcVjz+3CA; Wed, 21 Nov 2012 18:44:30 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [IPv6:::1]) by balder.ntg.nl (Postfix) with ESMTP id 63FAD102E0; Wed, 21 Nov 2012 18:44:30 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id C1727102E0 for ; Wed, 21 Nov 2012 18:44:29 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id DvWsWQuIOlZ9 for ; Wed, 21 Nov 2012 18:44:28 +0100 (CET) Original-Received: from filter1-ams.mf.surf.net (filter1-ams.mf.surf.net [192.87.102.69]) by balder.ntg.nl (Postfix) with ESMTP id B04BA10218 for ; Wed, 21 Nov 2012 18:44:28 +0100 (CET) Original-Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.23]) by filter1-ams.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with SMTP id qALHiRQp003219 for ; Wed, 21 Nov 2012 18:44:28 +0100 Original-Received: (qmail invoked by alias); 21 Nov 2012 17:44:27 -0000 Original-Received: from ip-88-153-133-252.unitymediagroup.de (EHLO [192.168.178.3]) [88.153.133.252] by mail.gmx.net (mp069) with SMTP; 21 Nov 2012 18:44:27 +0100 X-Authenticated: #24293357 X-Provags-ID: V01U2FsdGVkX1/hZ7RpVufhj/oU9tx/DPSYk2ZV469q2i2LOv/glN pvrhPS2K6MoCfh User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0 In-Reply-To: X-Enigmail-Version: 1.4.6 X-Y-GMX-Trusted: 0 X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=213.165.64.23; country=DE; latitude=51.0000; longitude=9.0000; http://maps.google.com/maps?q=51.0000,9.0000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0NIqhIsIK - ebd885e5d093 - 20121121 X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.69 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.14 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl Original-Sender: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:79416 Archived-At: I suggest that you use 'identify' from ImageMagick to check your graphics. identify -verbose foo.jpg One graphic has a defined resolution (72ppi) and one has none. I also use ImageMagick to automatically add the resolution info to the graphics. No problems with graphic sizes since then. Here is the simplyfied content of a batch file that I normally use... for %%i in (*.png) do convert -units PixelsPerInch -set density 96 "%%i" The important thing is, that you use PNG as graphic format, when you make your screenshots. JPG isn't lossless and any re-compression (e.g. by adding an arrow, clipping) makes things even worse. Convert them to JPG in the very last step (if you must). Also: how about scaling your browser to 200% before you take your screenshots? HTH, Peter Am 21.11.2012 15:55, schrieb Guy Stalnaker: > Thanks - see my first post for a link to a web folder where you can find the .tex file, the .pdf context produces, two screenshots of the differing image treatment and two of the image files shown in the screenshots. > > > Guy Stalnaker > jstalnak@wisc.edu > jimmyg521@gmail.com > > On Nov 21, 2012, at 8:35 AM, Sietse Brouwer wrote: > >> Guy Stalnaker wrote: >>> I get the same results using texexec and context which means, if I understand rightly, I have used both MkII and MkIV. >> >> Yes, this is correct. >> >>> Interestingly I get similar results using oft as the pandit output. >> >> That does suggest it might be something in the image metadata, too. Is >> the image file something you can share? If so, perhaps you could share >> it on the list as an attachment (this mailing list allows >> attachments), so we could have a go at getting it to work ourselves. >> >> Cheers, >> Sietse >> ___________________________________________________________________________________ >> If your question is of interest to others as well, please add an entry to the Wiki! >> >> maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context >> webpage : http://www.pragma-ade.nl / http://tex.aanhet.net >> archive : http://foundry.supelec.fr/projects/contextrev/ >> wiki : http://contextgarden.net >> ___________________________________________________________________________________ > ___________________________________________________________________________________ > If your question is of interest to others as well, please add an entry to the Wiki! > > maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context > webpage : http://www.pragma-ade.nl / http://tex.aanhet.net > archive : http://foundry.supelec.fr/projects/contextrev/ > wiki : http://contextgarden.net > ___________________________________________________________________________________ > ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________