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 ___________________________________________________________________________________