From 8c137bac0cd334e4cf0ac387d0137cd2496bb11e Mon Sep 17 00:00:00 2001 From: der-stefan Date: Sun, 5 Oct 2014 09:20:54 -0700 Subject: [PATCH] alfa -> alpha --- OutputFormats.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OutputFormats.md b/OutputFormats.md index 0a8e432..b699365 100644 --- a/OutputFormats.md +++ b/OutputFormats.md @@ -26,7 +26,7 @@ The options include: * c=256 - limit number of colors (default 256), works with octree and hextree - * t=2 - select transparency mode: 0-no alfa, 1-binary alfa(0 or 255), 2-full alfa range, default is 2, works with octree and hextree (NOTE: in Mapnik >= 2.2 `png:t=0` can be used to write rgb images as per [#1559](https://github.com/mapnik/mapnik/issues/1559)) + * t=2 - select transparency mode: 0-no alpha, 1-binary alpha(0 or 255), 2-full alpha range, default is 2, works with octree and hextree (NOTE: in Mapnik >= 2.2 `png:t=0` can be used to write rgb images as per [#1559](https://github.com/mapnik/mapnik/issues/1559)) * m=o - choose quantization method, available options: o-existing octree, h-new hextree with optimizations, default is octree