JuliaIO / JpegTurbo.jl

Julia interface to libjpeg-turbo
MIT License
15 stars 7 forks source link

feat(decode): add keyword preferred_size #18

Closed johnnychen94 closed 2 years ago

johnnychen94 commented 2 years ago

closes #17

cc: @lorenzoh

johnnychen94 commented 2 years ago

Looks like GitHub Action is down https://www.githubstatus.com/

I'll retrigger the CI when it's back. In the meantime, suggestions are welcome.

codecov[bot] commented 2 years ago

Codecov Report

Merging #18 (b57b1e4) into master (fa63352) will increase coverage by 1.84%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #18      +/-   ##
==========================================
+ Coverage   85.48%   87.32%   +1.84%     
==========================================
  Files           5        5              
  Lines         186      213      +27     
==========================================
+ Hits          159      186      +27     
  Misses         27       27              
Impacted Files Coverage Δ
src/decode.jl 97.56% <100.00%> (+0.68%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update fa63352...b57b1e4. Read the comment docs.

lorenzoh commented 2 years ago

This looks great! I'll try it out in the coming days