{"id":21938017,"url":"https://github.com/jangler/imp","last_synced_at":"2025-03-22T14:26:12.894Z","repository":{"id":31007681,"uuid":"34566110","full_name":"jangler/imp","owner":"jangler","description":"A simple command-line image manipulation program","archived":false,"fork":false,"pushed_at":"2022-04-07T02:28:08.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-27T13:49:40.026Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jangler.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":"2015-04-25T11:34:52.000Z","updated_at":"2022-04-07T02:28:11.000Z","dependencies_parsed_at":"2022-08-26T08:22:54.048Z","dependency_job_id":null,"html_url":"https://github.com/jangler/imp","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jangler%2Fimp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jangler%2Fimp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jangler%2Fimp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jangler%2Fimp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jangler","download_url":"https://codeload.github.com/jangler/imp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244968693,"owners_count":20540171,"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":[],"created_at":"2024-11-29T01:27:27.520Z","updated_at":"2025-03-22T14:26:12.872Z","avatar_url":"https://github.com/jangler.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Imp\n---\nA simple command-line image manipulation program. Supports reading and\nwriting GIF, JPEG, and PNG files.\n\nInstallation\n------------\nInstalling via `go`:\n\n\tgo get -u github.com/jangler/imp\n\nIf you use Arch Linux or a derivative, you may also install via the [AUR\npackage](https://aur.archlinux.org/packages/imp/).\n\nUsage\n-----\n\tUsage:\n\t\timp \u003cinfile\u003e [-q \u003cn\u003e] [\u003coutfile\u003e] [\u003cfilter\u003e ...]\n\t\timp help [\u003cfilter\u003e]\n\t\timp version\n\n\tApplies filters to the image 'infile' and writes the result to 'outfile'.\n\tIf 'outfile' is not given, 'infile' is overwritten.\n\n\tThe -q option, if given, controls JPEG quality (1-100). The default is 100.\n\n\tFilters are applied in the given order and may be invoked multiple times.\n\n\tFilters:\n\t\tblur \u003cradius\u003e \u003cpower\u003e\n\t\tcrop \u003cx\u003e \u003cy\u003e \u003cw\u003e \u003ch\u003e\n\t\timpose \u003clayer\u003e \u003cfile\u003e [\u003cx\u003e \u003cy\u003e]\n\t\tjoin \u003cfile\u003e \u003cedge\u003e [\u003calign\u003e]\n\t\tlum \u003cfactor\u003e [\u003cgFactor\u003e \u003cbFactor\u003e [\u003caFactor\u003e]]\n\t\tmask \u003cfile\u003e\n\t\tpalette \u003cfile\u003e\n\t\trotate \u003cdegrees\u003e\n\t\tsat \u003cfactor\u003e\n\t\tscale \u003cw\u003e \u003ch\u003e\n\nExamples\n--------\nConvert a PNG to a low-quality JPEG:\n\n\timp image.png -q 30 image.jpg\n\nCrop an image to its top-right quarter, in-place:\n\n\timp image.png crop 50% 0 50% 50%\n\nScale an image to a 16x16 icon, rotate it 90° clockwise, and tint it dark red:\n\n\timp image.png icon.png scale 16 16 rotate 90 lum 0.75 0.25 0.25\n\nJoin several images together:\n\n\timp ne.png result.png join nw.png right join s.png bottom\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjangler%2Fimp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjangler%2Fimp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjangler%2Fimp/lists"}