{"id":58129,"library":"gdk-pixbuf","title":"gdk-pixbuf","description":"Rust bindings for the GdkPixbuf library.","status":"active","version":"0.22.0","language":"rust","source_language":null,"source_url":"https://github.com/gtk-rs/gtk-rs-core","tags":["gdk-pixbuf","image","gtk","bindings"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\ngdk-pixbuf = \"0.22.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add gdk-pixbuf","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Pixbuf","correct":"use gdk_pixbuf::Pixbuf;"}],"quickstart":{"code":"use gdk_pixbuf::Pixbuf;\n\nfn main() -> Result<(), Box<dyn std::error::Error>> {\n    let pixbuf = Pixbuf::from_file(\"image.png\")?;\n    println!(\"Image size: {}x{}\", pixbuf.width(), pixbuf.height());\n    Ok(())\n}","lang":"rust","description":"Loads an image file into a Pixbuf."},"warnings":[{"fix":"Install the system package for gdk-pixbuf development files.","message":"Requires the GTK development libraries installed on the system (e.g., libgdk-pixbuf2.0-dev on Debian).","severity":"gotcha","affected_versions":">=0.1.0"}],"env_vars":null,"search_vec":"'bind':5,15 'gdk':2,11 'gdk-pixbuf':1,10 'gdkpixbuf':8 'gtk':14 'imag':13 'librari':9 'pixbuf':3,12 'rust':4","created_at":"2026-06-16T16:12:10.360276+00:00","updated_at":"2026-06-16T16:12:10.360276+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://gtk-rs.org/","github":"https://github.com/gtk-rs/gtk-rs-core","docs":"https://docs.rs/gdk-pixbuf/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"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}}