<?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: Drop Shadow effect in REALbasic</title>
	<atom:link href="http://realbasic.tutspolis.com/tutorials/drop-shadow-effect-in-realbasic/feed/" rel="self" type="application/rss+xml" />
	<link>http://realbasic.tutspolis.com/tutorials/drop-shadow-effect-in-realbasic/</link>
	<description>Tutorials - Tutspolis.com</description>
	<lastBuildDate>Wed, 08 Sep 2010 00:43:20 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Jakub Pawlak</title>
		<link>http://realbasic.tutspolis.com/tutorials/drop-shadow-effect-in-realbasic/comment-page-1/#comment-576</link>
		<dc:creator>Jakub Pawlak</dc:creator>
		<pubDate>Sun, 31 Jan 2010 22:36:36 +0000</pubDate>
		<guid isPermaLink="false">http://realbasic.tutspolis.com/?p=84#comment-576</guid>
		<description>Use f.SaveAsPicture(p,150) //f = FolderItem, p = Picture, 150 = PNG format</description>
		<content:encoded><![CDATA[<p>Use f.SaveAsPicture(p,150) //f = FolderItem, p = Picture, 150 = PNG format</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fras</title>
		<link>http://realbasic.tutspolis.com/tutorials/drop-shadow-effect-in-realbasic/comment-page-1/#comment-575</link>
		<dc:creator>Fras</dc:creator>
		<pubDate>Sun, 31 Jan 2010 22:18:16 +0000</pubDate>
		<guid isPermaLink="false">http://realbasic.tutspolis.com/?p=84#comment-575</guid>
		<description>Sorry but I&#039;m trying to save a PNG image into a destination that is written in a TextField, this is my project if I might say or you could place the code h*tp://dl.dropbox.com/u/2349419/png%20save.rbp
Thank you very much.
Sorry for my English</description>
		<content:encoded><![CDATA[<p>Sorry but I&#8217;m trying to save a PNG image into a destination that is written in a TextField, this is my project if I might say or you could place the code h*tp://dl.dropbox.com/u/2349419/png%20save.rbp<br />
Thank you very much.<br />
Sorry for my English</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jakub Pawlak</title>
		<link>http://realbasic.tutspolis.com/tutorials/drop-shadow-effect-in-realbasic/comment-page-1/#comment-574</link>
		<dc:creator>Jakub Pawlak</dc:creator>
		<pubDate>Sun, 31 Jan 2010 22:04:08 +0000</pubDate>
		<guid isPermaLink="false">http://realbasic.tutspolis.com/?p=84#comment-574</guid>
		<description>You can use:

QTGraphicsExporter.SavePicture( Location as FolderItem, Image as Picture )

or

FolderItem.SaveAsPicture Picture as Picture, [Format as Integer]</description>
		<content:encoded><![CDATA[<p>You can use:</p>
<p>QTGraphicsExporter.SavePicture( Location as FolderItem, Image as Picture )</p>
<p>or</p>
<p>FolderItem.SaveAsPicture Picture as Picture, [Format as Integer]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fras</title>
		<link>http://realbasic.tutspolis.com/tutorials/drop-shadow-effect-in-realbasic/comment-page-1/#comment-573</link>
		<dc:creator>Fras</dc:creator>
		<pubDate>Sun, 31 Jan 2010 21:50:16 +0000</pubDate>
		<guid isPermaLink="false">http://realbasic.tutspolis.com/?p=84#comment-573</guid>
		<description>What is the code to save it in PNG? Thanks</description>
		<content:encoded><![CDATA[<p>What is the code to save it in PNG? Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jakub Pawlak</title>
		<link>http://realbasic.tutspolis.com/tutorials/drop-shadow-effect-in-realbasic/comment-page-1/#comment-572</link>
		<dc:creator>Jakub Pawlak</dc:creator>
		<pubDate>Sun, 31 Jan 2010 21:33:03 +0000</pubDate>
		<guid isPermaLink="false">http://realbasic.tutspolis.com/?p=84#comment-572</guid>
		<description>The quality will be better.</description>
		<content:encoded><![CDATA[<p>The quality will be better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fras</title>
		<link>http://realbasic.tutspolis.com/tutorials/drop-shadow-effect-in-realbasic/comment-page-1/#comment-571</link>
		<dc:creator>Fras</dc:creator>
		<pubDate>Sun, 31 Jan 2010 21:31:49 +0000</pubDate>
		<guid isPermaLink="false">http://realbasic.tutspolis.com/?p=84#comment-571</guid>
		<description>And if I save it in PNG?</description>
		<content:encoded><![CDATA[<p>And if I save it in PNG?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jakub Pawlak</title>
		<link>http://realbasic.tutspolis.com/tutorials/drop-shadow-effect-in-realbasic/comment-page-1/#comment-37</link>
		<dc:creator>Jakub Pawlak</dc:creator>
		<pubDate>Sat, 17 Oct 2009 09:13:06 +0000</pubDate>
		<guid isPermaLink="false">http://realbasic.tutspolis.com/?p=84#comment-37</guid>
		<description>Hello Greg,

you can use for example a class called QTGraphicsExporter. 

Dim f as FolderItem
Dim e as QTGraphicsExporter
Dim m as Boolean

f = GetSaveFolderItem(&quot;&quot;,&quot;realbasiccity&quot;)
e = GetQTGraphicsExporter(&quot;JPEG&quot;)
m = e.RequestSettings
e.DesiredTargetDatasize = 36
e.CompressionQuality = 512
e.OutputFileType = &quot;JPEG&quot;
e.OutputFileCreator = &quot;ogle&quot;
m = e.SavePicture(f,realbasiccity) //realbasiccity is a graphics add to your project tab.

But there can be a problem with working this on a no Mac system...  I don&#039;t have Windows in this moment to check this.</description>
		<content:encoded><![CDATA[<p>Hello Greg,</p>
<p>you can use for example a class called QTGraphicsExporter. </p>
<p>Dim f as FolderItem<br />
Dim e as QTGraphicsExporter<br />
Dim m as Boolean</p>
<p>f = GetSaveFolderItem(&#8220;&#8221;,&#8221;realbasiccity&#8221;)<br />
e = GetQTGraphicsExporter(&#8220;JPEG&#8221;)<br />
m = e.RequestSettings<br />
e.DesiredTargetDatasize = 36<br />
e.CompressionQuality = 512<br />
e.OutputFileType = &#8220;JPEG&#8221;<br />
e.OutputFileCreator = &#8220;ogle&#8221;<br />
m = e.SavePicture(f,realbasiccity) //realbasiccity is a graphics add to your project tab.</p>
<p>But there can be a problem with working this on a no Mac system&#8230;  I don&#8217;t have Windows in this moment to check this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://realbasic.tutspolis.com/tutorials/drop-shadow-effect-in-realbasic/comment-page-1/#comment-36</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Sat, 17 Oct 2009 01:13:26 +0000</pubDate>
		<guid isPermaLink="false">http://realbasic.tutspolis.com/?p=84#comment-36</guid>
		<description>Thanks for the great tutorials, saves alot of headaches. My question is the jpg that is being saved, it is very poor quality (windows). Are there any adjustments to compression, etc. that can be altered?</description>
		<content:encoded><![CDATA[<p>Thanks for the great tutorials, saves alot of headaches. My question is the jpg that is being saved, it is very poor quality (windows). Are there any adjustments to compression, etc. that can be altered?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
