{"id":15580894,"url":"https://github.com/sevinf/magic-kernel-rust","last_synced_at":"2026-01-02T23:20:09.923Z","repository":{"id":240518598,"uuid":"802869091","full_name":"SevInf/magic-kernel-rust","owner":"SevInf","description":"Rust implementation of Magic Kernel resizing algorithms","archived":false,"fork":false,"pushed_at":"2024-05-19T14:13:32.000Z","size":11766,"stargazers_count":21,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-14T08:32:40.673Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SevInf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-19T13:47:04.000Z","updated_at":"2025-03-26T12:46:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"7aff7d60-3ea0-4065-a7e9-a702a9e29d26","html_url":"https://github.com/SevInf/magic-kernel-rust","commit_stats":null,"previous_names":["sevinf/magic-kernel-rust"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SevInf/magic-kernel-rust","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SevInf%2Fmagic-kernel-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SevInf%2Fmagic-kernel-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SevInf%2Fmagic-kernel-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SevInf%2Fmagic-kernel-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SevInf","download_url":"https://codeload.github.com/SevInf/magic-kernel-rust/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SevInf%2Fmagic-kernel-rust/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259805236,"owners_count":22913964,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-02T19:40:36.074Z","updated_at":"2026-01-02T23:20:09.891Z","avatar_url":"https://github.com/SevInf.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Magic Kernel for Rust\n\n[![Crates.io Version](https://img.shields.io/crates/v/magic-kernel)](https://crates.io/crates/magic-kernel)\n[![docs.rs](https://img.shields.io/docsrs/magic-kernel)](https://docs.rs/magic-kernel/latest/magic_kernel/)\n\n\n\nImplementation of [Magic Kernel](https://johncostella.com/magic/) family of resizing algorithms.\n\nUsage:\n\n```rust\nuse magic_kernel::{magic_resize, Version};\nmagic_resize(\n    \u0026image,\n    Version::MagicKernelSharp2021, // algorithm version to use\n    Some(1500), // width\n    Some(500), // height\n);\n```\n\n`image` is expected to be an instance `magic_kernel::ImageF64`. Example of creating `ImageF64` from\n[image crate](https://crates.io/crates/image) can be found in [examples directory](https://github.com/SevInf/magic-kernel-rust/tree/main/examples).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsevinf%2Fmagic-kernel-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsevinf%2Fmagic-kernel-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsevinf%2Fmagic-kernel-rust/lists"}