inflation / jpegxl-rs

GNU General Public License v3.0
62 stars 12 forks source link

Use JxlEncoderDistanceFromQuality in the encoder builder. #48

Closed veluca93 closed 5 months ago

veluca93 commented 5 months ago

This allows to use a JPEG-style quality parameter.

inflation commented 5 months ago

LGTM

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 0% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 98.71%. Comparing base (1fe2fa0) to head (9b99a82).

:exclamation: Current head 9b99a82 differs from pull request most recent head f7f9282. Consider uploading reports for the commit f7f9282 to get more accurate results

Files Patch % Lines
jpegxl-rs/src/encode.rs 0.00% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #48 +/- ## ========================================== - Coverage 99.18% 98.71% -0.47% ========================================== Files 12 12 Lines 854 858 +4 ========================================== Hits 847 847 - Misses 7 11 +4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

veluca93 commented 5 months ago

LGTM

(force-pushed to sign the commit, sorry about that)

inflation commented 5 months ago

I'm gonna release a new version in accordance to another change in jpegxl-sys. Thanks.