Skip to content

Commit 0c6f5a2

Browse files
author
HeroicKatora
authored
Merge pull request #144 from lovasoa/idct_wrapping
Use the 'Wrapping' integer type instead of wrapping methods in IDCT
2 parents a0b6ee4 + a928cc0 commit 0c6f5a2

File tree

2 files changed

+143
-142
lines changed

2 files changed

+143
-142
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# jpeg-decoder
22

3-
[![Rust CI](https://github.com/image-rs/jpeg-decoder/workflows/Rust%20CI/badge.svg)
3+
[![Rust CI](https://github.com/image-rs/jpeg-decoder/workflows/Rust%20CI/badge.svg)](https://github.com/image-rs/jpeg-decoder/actions)
44
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/k65rrkd0f8yb4o9w/branch/master?svg=true)](https://ci.appveyor.com/project/kaksmet/jpeg-decoder/branch/master)
55
[![Crates.io](https://img.shields.io/crates/v/jpeg-decoder.svg)](https://crates.io/crates/jpeg-decoder)
66

0 commit comments

Comments
 (0)