mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-25 20:02:34 +00:00
Merge branch 'main' into port_cpp_qrcode
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "rxing"
|
||||
version = "0.4.1"
|
||||
version = "0.4.2"
|
||||
description="A rust port of the zxing barcode library."
|
||||
license="Apache-2.0"
|
||||
repository="https://github.com/rxing-core/rxing"
|
||||
|
||||
@@ -136,6 +136,7 @@ impl Luma8LuminanceSource {
|
||||
self.data = new_data;
|
||||
self.dimensions = new_dim;
|
||||
self.original_dimension = (self.original_dimension.1, self.original_dimension.0);
|
||||
self.origin = (self.origin.1, self.origin.0);
|
||||
}
|
||||
|
||||
fn transpose(&mut self) {
|
||||
|
||||
9738
tests/cropped_transposed_luma.rs
Normal file
9738
tests/cropped_transposed_luma.rs
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user