{"id":22354044,"url":"https://github.com/movableink/imagemagick-stream","last_synced_at":"2025-08-23T11:08:55.427Z","repository":{"id":13592039,"uuid":"16284843","full_name":"movableink/imagemagick-stream","owner":"movableink","description":null,"archived":false,"fork":false,"pushed_at":"2014-01-27T16:29:32.000Z","size":104,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-08-23T11:05:11.544Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/movableink.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-01-27T16:29:24.000Z","updated_at":"2014-01-27T16:29:33.000Z","dependencies_parsed_at":"2022-09-07T05:11:52.108Z","dependency_job_id":null,"html_url":"https://github.com/movableink/imagemagick-stream","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/movableink/imagemagick-stream","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/movableink%2Fimagemagick-stream","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/movableink%2Fimagemagick-stream/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/movableink%2Fimagemagick-stream/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/movableink%2Fimagemagick-stream/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/movableink","download_url":"https://codeload.github.com/movableink/imagemagick-stream/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/movableink%2Fimagemagick-stream/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271746755,"owners_count":24813580,"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","status":"online","status_checked_at":"2025-08-23T02:00:09.327Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-12-04T13:10:58.558Z","updated_at":"2025-08-23T11:08:55.356Z","avatar_url":"https://github.com/movableink.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# imagemagick-stream\n\nStreaming imagemagick api\n\n## Use\n    $ npm install imagemagick-stream\n\n```js\nvar im = require('imagemagick-stream');\nvar in = fs.createReadStream('image.png');\nvar out = fs.createWriteStream('image-resized.png');\n  \nvar resize = im().resize('200x200').quality(90);\n\nin.pipe(resize).pipe(out);\n  \n// Alternatively\nim('image.png')\n  .resize('200x200')\n  .quality(90)\n  .pipe(out);\n  \n// Or\nim('image.png')\n  .resize('200x200')\n  .quality(90)\n  .to('image-resized.png');\n```\n\n## Todo\n- More options\nAdded \n.imagetype(type)\n.autorotate(true)\n## License \n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmovableink%2Fimagemagick-stream","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmovableink%2Fimagemagick-stream","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmovableink%2Fimagemagick-stream/lists"}