shujataliz / webp

Automatically exported from code.google.com/p/webp
0 stars 0 forks source link

Provide way to override output file if already present #39

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. webpconv -format WEBP abc.png
2.
3.

What is the expected output? What do you see instead?
if abc.webp is already present, we get following message:

webpconv abc.png
processing abc.png
Output file abc.webp
Output file exists. You may change the output_dir

Please use labels and text to provide additional information.

Original issue reported on code.google.com by vikaas.a...@gmail.com on 2 Dec 2010 at 3:46

GoogleCodeExporter commented 9 years ago
The new reference implementation for WebP encoder (cwebp) overrides the output 
by default (if output file is present).

Original comment by vikaas.a...@gmail.com on 21 Mar 2011 at 5:08