summaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
authorJens Bache-Wiig <jens.bache-wiig@nokia.com>2010-12-14 16:22:18 +0100
committerJens Bache-Wiig <jens.bache-wiig@nokia.com>2010-12-14 16:30:01 +0100
commit839508cf2a4219ffc4097d5f0bcffa51c5eb5a61 (patch)
treecedb69edc9e9db175473b6348b4b3c20235cc87f /README.txt
parentad2bef363171c0cdf79c51903cb8ae06a31964d9 (diff)
New 0.3 version
- Added support for exporting layer groups - Made updating the QML file optional - Fixed a bug preventing files with groups from exporting - Set Export as default button - Fixed a problem with unique ID's
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt68
1 files changed, 58 insertions, 10 deletions
diff --git a/README.txt b/README.txt
index 0fb3c6c..a298044 100644
--- a/README.txt
+++ b/README.txt
@@ -1,16 +1,64 @@
-Layers are exported as image and text elements in the root.qml file
-and png images are dumped into the "images" subirectory. Note that
-files may be replaced without warnings.
+INSTALLATION AND USAGE NOTES
+
+* Version 0.1:
+- Initial version
+
+* Version 0.3:
+- Added support for exporting layer groups
+- Made updating the QML file optional
+- Fixed a bug preventing files with groups from exporting
+- Set Export as default button
+- Fixed a problem with unique ID's
+
+Usage:
+
+"Element name"
+- This is the name of the output QML file
+
+"Output Folder"
+- The folder containing exported files. Files are replaced
+ without warning.
+
+"Rasterize text"
+- Force text layers to be exported as images and not text
+ elements
+
+"Group layers"
+- This will export each top-level group as a merged
+ QML Image element.
+
+"Export hidden"
+- If checked, hidden layers are exported but their
+ visible property is set to false
+
+"Export QML"
+- Uncheck this if you have modified your QML document by
+ hand but still want to re-export graphical assets.
+
+
+Output:
+- Layers and groups are exported as image elements in
+ the root.qml file and png images are dumped into the
+ images subirectory.
+- Text items are exported as Text elements
+
+
+
+Notes:
+- Files are replaced without warning!
+- The script has only been tested on Photoshop CS5 and CS4 and
+may or may not work on previous versions.
+
Known issues:
-The font names are not really mapped accurately at the moment.
+- The font names are not really mapped accurately at the
+moment.
-Notes:
-The script has only been tested on Photoshop CS 4-5 and may or may not work on other versions.
-Warning:
-The software is provided as is and NO warranty is given. Use at your own risk.
+Installation:
-To install, just double click on the file or copy the script into your photoshop scripts directory.
-This is usually located in Photoshop_path\Presets\Scripts. \ No newline at end of file
+Copy "Export QML.jsx" into your
+ "Photoshop/Plugins/Presets/Scripts"
+ directory. It should now show up under
+ "File/Scripts/Export QML"