{"id":13520451,"url":"https://github.com/ramiel/caravaggio","last_synced_at":"2025-08-20T08:32:00.438Z","repository":{"id":30896160,"uuid":"194233185","full_name":"ramiel/caravaggio","owner":"ramiel","description":"A blazing fast ⚡ image manipulation service. This repo is a mirror of https://gitlab.com/ramiel/caravaggio","archived":false,"fork":false,"pushed_at":"2024-08-22T09:53:17.000Z","size":18242,"stargazers_count":26,"open_issues_count":0,"forks_count":6,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-12-16T06:35:33.326Z","etag":null,"topics":["duotone","image","image-manipulation","image-processing","javascript","proxy","resize","serverless","sharp","typescript","vips","webp"],"latest_commit_sha":null,"homepage":"https://caravaggio.ramielcreations.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ramiel.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"github":"ramiel"}},"created_at":"2019-06-28T08:02:23.000Z","updated_at":"2024-12-02T02:19:24.000Z","dependencies_parsed_at":"2024-11-07T17:03:09.355Z","dependency_job_id":"baf7f529-ac71-4907-b73a-633403c84621","html_url":"https://github.com/ramiel/caravaggio","commit_stats":{"total_commits":351,"total_committers":4,"mean_commits":87.75,"dds":0.0854700854700855,"last_synced_commit":"d90c537bc69868fb900c4a059ee75074efef848e"},"previous_names":[],"tags_count":57,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramiel%2Fcaravaggio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramiel%2Fcaravaggio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramiel%2Fcaravaggio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramiel%2Fcaravaggio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ramiel","download_url":"https://codeload.github.com/ramiel/caravaggio/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230408170,"owners_count":18220974,"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":["duotone","image","image-manipulation","image-processing","javascript","proxy","resize","serverless","sharp","typescript","vips","webp"],"created_at":"2024-08-01T05:02:21.092Z","updated_at":"2024-12-19T09:06:56.021Z","avatar_url":"https://github.com/ramiel.png","language":"TypeScript","funding_links":["https://github.com/sponsors/ramiel"],"categories":["TypeScript"],"sub_categories":[],"readme":"\u003cimg src=\"https://caravaggio.ramielcreations.com/img/caravaggio-logo.png\" alt=\"caravaggio logo\" width=\"200\" /\u003e\n\n# Caravaggio\n\n[![pipeline status](https://gitlab.com/ramiel/caravaggio/badges/master/pipeline.svg)](https://gitlab.com/ramiel/caravaggio/commits/master)\n[![coverage report](https://gitlab.com/ramiel/caravaggio/badges/master/coverage.svg)](https://gitlab.com/ramiel/caravaggio/commits/master)\n\nA blazing fast ⚡ image manipulation service.\n\nRead the complete documentation at [caravaggio.ramielcreations.com](https://caravaggio.ramielcreations.com)\n\n## Note\n\nFrom version `2.x` this project is ready for production. If you have still version 1.x, upgrade please. There is no migration guide since\nthe first version was intended for test only\n\n## Installation\n\n### NPM\n\n```\nnpm i -g caravaggio\ncaravaggio\n```\n\n### Docker\n\nAn image is provided\n\n```\ndocker pull ramielcreations/caravaggio\ndocker run --name caravaggio -p 8565:8565 -dti ramielcreations/caravaggio:latest\n```\n\nRefer to the [page on the docker store](https://store.docker.com/community/images/ramielcreations/caravaggio) for its configuration\n\n### Git\n\nYou can run caravaggio directly from the git repository, but it's meant for development purpose only.\n\n```\ngit clone git@gitlab.com:ramiel/caravaggio.git\ncd caravaggio\nnpm install\nnpm run dev\n```\n\n## Using the service\n\nThe service is avaiable at `http://localhost:8565/`\n\nand can be used sending a set of options and an image:  \n`http://localhost:8565/rotate:90?image=https://image.com/pony.jpg`\n\n## Available operations\n\nPlease, refer to the [documentation](https://caravaggio.ramielcreations.com) to know what are the available operations.\n\n## Thank you\n\nThis project is possible thanks to\n\n- [sharp](http://sharp.pixelplumbing.com/en/stable/) - A js image processing library\n- [micro](https://github.com/zeit/micro) - A fast microservice library\n- A lot of other great developers\n- The amazing photographers on [pexels.com](https://www.pexels.com/)\n\n# Licensing\n\nThis package is free to use for non-commercial purposes.    \nFor commercial purposes it is free to use for a trial period under the terms of the [Prosperity Public License](./LICENSE).\n\nLicenses for long-term commercial use are available via [licensezero.com](https://licensezero.com).\n\n[![licensezero.com pricing](https://licensezero.com/projects/0409c5bf-201d-49dd-af6e-2aa5169cf15a/badge.svg)](https://licensezero.com/projects/0409c5bf-201d-49dd-af6e-2aa5169cf15a)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framiel%2Fcaravaggio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Framiel%2Fcaravaggio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framiel%2Fcaravaggio/lists"}