Skip to content

Commit 7cdc34e

Browse files
committed
FX
1 parent ebe592c commit 7cdc34e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Android APK
1+
name: 🤖 Android APK
22

33
on:
44
push:

.github/workflows/quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Quality
1+
name: 🧹 Quality
22
on:
33
push:
44
pull_request:

misc/test_image_perf/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ fn main() {
153153
}
154154

155155
fn hash_image(hash_image: &str) -> Result<(), String> {
156-
let img = get_dynamic_image_from_path(hash_image)?;
156+
let img = get_dynamic_image_from_path(hash_image, None)?.image;
157157

158158
let hasher_config = HasherConfig::new().hash_size(HASH_SIZE, HASH_SIZE).hash_alg(HASH_ALG).resize_filter(FILTER_TYPE);
159159
let hasher = hasher_config.to_hasher();

0 commit comments

Comments
 (0)