<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Printing a QT Image</title>
	<link>http://ask.metafilter.com/64696/Printing-a-QT-Image/</link>
	<description>Comments on Ask MetaFilter post Printing a QT Image</description>
	<pubDate>Wed, 13 Jun 2007 06:41:29 -0800</pubDate>
	<lastBuildDate>Wed, 13 Jun 2007 06:41:29 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Printing a QT Image</title>
		<link>http://ask.metafilter.com/64696/Printing-a-QT-Image</link>	
		<description>&lt;b&gt;CSS/Print/QTVR Filter&lt;/b&gt;: I am trying to print &lt;a href=&quot;http://americanart.si.edu/collections/interact/gallery/cornell_wonderland.cfm&quot;&gt;this page&lt;/a&gt;. But when I do the QTVR image doesn&apos;t print (FWIW: it&apos;s a poster QT image with the QTVR). How can I get it to print? I have a special print.css file. </description>
		<guid isPermaLink="false">post:ask.metafilter.com,2007:site.64696</guid>
		<pubDate>Wed, 13 Jun 2007 06:11:58 -0800</pubDate>
		<dc:creator>Taken Outtacontext</dc:creator>
		
			<category>css</category>
		
	</item> <item>
		<title>By: doctor_negative</title>
		<link>http://ask.metafilter.com/64696/Printing-a-QT-Image#973034</link>	
		<description>Take a screen shot of the page, cut out just the QTVR portion. Download the page source and reconstruct replacing the QTVR with the screen shot. Print.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.64696-973034</guid>
		<pubDate>Wed, 13 Jun 2007 06:41:29 -0800</pubDate>
		<dc:creator>doctor_negative</dc:creator>
	</item><item>
		<title>By: maremare</title>
		<link>http://ask.metafilter.com/64696/Printing-a-QT-Image#973052</link>	
		<description>Open the QTVR in Quicktime.&lt;br&gt;
&lt;br&gt;
-Move around full panorama so all elements are loaded&lt;br&gt;
-Right click on QTVR&lt;br&gt;
-Select Save as source&lt;br&gt;
-Open saved file in Quicktime&lt;br&gt;
&lt;br&gt;
Alternatively: look in the source and grab the QTVR&apos;s URL and enter it in Quicktime&apos;s File -&amp;gt; Open URL menu item.&lt;br&gt;
&lt;br&gt;
http://americanart.si.edu/collections/interact/gallery/images/cornell_wonderland_poster.mov</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.64696-973052</guid>
		<pubDate>Wed, 13 Jun 2007 06:58:30 -0800</pubDate>
		<dc:creator>maremare</dc:creator>
	</item><item>
		<title>By: maremare</title>
		<link>http://ask.metafilter.com/64696/Printing-a-QT-Image#973054</link>	
		<description>And from Quicktime you can print the view you want, of course.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.64696-973054</guid>
		<pubDate>Wed, 13 Jun 2007 07:01:14 -0800</pubDate>
		<dc:creator>maremare</dc:creator>
	</item><item>
		<title>By: Taken Outtacontext</title>
		<link>http://ask.metafilter.com/64696/Printing-a-QT-Image#973098</link>	
		<description>Actually, since I just needed one copy, the cut and paste method worked fine (downloaded the page in a nice little Mac program called Paparazzi which creates a nice image file of an entire Web page).&lt;br&gt;
&lt;br&gt;
However, my real question was: is there a way to use css or any other method to get this QT image to print without doing a screenshot?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.64696-973098</guid>
		<pubDate>Wed, 13 Jun 2007 07:46:54 -0800</pubDate>
		<dc:creator>Taken Outtacontext</dc:creator>
	</item><item>
		<title>By: smackfu</title>
		<link>http://ask.metafilter.com/64696/Printing-a-QT-Image#973104</link>	
		<description>If you&apos;re the author, I think you could put a static PNG or JPG version of the QT, overlaid in the same place as the QT, and then set it so it&apos;s only visible on the print css.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.64696-973104</guid>
		<pubDate>Wed, 13 Jun 2007 07:58:11 -0800</pubDate>
		<dc:creator>smackfu</dc:creator>
	</item><item>
		<title>By: Taken Outtacontext</title>
		<link>http://ask.metafilter.com/64696/Printing-a-QT-Image#973141</link>	
		<description>Yes, I am the author. How could I do that (the print.css handles all of our pages, not just one).</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.64696-973141</guid>
		<pubDate>Wed, 13 Jun 2007 08:19:42 -0800</pubDate>
		<dc:creator>Taken Outtacontext</dc:creator>
	</item><item>
		<title>By: kirkaracha</title>
		<link>http://ask.metafilter.com/64696/Printing-a-QT-Image#973220</link>	
		<description>Make two DIVs, one that holds the QuickTime movie and is visible on the screen but hidden when you print, and the other DIV with the screenshot that is hidden on screen and visible when you print.&lt;br&gt;
&lt;br&gt;
In the HTML (swap square brackets for angled ones):&lt;br&gt;
&lt;br&gt;
[div id=&quot;movie&quot;]&lt;br&gt;
QuickTime movie goes here&lt;br&gt;
[/div]&lt;br&gt;
&lt;br&gt;
[div id=&quot;screenshot&quot;]&lt;br&gt;
Screenshot goes here&lt;br&gt;
[/div]&lt;br&gt;
&lt;br&gt;
In the CSS (regular stylesheet):&lt;br&gt;
&lt;br&gt;
div#movie {&lt;br&gt;
display: block;&lt;br&gt;
}&lt;br&gt;
&lt;br&gt;
div#screenshot {&lt;br&gt;
display: none;&lt;br&gt;
}&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
In the CSS (print stylesheet):&lt;br&gt;
&lt;br&gt;
div#movie {&lt;br&gt;
display: none;&lt;br&gt;
}&lt;br&gt;
&lt;br&gt;
div#screenshot {&lt;br&gt;
display: block;&lt;br&gt;
}</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.64696-973220</guid>
		<pubDate>Wed, 13 Jun 2007 09:03:15 -0800</pubDate>
		<dc:creator>kirkaracha</dc:creator>
	</item><item>
		<title>By: Taken Outtacontext</title>
		<link>http://ask.metafilter.com/64696/Printing-a-QT-Image#973426</link>	
		<description>I will try that out. Thanks!!!</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.64696-973426</guid>
		<pubDate>Wed, 13 Jun 2007 11:07:53 -0800</pubDate>
		<dc:creator>Taken Outtacontext</dc:creator>
	</item><item>
		<title>By: Taken Outtacontext</title>
		<link>http://ask.metafilter.com/64696/Printing-a-QT-Image#973493</link>	
		<description>Brilliant, kirkaracha, it worked!! (And really, it&apos;s quite simple --I just needed a little prod -g). Thanks.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.64696-973493</guid>
		<pubDate>Wed, 13 Jun 2007 12:04:26 -0800</pubDate>
		<dc:creator>Taken Outtacontext</dc:creator>
	</item>
	</channel>
</rss>
