<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Finding the dimensions of a PostScript image</title>
	<atom:link href="http://biotext.org.uk/finding-the-dimensions-of-a-postscript-image/feed/" rel="self" type="application/rss+xml" />
	<link>http://biotext.org.uk/finding-the-dimensions-of-a-postscript-image/</link>
	<description>Not a typewriter</description>
	<lastBuildDate>Tue, 07 Sep 2010 11:28:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Chad</title>
		<link>http://biotext.org.uk/finding-the-dimensions-of-a-postscript-image/comment-page-1/#comment-144</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Wed, 21 Oct 2009 13:46:50 +0000</pubDate>
		<guid isPermaLink="false">http://biotext.org.uk/?p=387#comment-144</guid>
		<description>Thanks for the response Andrew.  I am trying to analyze postscript made by QuarkXpress and just cant seem to find where they store the resolution of an embedded images.  It must be in there somewhere i am just not very familiar with the Postscript language.

I found BoundingBox that defines the dimentions of the image in points, but not resolution.

%%Creator: Adobe Photoshop Version 7.0.1
%%Title: Untitled-1 copy.eps
%%CreationDate: 10/10/08 10:15 AM
%%BoundingBox: 0 0 216 216
%%HiResBoundingBox: 0 0 216 216
%%SuppressDotGainCompensation
%%DocumentProcessColors: Cyan Magenta Yellow Black
%%EndComments
%%BeginProlog
%%EndProlog
%%BeginSetup
%%EndSetup
%VectorMaskedImagery
%ImageData: 900 900 8 4 1 900 1 &quot;beginimage&quot;
%BeginPhotoshop: 12274

Anyway, thatks again for the response i will keep reading up on Postscript.</description>
		<content:encoded><![CDATA[<p>Thanks for the response Andrew.  I am trying to analyze postscript made by QuarkXpress and just cant seem to find where they store the resolution of an embedded images.  It must be in there somewhere i am just not very familiar with the Postscript language.</p>
<p>I found BoundingBox that defines the dimentions of the image in points, but not resolution.</p>
<p>%%Creator: Adobe Photoshop Version 7.0.1<br />
%%Title: Untitled-1 copy.eps<br />
%%CreationDate: 10/10/08 10:15 AM<br />
%%BoundingBox: 0 0 216 216<br />
%%HiResBoundingBox: 0 0 216 216<br />
%%SuppressDotGainCompensation<br />
%%DocumentProcessColors: Cyan Magenta Yellow Black<br />
%%EndComments<br />
%%BeginProlog<br />
%%EndProlog<br />
%%BeginSetup<br />
%%EndSetup<br />
%VectorMaskedImagery<br />
%ImageData: 900 900 8 4 1 900 1 &#8220;beginimage&#8221;<br />
%BeginPhotoshop: 12274</p>
<p>Anyway, thatks again for the response i will keep reading up on Postscript.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://biotext.org.uk/finding-the-dimensions-of-a-postscript-image/comment-page-1/#comment-143</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Tue, 20 Oct 2009 23:02:33 +0000</pubDate>
		<guid isPermaLink="false">http://biotext.org.uk/?p=387#comment-143</guid>
		<description>As far as I understand it, PS files are vector images so don&#039;t really have a resolution. The resolution is dependent on the device you render them on, so a PS file printed on a 600dpi printer will be 600dpi, or on a 120dpi monitor it will be 120dpi.

Although I think you can embed bitmaps in PS files which will have their own resolution... but they&#039;re a special case.

I&#039;m not an expert though so I&#039;m happy to be corrected :-)</description>
		<content:encoded><![CDATA[<p>As far as I understand it, PS files are vector images so don&#8217;t really have a resolution. The resolution is dependent on the device you render them on, so a PS file printed on a 600dpi printer will be 600dpi, or on a 120dpi monitor it will be 120dpi.</p>
<p>Although I think you can embed bitmaps in PS files which will have their own resolution&#8230; but they&#8217;re a special case.</p>
<p>I&#8217;m not an expert though so I&#8217;m happy to be corrected <img src='http://biotext.org.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad</title>
		<link>http://biotext.org.uk/finding-the-dimensions-of-a-postscript-image/comment-page-1/#comment-142</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Tue, 20 Oct 2009 20:27:33 +0000</pubDate>
		<guid isPermaLink="false">http://biotext.org.uk/?p=387#comment-142</guid>
		<description>Do you know how to look up the resolution of the image in the postscript file?</description>
		<content:encoded><![CDATA[<p>Do you know how to look up the resolution of the image in the postscript file?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
