{"id":59933,"library":"resize","title":"Resize","description":"Simple image resampling library in pure Rust.","status":"active","version":"0.8.9","language":"rust","source_language":null,"source_url":"https://github.com/PistonDevelopers/resize","tags":["image","resampling","resize","pixel"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nresize = \"0.8.9\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add resize","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Resizer","correct":"use resize::Resizer;"}],"quickstart":{"code":"use resize::Resizer;\n\nfn main() {\n    let mut resizer = Resizer::new(100, 100, 200, 200, resize::Type::Lanczos3, resize::Pixel::RGBA);\n    let input = vec![0u8; 100 * 100 * 4];\n    let mut output = vec![0u8; 200 * 200 * 4];\n    resizer.resize(&input, &mut output).unwrap();\n    println!(\"Image resized\");\n}","lang":"rust","description":"Resize an RGBA image from 100x100 to 200x200 using Lanczos3 filter"},"warnings":[],"env_vars":null,"search_vec":"'imag':3,9 'librari':5 'pixel':12 'pure':7 'resampl':4,10 'resiz':1,11 'rust':8 'simpl':2","created_at":"2026-06-16T17:21:54.120450+00:00","updated_at":"2026-06-16T17:21:54.120450+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/PistonDevelopers/resize","github":"https://github.com/PistonDevelopers/resize","docs":"https://docs.rs/resize/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}