mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-27 21:02:35 +00:00
pending
This commit is contained in:
@@ -32,15 +32,17 @@ pub struct AztecWriter;
|
||||
|
||||
impl Writer for AztecWriter {
|
||||
fn encode(
|
||||
&self,
|
||||
contents: &str,
|
||||
format: &crate::BarcodeFormat,
|
||||
width: i32,
|
||||
height: i32,
|
||||
) -> Result<crate::common::BitMatrix, crate::exceptions::Exceptions> {
|
||||
Self::encode_with_hints(contents, format, width, height, &HashMap::new())
|
||||
self.encode_with_hints(contents, format, width, height, &HashMap::new())
|
||||
}
|
||||
|
||||
fn encode_with_hints(
|
||||
&self,
|
||||
contents: &str,
|
||||
format: &crate::BarcodeFormat,
|
||||
width: i32,
|
||||
|
||||
Reference in New Issue
Block a user