Yukun Guo

Results 15 comments of Yukun Guo

Using median will also improve performance, because mean is susceptible to outliners. I have found that pHash by mean produces worse results (by my subjective evaluation) than aHash or dHash,...

Hi, 1. In #114 I chose mingw64 environment, but we should switch to ucrt64 as it causes fewer compatibility issues. Please see [this commit](https://github.com/gyk/magick-rust/commit/0d615bbb2e5db9fdbb31f7ab2150409999251eda). Most unit tests in v0.19 except...

The following may be helpful for someone trying to build this crate against MSYS2. As other Unix-like environments, there are two approaches for MSYS2: 1. Set up everything manually: ```pwsh...

@5ohue The env variable is `MAGICK_CODER_MODULE_PATH`. Without it ImageMagick will try to read coder path from the registry. However, if you're willing to build ImageMagick from scratch, coder modules can...

Thanks! Didn't know it is configurable.