Update README.md

This commit is contained in:
Matteo Paonessa 2015-12-27 19:24:44 +01:00
parent 2cf182cd1d
commit c5238079c2
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ Compress with quality 80 and resize at 50% ```image1.jpg```, located in the ```h
###### KNOWN ISSUES ###### KNOWN ISSUES
* Strange behaviour with network files: the output base_name is the name of the output subfolder (e.g. -o /path/to/images/compressed /path/to/images -> results in all the output images named as "compressed") * Strange behaviour with network files: the output base_name is the name of the output subfolder (e.g. -o /path/to/images/compressed /path/to/images -> results in all the output images named as "compressed")
* Resizing works only for powers of two (e.g. 50%, 25%, 16%...) and for JPEGs only * Resizing works only for powers of two (e.g. 50%, 25%, 16%...) and for JPEGs only
* It does not work on Windows unless you port getopt to it
---------- ----------