TheAlgorithms / Rust

All Algorithms implemented in Rust
MIT License
22.91k stars 2.24k forks source link

feat: rgb_cmyk_conversion #831

Closed ali77gh closed 4 weeks ago

ali77gh commented 1 month ago

RGB to CMYK conversion

Description

RGB to CMYK Color format algorithm is implemented.

Type of change

Checklist:

codecov-commenter commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.42%. Comparing base (c906255) to head (efbe4af).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #831 +/- ## ======================================= Coverage 95.41% 95.42% ======================================= Files 314 315 +1 Lines 22783 22806 +23 ======================================= + Hits 21739 21762 +23 Misses 1044 1044 ```

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

ali77gh commented 4 weeks ago

Ops! CI failed. I will make another commit to fix it ASAP.