<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.3" -->
<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">
	<channel>
		<title>Starling Forum &#187; Topic: TexturePacker and Starling</title>
		<link>http://forum.starling-framework.org/topic/texturepacker-and-starling</link>
		<description>The Starling Framework Community</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 16:01:46 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.3</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://forum.starling-framework.org/search.php</link>
		</textInput>
		<atom:link href="http://forum.starling-framework.org/rss/topic/texturepacker-and-starling" rel="self" type="application/rss+xml" />

		<item>
			<title>cywil_pl on "TexturePacker and Starling"</title>
			<link>http://forum.starling-framework.org/topic/texturepacker-and-starling#post-32093</link>
			<pubDate>Mon, 06 May 2013 19:52:03 +0000</pubDate>
			<dc:creator>cywil_pl</dc:creator>
			<guid isPermaLink="false">32093@http://forum.starling-framework.org/</guid>
			<description>&#60;p&#62;Dragonbones allow use your own atlas by now.&#60;br /&#62;
@Jarek - pls read PM.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Andreas Loew on "TexturePacker and Starling"</title>
			<link>http://forum.starling-framework.org/topic/texturepacker-and-starling#post-32086</link>
			<pubDate>Mon, 06 May 2013 18:33:41 +0000</pubDate>
			<dc:creator>Andreas Loew</dc:creator>
			<guid isPermaLink="false">32086@http://forum.starling-framework.org/</guid>
			<description>&#60;p&#62;Updating the XMLs should be easy with a small script that reads the XML TexturePacker creates and patches the other one.&#60;br /&#62;
You could even add this to your build process.&#60;/p&#62;
&#60;p&#62;Spine should already work with TexturePacker.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jarek on "TexturePacker and Starling"</title>
			<link>http://forum.starling-framework.org/topic/texturepacker-and-starling#post-32082</link>
			<pubDate>Mon, 06 May 2013 16:39:02 +0000</pubDate>
			<dc:creator>Jarek</dc:creator>
			<guid isPermaLink="false">32082@http://forum.starling-framework.org/</guid>
			<description>&#60;p&#62;@cywil_pl&#60;/p&#62;
&#60;p&#62;yeah, did that, but TP is changing texture positions quite often and it gets annoying to update xmls. As a bonus - things get weird when you account SD/HD/SuperHD sizes and pngs with mergerd xmls (dragonbones).&#60;/p&#62;
&#60;p&#62;I'd be more than happy to pay some small fee for app that could handle this shit and has at least 1/10 support that Andreas does.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cywil_pl on "TexturePacker and Starling"</title>
			<link>http://forum.starling-framework.org/topic/texturepacker-and-starling#post-32077</link>
			<pubDate>Mon, 06 May 2013 16:11:35 +0000</pubDate>
			<dc:creator>cywil_pl</dc:creator>
			<guid isPermaLink="false">32077@http://forum.starling-framework.org/</guid>
			<description>&#60;p&#62;Try get texture from main atlas e.g. font, and use it to create new atlas with xml font. I think tried this and works. Just do a test.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gsynuh on "TexturePacker and Starling"</title>
			<link>http://forum.starling-framework.org/topic/texturepacker-and-starling#post-32075</link>
			<pubDate>Mon, 06 May 2013 16:07:00 +0000</pubDate>
			<dc:creator>gsynuh</dc:creator>
			<guid isPermaLink="false">32075@http://forum.starling-framework.org/</guid>
			<description>&#60;p&#62;@Jarek,&#60;/p&#62;
&#60;p&#62;texture packer would need :&#60;br /&#62;
1. an import tool (for other tps files maybe)&#60;br /&#62;
2. a custom import tool, with two inputs :&#60;br /&#62;
  - the file to import (xml format)&#60;br /&#62;
  - the &#34;data description file&#34; that describes how to format the first file (coming from another tool) to a texture packer format.&#60;/p&#62;
&#60;p&#62;but in the end you still have to re-generate (somehow) a file to describe where on that final atlas your characters are for BitmapFont (for that BMFont example) ... because they probably moved since they got repacked - and that's a problem I think&#60;/p&#62;
&#60;p&#62;also possible data loss.&#60;/p&#62;
&#60;p&#62;--- &#60;/p&#62;
&#60;p&#62;I may be wrong though. I just give myself this as an explanation to why it hasn't been done and is harder than just merging pictures.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jarek on "TexturePacker and Starling"</title>
			<link>http://forum.starling-framework.org/topic/texturepacker-and-starling#post-32073</link>
			<pubDate>Mon, 06 May 2013 15:42:14 +0000</pubDate>
			<dc:creator>Jarek</dc:creator>
			<guid isPermaLink="false">32073@http://forum.starling-framework.org/</guid>
			<description>&#60;p&#62;@Andreas Loew:&#60;/p&#62;
&#60;p&#62;Do you think you can add texture atlas merging anytime in a foreseeable future? &#60;/p&#62;
&#60;p&#62;Usage scenario: I like how TexturePacker adds all the images from a folder to an atlas, but I'd like it to add BMFont fonts or atlases generated by other tools too (like DragonBones/Spine).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Knight on "TexturePacker and Starling"</title>
			<link>http://forum.starling-framework.org/topic/texturepacker-and-starling#post-32070</link>
			<pubDate>Mon, 06 May 2013 15:33:26 +0000</pubDate>
			<dc:creator>Knight</dc:creator>
			<guid isPermaLink="false">32070@http://forum.starling-framework.org/</guid>
			<description>&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Andreas Loew on "TexturePacker and Starling"</title>
			<link>http://forum.starling-framework.org/topic/texturepacker-and-starling#post-32069</link>
			<pubDate>Mon, 06 May 2013 15:31:02 +0000</pubDate>
			<dc:creator>Andreas Loew</dc:creator>
			<guid isPermaLink="false">32069@http://forum.starling-framework.org/</guid>
			<description>&#60;p&#62;It uses the smaller (71kB) amount.&#60;/p&#62;
&#60;p&#62;This is because the transparency is replaced by a translation operation. The smaller sprite is moved to match the original position.&#60;/p&#62;
&#60;p&#62;This&#60;br /&#62;
1) reduces memory&#60;br /&#62;
2) increases performances (since no transparent pixels have to be drawn)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Knight on "TexturePacker and Starling"</title>
			<link>http://forum.starling-framework.org/topic/texturepacker-and-starling#post-32065</link>
			<pubDate>Mon, 06 May 2013 14:59:49 +0000</pubDate>
			<dc:creator>Knight</dc:creator>
			<guid isPermaLink="false">32065@http://forum.starling-framework.org/</guid>
			<description>&#60;p&#62;I have question about memory usage.&#60;/p&#62;
&#60;p&#62;I have the image 271x259 pixels (274 kB).&#60;br /&#62;
After trim it will be 127x145 pixels (71 kB).&#60;/p&#62;
&#60;p&#62;How many memory will this image use into the running game 71 or 274 kB?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Clark on "TexturePacker and Starling"</title>
			<link>http://forum.starling-framework.org/topic/texturepacker-and-starling#post-31157</link>
			<pubDate>Thu, 25 Apr 2013 14:52:52 +0000</pubDate>
			<dc:creator>Clark</dc:creator>
			<guid isPermaLink="false">31157@http://forum.starling-framework.org/</guid>
			<description>&#60;p&#62;Thanks Andreas! Appreciated.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Andreas Loew on "TexturePacker and Starling"</title>
			<link>http://forum.starling-framework.org/topic/texturepacker-and-starling#post-31153</link>
			<pubDate>Thu, 25 Apr 2013 13:41:51 +0000</pubDate>
			<dc:creator>Andreas Loew</dc:creator>
			<guid isPermaLink="false">31153@http://forum.starling-framework.org/</guid>
			<description>&#60;p&#62;TexturePacker as 3 Modes:&#60;/p&#62;
&#60;p&#62;* trim - which should preserve the position &#38;amp; size of the original&#60;br /&#62;
* crop, keep pos - which keeps the position but reduces the size - useful e.g. for buttons&#60;br /&#62;
* crop, flush pos - which sets position to 0/0 and size to the cropped size
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Clark on "TexturePacker and Starling"</title>
			<link>http://forum.starling-framework.org/topic/texturepacker-and-starling#post-31149</link>
			<pubDate>Thu, 25 Apr 2013 12:53:04 +0000</pubDate>
			<dc:creator>Clark</dc:creator>
			<guid isPermaLink="false">31149@http://forum.starling-framework.org/</guid>
			<description>&#60;p&#62;Sorry to rebump...&#60;/p&#62;
&#60;p&#62;When I crop a Texture in TexturePacker, and bring it in to starling, is the origin point of the image maintained?&#60;/p&#62;
&#60;p&#62;Imagine you have a 100x100 transparent png, apart from a single pixel at location x:50 y:50.&#60;/p&#62;
&#60;p&#62;When I pass this to a Image, is my Image still 100x100 with a pixel at 50:50? Or has the transparent zone been lost? I need a way to maintain a common origin point without filling the GPU with transparency.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shaz on "TexturePacker and Starling"</title>
			<link>http://forum.starling-framework.org/topic/texturepacker-and-starling#post-2256</link>
			<pubDate>Tue, 24 Jan 2012 02:33:04 +0000</pubDate>
			<dc:creator>shaz</dc:creator>
			<guid isPermaLink="false">2256@http://forum.starling-framework.org/</guid>
			<description>&#60;p&#62;ack!  Sorry - slow browser response made me think I clicked the wrong circle.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shaz on "TexturePacker and Starling"</title>
			<link>http://forum.starling-framework.org/topic/texturepacker-and-starling#post-2255</link>
			<pubDate>Tue, 24 Jan 2012 02:33:03 +0000</pubDate>
			<dc:creator>shaz</dc:creator>
			<guid isPermaLink="false">2255@http://forum.starling-framework.org/</guid>
			<description>&#60;p&#62;Thanks Andreas.  I thought it named all the sprites based on whatever file name you specified when you saved it.  I've just found the windows version, and will be playing with it today.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shaz on "TexturePacker and Starling"</title>
			<link>http://forum.starling-framework.org/topic/texturepacker-and-starling#post-2254</link>
			<pubDate>Tue, 24 Jan 2012 02:33:03 +0000</pubDate>
			<dc:creator>shaz</dc:creator>
			<guid isPermaLink="false">2254@http://forum.starling-framework.org/</guid>
			<description>&#60;p&#62;Thanks Andreas.  I thought it named all the sprites based on whatever file name you specified when you saved it.  I've just found the windows version, and will be playing with it today.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Andreas Loew on "TexturePacker and Starling"</title>
			<link>http://forum.starling-framework.org/topic/texturepacker-and-starling#post-2253</link>
			<pubDate>Tue, 24 Jan 2012 01:26:10 +0000</pubDate>
			<dc:creator>Andreas Loew</dc:creator>
			<guid isPermaLink="false">2253@http://forum.starling-framework.org/</guid>
			<description>&#60;p&#62;This is in case you are using the .swf importer. In this case the files get named automatically.&#60;/p&#62;
&#60;p&#62;TexturePacker uses the name of the image. If you name the file sprite1.png it will become sprite1.png or sprite1 (if you use trim names)&#60;/p&#62;
&#60;p&#62;You can just test it - the essential version is free but restricted in some features.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shaz on "TexturePacker and Starling"</title>
			<link>http://forum.starling-framework.org/topic/texturepacker-and-starling#post-2225</link>
			<pubDate>Fri, 20 Jan 2012 22:52:25 +0000</pubDate>
			<dc:creator>shaz</dc:creator>
			<guid isPermaLink="false">2225@http://forum.starling-framework.org/</guid>
			<description>&#60;p&#62;By suffix, I mean the number appeneded to the name you provide.  In the example I saw, if you name the file &#34;run&#34;, then your individual sprites are named &#34;run001&#34;, &#34;run002&#34;, etc.&#60;/p&#62;
&#60;p&#62;If my files are called Sprite1.png, Sprite2.png, Sprite3.png and I import them into Texture Packer, then I add Sprite1a.png (coming between them in the alphabetical list), then redo my spritesheet, will Sprite2 and Sprite3 have the same names as they previously did, or will they shuffle down because there's a new image that's loaded before them?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Andreas Loew on "TexturePacker and Starling"</title>
			<link>http://forum.starling-framework.org/topic/texturepacker-and-starling#post-2217</link>
			<pubDate>Fri, 20 Jan 2012 09:50:43 +0000</pubDate>
			<dc:creator>Andreas Loew</dc:creator>
			<guid isPermaLink="false">2217@http://forum.starling-framework.org/</guid>
			<description>&#60;p&#62;@shaz What exactly do you mean with &#34;suffix&#34;? &#60;/p&#62;
&#60;p&#62;The position of a sprite inside the texture might change but the name for the sprite stays the same. So you don't have to worry about that.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Andreas Loew on "TexturePacker and Starling"</title>
			<link>http://forum.starling-framework.org/topic/texturepacker-and-starling#post-2216</link>
			<pubDate>Fri, 20 Jan 2012 09:48:59 +0000</pubDate>
			<dc:creator>Andreas Loew</dc:creator>
			<guid isPermaLink="false">2216@http://forum.starling-framework.org/</guid>
			<description>&#60;p&#62;@shaz What exactly do you mean with &#34;suffix&#34;? &#60;/p&#62;
&#60;p&#62;The position of a sprite inside the texture might change but the name for the sprite stays the same. So you don't have to worry about that.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shaz on "TexturePacker and Starling"</title>
			<link>http://forum.starling-framework.org/topic/texturepacker-and-starling#post-2209</link>
			<pubDate>Thu, 19 Jan 2012 21:59:05 +0000</pubDate>
			<dc:creator>shaz</dc:creator>
			<guid isPermaLink="false">2209@http://forum.starling-framework.org/</guid>
			<description>&#60;p&#62;Thanks for the additional information - that's exactly what I'm wanting.&#60;/p&#62;
&#60;p&#62;One more question, probably related more to texture packer ... if I create a spritesheet and use it in the program, then I want to add a few more sprites, because of the way texture packer works, they could all be assigned different suffixes, couldn't they?  So I may have to go back and change what suffixes in the program belong to each sprite (in this case, a spritesheet would be for non-animated sprites, that are being used in the image class)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Daniel on "TexturePacker and Starling"</title>
			<link>http://forum.starling-framework.org/topic/texturepacker-and-starling#post-2177</link>
			<pubDate>Thu, 19 Jan 2012 11:40:26 +0000</pubDate>
			<dc:creator>Daniel</dc:creator>
			<guid isPermaLink="false">2177@http://forum.starling-framework.org/</guid>
			<description>&#60;p&#62;Just to be sure there are no misconceptions, I want to elaborate a little on that.  &#38;lt;img src=&#38;quot;http://forum.starling-framework.org/my-plugins/bb-smilies/default/icon_smile.gif&#38;quot; title=&#38;quot;:-)&#38;quot; class=&#38;quot;bb_smilies&#38;quot; /&#38;gt; &#60;/p&#62;
&#60;p&#62;The texture object itself will only report the cropped size (texture.width, texture.height). But if you create an image with that texture, the size of the image will depend on the setting you're using in Texture Packer.&#60;/p&#62;
&#60;p&#62;* when you use &#34;trim&#34;, images will have their original (untrimmed) size&#60;br /&#62;
* when you use &#34;crop&#34;, images will have their cropped size, without the transparent border
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shaz on "TexturePacker and Starling"</title>
			<link>http://forum.starling-framework.org/topic/texturepacker-and-starling#post-2154</link>
			<pubDate>Tue, 17 Jan 2012 20:51:04 +0000</pubDate>
			<dc:creator>shaz</dc:creator>
			<guid isPermaLink="false">2154@http://forum.starling-framework.org/</guid>
			<description>&#60;p&#62;thanks.  That's the answer I was hoping for  &#38;lt;img src=&#38;quot;http://forum.starling-framework.org/my-plugins/bb-smilies/default/icon_smile.gif&#38;quot; title=&#38;quot;:)&#38;quot; class=&#38;quot;bb_smilies&#38;quot; /&#38;gt; 
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Aymeric on "TexturePacker and Starling"</title>
			<link>http://forum.starling-framework.org/topic/texturepacker-and-starling#post-2152</link>
			<pubDate>Tue, 17 Jan 2012 12:06:19 +0000</pubDate>
			<dc:creator>Aymeric</dc:creator>
			<guid isPermaLink="false">2152@http://forum.starling-framework.org/</guid>
			<description>&#60;p&#62;The image is just the minimum size of the sprites. You should use the crop property.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shaz on "TexturePacker and Starling"</title>
			<link>http://forum.starling-framework.org/topic/texturepacker-and-starling#post-2145</link>
			<pubDate>Tue, 17 Jan 2012 06:59:03 +0000</pubDate>
			<dc:creator>shaz</dc:creator>
			<guid isPermaLink="false">2145@http://forum.starling-framework.org/</guid>
			<description>&#60;p&#62;If I use TexturePacker to create my spritesheet, and the sprites have a large transparent area that's cut away, when they're pulled out by Starling, is the image JUST the minimum size of the sprites, or does it expand to be the same size as the original sprite, with the transparent areas?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
