diff options
Diffstat (limited to 'graphics/pngquant/README')
-rw-r--r-- | graphics/pngquant/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/pngquant/README b/graphics/pngquant/README index 34721f2b04..780f4ae139 100644 --- a/graphics/pngquant/README +++ b/graphics/pngquant/README @@ -3,3 +3,6 @@ images to paletted (8-bit) PNGs. The conversion reduces file sizes significantly (often as much as 70%) and preserves full alpha transparency. Generated images are compatible with all modern web browsers, and have better fallback in IE6 than 24-bit PNGs. + +Optional features: +OPENMP=yes|no (default: no) Enables parallelized batch jobs. |