kornelski / pngquant

Lossy PNG compressor — pngquant command based on libimagequant library
https://pngquant.org
Other
5.19k stars 483 forks source link

Cannot open xxx.png for reading,but the file has created... #369

Closed df257 closed 3 years ago

df257 commented 3 years ago

image image

zvezdochiot commented 3 years ago

@df257 say:

pngquant -- test.png --ext new.png

pngquant --ext new.png -- test.png

See:

pngquant --help
kornelski commented 3 years ago

-- means everything after that is a file name. So -- --ext reads a file called "--ext".