{"id":20537456,"url":"https://github.com/gh123man/swiftvips","last_synced_at":"2025-04-14T07:33:07.452Z","repository":{"id":239519031,"uuid":"618649197","full_name":"gh123man/SwiftVips","owner":"gh123man","description":"A lightning fast image processing and resizing library for Swift","archived":false,"fork":false,"pushed_at":"2024-05-13T02:57:32.000Z","size":24,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-27T21:06:43.940Z","etag":null,"topics":["swift","vips","vips-image"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/gh123man.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-25T00:18:05.000Z","updated_at":"2024-07-06T19:59:19.000Z","dependencies_parsed_at":"2024-05-13T03:49:11.243Z","dependency_job_id":null,"html_url":"https://github.com/gh123man/SwiftVips","commit_stats":null,"previous_names":["gh123man/swiftvips"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gh123man%2FSwiftVips","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gh123man%2FSwiftVips/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gh123man%2FSwiftVips/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gh123man%2FSwiftVips/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gh123man","download_url":"https://codeload.github.com/gh123man/SwiftVips/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248839370,"owners_count":21169802,"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":["swift","vips","vips-image"],"created_at":"2024-11-16T00:40:51.257Z","updated_at":"2025-04-14T07:33:07.400Z","avatar_url":"https://github.com/gh123man.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"## A lightning fast image processing and resizing library for Swift\n\nThis package wraps the core functionality of [libvips](https://github.com/libvips/libvips) image processing library. This library is still under development and only exposes a subset of the vips API. It works on both Mac and Linux. \n\n## Dependencies\n\n### MacOS\n\nUse [homebrew](https://brew.sh/) to install vips and pkg-config:\n\n```bash\nbrew install vips pkg-config\n```\n\n### Ubuntu\n\n```bash\napt install libvips-dev -y \n```\n\n## Usage\n\n```swift\nimport SwiftVips\n\nlet testPng: Data = // load data\n\nlet png = try VImage(from: testPng)\ntry png.resize(scale: 0.5)\nlet jpgData = try png.toJpeg(quality: 50)\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgh123man%2Fswiftvips","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgh123man%2Fswiftvips","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgh123man%2Fswiftvips/lists"}