{"id":21800882,"url":"https://github.com/qdsang/psd2png","last_synced_at":"2025-04-13T18:23:18.453Z","repository":{"id":19959650,"uuid":"23226547","full_name":"qdsang/psd2png","owner":"qdsang","description":"Image convertor, PSD to PNG, for node.js","archived":false,"fork":false,"pushed_at":"2017-09-22T12:04:51.000Z","size":52,"stargazers_count":9,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-27T09:11:31.559Z","etag":null,"topics":["image-convertor","png","psd"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"Homebrew/homebrew-php","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qdsang.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}},"created_at":"2014-08-22T13:39:40.000Z","updated_at":"2022-06-16T07:29:07.000Z","dependencies_parsed_at":"2022-08-26T22:30:22.372Z","dependency_job_id":null,"html_url":"https://github.com/qdsang/psd2png","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qdsang%2Fpsd2png","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qdsang%2Fpsd2png/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qdsang%2Fpsd2png/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qdsang%2Fpsd2png/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qdsang","download_url":"https://codeload.github.com/qdsang/psd2png/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248759141,"owners_count":21157098,"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":["image-convertor","png","psd"],"created_at":"2024-11-27T11:14:53.754Z","updated_at":"2025-04-13T18:23:18.432Z","avatar_url":"https://github.com/qdsang.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"psd2png\n==================\n\nImage convertor, PSD to PNG, for node.js\n\n\n## usage\n\n    $ npm install psd2png --save\n\n```javascript\n\nvar psd2png = require('psd2png')\n  , fs = require('fs')\n;\n\nfs.readFile('./psd.psd', function (err, buffer) {\n    if (!!err) throw err;\n\n    var pngbuffer = psd2png(buffer);\n\n    fs.writeFileSync('./image.png', pngbuffer);\n\n});\n```\n\n## test\n\n```\nnode bin/psd2png.js ./test/test.psd\n```\n\n\n## thanks\n\n@leo94rug\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqdsang%2Fpsd2png","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqdsang%2Fpsd2png","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqdsang%2Fpsd2png/lists"}