pub use apply_corner_to_file;
pub use apply_shadow_to_file;
/// ImageMagick CLI binary name. Windows ships `magick`; the legacy `convert`
/// binary name collides with a built-in Windows utility.
pub const IMAGEMAGICK_CMD: &str = "magick";
pub const IMAGEMAGICK_CMD: &str = "convert";