SalOne22 / rimage

This is CLI tool inspired by squoosh!
Apache License 2.0
295 stars 17 forks source link

[Bug]: Failed to convert tif to jpeg #228

Closed Kosette closed 2 months ago

Kosette commented 3 months ago

Is there an existing issue for this?

Description

Try to convert .tif to .jpeg, using rimage jpeg .\hello.tif. Encounteed the following error: ERROR rimage > "hello.tif": IO error, Os { code: 3, kind: NotFound, message: "The system cannot the specific path." }

Expected behavior

convert tif to jpeg

Library Version

0.11.0 (latest)

Steps To Reproduce

rimage mozjpeg/jpeg hello.tif, convert any .tif file on Windows.

Anything else?

OS: Win11 Rimage: 0.11.0-next.1

SalOne22 commented 3 months ago

Hello, when we moved to zune-image tiff support was temporally removed. #232 returns it back, so tiff support will be added in nearest release

Kosette commented 3 months ago

Hello, when we moved to zune-image tiff support was temporally removed. #232 returns it back, so tiff support will be added in nearest release

Got it.

SalOne22 commented 2 months ago

This issue should be fixed in the new release v0.11.0-next.2

Kosette commented 2 months ago

tested on oxipng and jpeg/mozjpeg, done.