]> git.tdb.fi Git - ttf2png.git/blobdiff - Readme
Add a flag for non-power-of-two images
[ttf2png.git] / Readme
diff --git a/Readme b/Readme
index 9d10f6c52f85b599349e028fa45766b9fdb16713..946c9b72f9ff8d93168995f3607e520f409db44a 100644 (file)
--- a/Readme
+++ b/Readme
@@ -69,6 +69,10 @@ Command-line options
     Control the amount of padding between glyphs.  The default is 1 pixel.
     Only used with -p.
 
+  -f
+    Allow the resulting image to have a non-power-of-two size.  By default the
+    image size is rounded up to a power of two for maximum compatibility.
+
   -d
     File name to write glyph definitions.  See the section below for details.
 
@@ -139,6 +143,7 @@ Changelog
 next
 - Alternate ways of specifying code point ranges
 - Multiple code point ranges can be specified
+- Option to generate non-power-of-two images
 
 1.1
 - Controllable margin and padding in packed mode