SalOne22/rimage

How can I run multiple files at once?

Closed this issue · 4 comments

Is there an existing issue for this?

  • I have searched the existing issues

Description

Hi,

trying to run:

rimage webp *.png -f webp -r

I get:

> rimage webp *.png -f webp -r
error: invalid value 'webp' for '--codec <CODEC>': webp is not supported codec.

For more information, try '--help'.

Any ideas?

Expected behavior

No response

Library Version

0.11.0 (latest)

Steps To Reproduce

No response

Anything else?

No response

Could you please give me the version that you used? Run rimage --version. We have breaking changes in the latest version, so some options will not work.

@SalOne22 hi

rimage --version
rimage 0.10.3

seems latest was not deploying.

seems latest was not deploying.

Yup, latest version is pre release. You can find pre releases in releases tab. Version v0.11.0 will be released after icc issue resolved.

Added warning to the readme file about pre-releases