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 f4959bf commit f480867Copy full SHA for f480867
components/imageproc/src/processor.rs
@@ -6,12 +6,12 @@ use std::path::{Path, PathBuf};
6
use config::Config;
7
use errors::{anyhow, Context, Result};
8
use libs::ahash::{HashMap, HashSet};
9
+use libs::image::codecs::jpeg::JpegEncoder;
10
use libs::image::imageops::FilterType;
11
use libs::image::{EncodableLayout, ImageFormat};
12
use libs::rayon::prelude::*;
13
use libs::{image, webp};
14
use serde::{Deserialize, Serialize};
-use libs::image::codecs::jpeg::JpegEncoder;
15
use utils::fs as ufs;
16
17
use crate::format::Format;
0 commit comments