Vladyslav Vladinov

Results 17 comments of Vladyslav Vladinov

Thanks for contributing! This cli tool is intended as an full alternative to Squoosh Cli, so I plan to continue supporting mozjpeg. This new codec looks promising, so make it...

There is no official support for the wasm target at the moment. I am currently working on integrating the image crate, and I will do my best to implement support...

The latest release has introduced support for the `wasm32-unknown-emscripten` and `wasm32-wasi` targets. However, support for the `wasm32-unknown-unknown` target is not available due to the inability of mozjpeg to compile without...

> I would like to ask if the webp dependency cannot be compiled by wasm-pack Any C dependency cannot be compiled to the `wasm32-unknown-unknown` target. `webp` crate uses C implementation...

> Do you think that the new section of "Detailed Examples" should be merged into the section "Basic optimization suitable for file transfer on web"? I think this should be...

To update - added support for TIFF decoding

> Because the TIFF format has not yet been added in .\cli\codecs\tiff.rs, I've not been able to add relevant explanations in the README.md yet. I haven't added support for TIFF...

> Because I remember you once said that rimage would remove those infos automatically due to privacy concerns This PR is applicable only for ICC and EXIF metadata. I don't...