<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/texturepacker/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/texturepacker/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 08 Feb 2013 22:25:07 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/texturepacker/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Home modified by Disco Stu</title><link>https://sourceforge.net/p/texturepacker/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -28,9 +28,9 @@
 directories will be treated as different outputs, so they take their manifest and sheet names from the
 name of the sub directory. To use options, type it in with a space between each option and value.

--d [value] Specify the directory you want to scan.
+-d value Specify the directory you want to scan.

--o [value] The name for output and the directory you want to output to. For instance '-o output/test' 
+-o value The name for output and the directory you want to output to. For instance '-o output/test' 
    will scan the 'output' directory (which in this example is a directory in the same one as the packer). 
    It uses 'test' for the name of the manifest file and the output sheets.

@@ -38,22 +38,16 @@

 -s Specifies the max size our sheets can be. The default is 1024.

--f [value] Lets you choose an alternative format for the manifest output, you have some set choices for
+-f value Lets you choose an alternative format for the manifest output, you have some set choices for
    what values you can use.
    -java Outputs a java class file
    -c++ or cpp This is yet to be developed.

--class [value] When using java (and in the future c++), the value becomes the class name.
+-class value When using java (and in the future c++), the value becomes the class name.

--jpak [value] When using java, this is the package name.
+-jpak value When using java, this is the package name.

 An example for someone who wants to use a sub directory for input, and what's the output to be called 
 'fluffy', would look like this:
 $./tpak -d subdir -o fluffy

-Help or Helping
----------------
-We'd love to hear from you, so if you have a problem with the software or you want to contribute, come on
-over to:
-texturepacker.sourceforge.net
-And feel free to post in the discussion or add a help ticket.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Disco Stu</dc:creator><pubDate>Fri, 08 Feb 2013 22:25:07 -0000</pubDate><guid>https://sourceforge.net98c333ca20c5a1a8528b1e2a480dbe763e0879d5</guid></item><item><title>WikiPage Home modified by Disco Stu</title><link>https://sourceforge.net/p/texturepacker/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,5 +1,59 @@
-Welcome to your wiki!
+Texture Packer
+---------------
+By Stuart Bridgens, 2013

-This is the default page, edit it as you see fit. To add a page simply reference it within brackets, e.g.: [SamplePage].
+All the code for this project is licensed under GNU GPL version 3, which has a copy in the root dir for
+your reading pleasure.

-The wiki uses [Markdown](/p/texturepacker/wiki/markdown_syntax/) syntax.
+Introduction.
+---------------
+This commandline utility is here to help you pack all your individual png images onto an organized 
+collection of sprite sheets. As well as outputting a manifest file that lets you know where your images 
+are.
+
+This functionality is aimed at gamedevs who sometimes use lots of individual images for their 2D games and
+animations. So, Nifty has a simple naming convention to help it understand the difference between a static
+single image and a sequence used to make an animation. You can also place your images in sub directories
+to create different packages.
+
+Installation
+---------------
+There shouldn't be anything else you need to install, just chuck the binary somewhere.
+
+Use
+---------------
+When compiled you invoke the program from the command line. If run without any options it searches the 
+directory it's in, and any sub directories, for png files and outputs a manifest called 'output', and a 
+number of png sheet images called 'outputN.png' where N is the number for that sheet. Any scanned sub
+directories will be treated as different outputs, so they take their manifest and sheet names from the
+name of the sub directory. To use options, type it in with a space between each option and value.
+
+-d [value] Specify the directory you want to scan.
+
+-o [value] The name for output and the directory you want to output to. For instance '-o output/test' 
+   will scan the 'output' directory (which in this example is a directory in the same one as the packer). 
+   It uses 'test' for the name of the manifest file and the output sheets.
+   
+-p Output sheets are all padded to have sizes that are to a power of 2.
+
+-s Specifies the max size our sheets can be. The default is 1024.
+
+-f [value] Lets you choose an alternative format for the manifest output, you have some set choices for
+   what values you can use.
+   -java Outputs a java class file
+   -c++ or cpp This is yet to be developed.
+   
+-class [value] When using java (and in the future c++), the value becomes the class name.
+
+-jpak [value] When using java, this is the package name.
+
+An example for someone who wants to use a sub directory for input, and what's the output to be called 
+'fluffy', would look like this:
+$./tpak -d subdir -o fluffy
+
+Help or Helping
+---------------
+We'd love to hear from you, so if you have a problem with the software or you want to contribute, come on
+over to:
+texturepacker.sourceforge.net
+And feel free to post in the discussion or add a help ticket.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Disco Stu</dc:creator><pubDate>Fri, 08 Feb 2013 22:24:08 -0000</pubDate><guid>https://sourceforge.neta7ab4658bf2c57d6befe4eb337f82858b22ea20a</guid></item><item><title>WikiPage Home modified by Disco Stu</title><link>https://sourceforge.net/p/texturepacker/wiki/Home/</link><description>Welcome to your wiki!

This is the default page, edit it as you see fit. To add a page simply reference it within brackets, e.g.: [SamplePage].

The wiki uses [Markdown](/p/texturepacker/wiki/markdown_syntax/) syntax.
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Disco Stu</dc:creator><pubDate>Sun, 30 Oct 2011 17:34:12 -0000</pubDate><guid>https://sourceforge.net646cdc7d48fa79a8b3e7a5a3cbb76c4ce9a6220a</guid></item></channel></rss>