{"id":39582798,"url":"https://github.com/ssnangua/iyo-image-converter","last_synced_at":"2026-01-18T07:31:45.199Z","repository":{"id":64588574,"uuid":"539961871","full_name":"ssnangua/iyo-image-converter","owner":"ssnangua","description":"A free native image converter | 一个免费的本地图片转换工具","archived":false,"fork":false,"pushed_at":"2025-11-08T13:19:02.000Z","size":5293,"stargazers_count":55,"open_issues_count":2,"forks_count":7,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-08T14:27:51.004Z","etag":null,"topics":["converter","image","image-converter","nwjs","sharp"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ssnangua.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-09-22T12:07:55.000Z","updated_at":"2025-10-22T16:47:00.000Z","dependencies_parsed_at":"2023-02-19T11:31:25.751Z","dependency_job_id":"7080be5c-775d-44af-aac4-39b3e537d8f7","html_url":"https://github.com/ssnangua/iyo-image-converter","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/ssnangua/iyo-image-converter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssnangua%2Fiyo-image-converter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssnangua%2Fiyo-image-converter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssnangua%2Fiyo-image-converter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssnangua%2Fiyo-image-converter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ssnangua","download_url":"https://codeload.github.com/ssnangua/iyo-image-converter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssnangua%2Fiyo-image-converter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28533167,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"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":["converter","image","image-converter","nwjs","sharp"],"created_at":"2026-01-18T07:31:45.089Z","updated_at":"2026-01-18T07:31:45.170Z","avatar_url":"https://github.com/ssnangua.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# iYo Image Converter | 哎哟图片转换器 1.4.3\n\nA free native image converter | 一个免费的本地图片转换工具\n\n\u003cimg src=\"screenshots/en_convert.jpg\" width=\"600\" /\u003e\n\nBase on [sharp](https://sharp.pixelplumbing.com/) and [NW.js](https://nwjs.io/), support Windows and Mac.\n\n[Download](https://github.com/ssnangua/iyo-image-converter/releases) | [Screenshots](screenshots/en.md) | English Document | [中文文档](README_zh.md)\n\n## Features\n\n- Support image formats: `.png`,`.jpg`,`.jpeg`,`.webp`,`.gif`,`.tif`,`.tiff`,`.avif`,`.heif`,`.bmp`,`.ico`,`.svg`, animated GIF/WebP/APNG\n- Convert / Tiny image\n- Resize / Rotate image\n- Add watermark\n  - Support text/image watermark\n  - Support fixed/random position or repeat\n  - Support watermark opacity and rotate\n  - Support animated image\n- Crop \u0026 Rotate Tool\n  - Crop image\n  - Rotate image\n  - Support animated image\n  - Multi-images editing\n- Join \u0026 Split Tool\n  - Join multiple images into one image (horizontal or vertical)\n  - Or (and) split a image into multiple images (horizontal or vertical, average split or fixed size or manually mark the split positions)\n  - Support batch processing\n- Filter Tool\n  - Support animated image\n  - Support batch processing\n  - Support custom filters\n- Anime Tool\n  - Create animated image\n  - Make animated image faster/slower or reverse\n  - Add text\n  - Extract frames\n- ICO Tool\n  - Create multi-size `.ico` image\n  - Extract frames\n  - Extract `.ico` image from `.exe`,`.dll`,`.ocx`,`.cpl` file\n- PDF Tool\n  - Export images from a PDF file\n  - Generate a PDF file from images\n- Mirage Tank\n  - A simple way to generate a mirage-tank image\n\n## Custom Filter\n\nThe filter files are in the `root/filters/` directory, and you can write your own filters. See [Custom Filter](./Custom-Filter.md).\n\n## Development\n\n```bash\n# install (Windows)\nnpm install\n# install (Mac)\nnpm install --build-from-source\n\n# rebuild sharp\ncd node_modules/sharp\nnpx nw-gyp configure --target=0.68.1\nnpx nw-gyp build --target=0.68.1\n\n# dev (root directory)\nnpm run dev\n\n# build (root directory)\nnpm run build\n# after build (Mac)\nchmod +x dist-nw/iyo-image-converter-${version}-mac-x64/iYo\\ Image\\ Converter.app/Contents/Resources/app.nw/bin/*\n```\n\n## Reference\n\nIcons referenced from:\n\n- [iconfont](https://www.iconfont.cn/)\n\nPreset filters referenced from:\n\n- [glfx.js](https://github.com/evanw/glfx.js) - An image effects library for JavaScript.\n- [Konva](https://github.com/konvajs/konva) - A HTML5 2d canvas js library.\n- [Pixels.JS](https://github.com/silvia-odwyer/pixels.js) - An image filtering library with over 70 photo filters.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fssnangua%2Fiyo-image-converter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fssnangua%2Fiyo-image-converter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fssnangua%2Fiyo-image-converter/lists"}