{"id":57871,"library":"tiny-skia","title":"Tiny Skia","description":"A tiny subset of the Skia graphics library ported to Rust for 2D rendering.","status":"active","version":"0.12.0","language":"rust","source_language":null,"source_url":"https://github.com/linebender/tiny-skia","tags":["graphics","2d","rendering","skia","no-std"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\ntiny-skia = \"0.12.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add tiny-skia","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Pixmap","correct":"use tiny_skia::Pixmap;"}],"quickstart":{"code":"use tiny_skia::Pixmap;\n\nfn main() {\n    let mut pixmap = Pixmap::new(100, 100).unwrap();\n    pixmap.fill(tiny_skia::Color::BLACK);\n    pixmap.save_png(\"output.png\").unwrap();\n}","lang":"rust","description":"Creates a 100x100 black pixmap and saves it as PNG."},"warnings":[],"env_vars":null,"search_vec":"'2d':15,18 'graphic':9,17 'librari':10 'no-std':21 'port':11 'render':16,19 'rust':13 'skia':2,8,20 'std':23 'subset':5 'tini':1,4","created_at":"2026-06-16T16:03:15.588046+00:00","updated_at":"2026-06-16T16:03:15.588046+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/linebender/tiny-skia","github":"https://github.com/linebender/tiny-skia","docs":"https://docs.rs/tiny-skia/","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}}