We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebe592c commit 7cdc34eCopy full SHA for 7cdc34e
3 files changed
.github/workflows/android.yml
@@ -1,4 +1,4 @@
1
-name: Android APK
+name: 🤖 Android APK
2
3
on:
4
push:
.github/workflows/quality.yml
-name: Quality
+name: 🧹 Quality
pull_request:
misc/test_image_perf/src/main.rs
@@ -153,7 +153,7 @@ fn main() {
153
}
154
155
fn hash_image(hash_image: &str) -> Result<(), String> {
156
- let img = get_dynamic_image_from_path(hash_image)?;
+ let img = get_dynamic_image_from_path(hash_image, None)?.image;
157
158
let hasher_config = HasherConfig::new().hash_size(HASH_SIZE, HASH_SIZE).hash_alg(HASH_ALG).resize_filter(FILTER_TYPE);
159
let hasher = hasher_config.to_hasher();
0 commit comments