{"id":17972371,"url":"https://github.com/native-bindings/imagemagick","last_synced_at":"2026-04-30T15:32:53.722Z","repository":{"id":50435887,"uuid":"394430319","full_name":"native-bindings/imagemagick","owner":"native-bindings","description":"ImageMagick 6 bindings for Node.js","archived":false,"fork":false,"pushed_at":"2025-12-28T16:19:09.000Z","size":1903,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-07T16:05:12.862Z","etag":null,"topics":["bindings","image-magick","image-processing","nodejs"],"latest_commit_sha":null,"homepage":"","language":"C++","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/native-bindings.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}},"created_at":"2021-08-09T20:31:20.000Z","updated_at":"2025-12-28T16:19:13.000Z","dependencies_parsed_at":"2022-09-26T20:31:21.456Z","dependency_job_id":"e5aa5f1e-ba47-4987-9c73-55bf5d1cb6de","html_url":"https://github.com/native-bindings/imagemagick","commit_stats":null,"previous_names":["victorqueiroz/image-m"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/native-bindings/imagemagick","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/native-bindings%2Fimagemagick","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/native-bindings%2Fimagemagick/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/native-bindings%2Fimagemagick/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/native-bindings%2Fimagemagick/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/native-bindings","download_url":"https://codeload.github.com/native-bindings/imagemagick/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/native-bindings%2Fimagemagick/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32469344,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["bindings","image-magick","image-processing","nodejs"],"created_at":"2024-10-29T16:13:41.601Z","updated_at":"2026-04-30T15:32:53.714Z","avatar_url":"https://github.com/native-bindings.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @native-bindings/imagemagick6\n\n### Installation\n\n```\nnpm i @native-bindings/imagemagick6\n```\n\n### Requirements\n\n- C++20\n- CMake \u003e=3.10\n\n### Usage\n\n```ts\nimport { Geometry, Image } from \"@native-bindings/imagemagick6\";\n\nconst img = new Image();\nimg.read(\"image.png\");\nimg.resize(new Geometry(100, 100, 0, 0));\nimg.write(\"new-image.png\");\n```\n\n```ts\nimport { Image } from \"@native-bindings/imagemagick6\";\n\nconst img1 = new Image();\nimg1.read(\"image.png\");\n\nconst img2 = new Image();\nimg2.read(\"image.png\");\nimg2.motionBlur(20, 3, 40);\n\nconsole.log(img2.compare(img1));\n```\n\n```ts\nimport { Image, Color, Geometry } from \"@native-bindings/imagemagick6\";\n\nconst img = new Image();\nimg.density(new Point(256, 256));\nimg.backgroundColor(new Color(0, 0, 0, 0));\nimg.read(path.resolve(__dirname, \"icon.svg\"));\nimg.resize(new Geometry(256, 256, 0, 0));\nimg.write(__dirname + \"/icon.png\");\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnative-bindings%2Fimagemagick","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnative-bindings%2Fimagemagick","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnative-bindings%2Fimagemagick/lists"}