1 2 3 4 5 6 7 8 9 10 11
use jellytranscoder::image::transcode; fn main() { transcode( jellycommon::AssetLocation::Cache(std::env::args().nth(2).unwrap().into()), 1.0, 1, 1, ) .unwrap(); }