{"id":15010138,"url":"https://github.com/dpostolachi/gmex","last_synced_at":"2025-07-07T13:37:27.590Z","repository":{"id":62429847,"uuid":"137730125","full_name":"dpostolachi/gmex","owner":"dpostolachi","description":"GraphicsMagick wrapper for Elixir.","archived":false,"fork":false,"pushed_at":"2020-07-18T13:32:45.000Z","size":270,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-01T08:44:54.367Z","etag":null,"topics":["elixir","graphicsmagick","graphicsmagick-wrapper"],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/dpostolachi.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":"2018-06-18T08:58:06.000Z","updated_at":"2020-07-18T13:32:47.000Z","dependencies_parsed_at":"2022-11-01T20:07:31.277Z","dependency_job_id":null,"html_url":"https://github.com/dpostolachi/gmex","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/dpostolachi%2Fgmex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpostolachi%2Fgmex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpostolachi%2Fgmex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpostolachi%2Fgmex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dpostolachi","download_url":"https://codeload.github.com/dpostolachi/gmex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253787217,"owners_count":21964294,"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":["elixir","graphicsmagick","graphicsmagick-wrapper"],"created_at":"2024-09-24T19:30:41.445Z","updated_at":"2025-05-12T17:31:03.423Z","avatar_url":"https://github.com/dpostolachi.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gmex\n\n[![Build Status](https://travis-ci.org/dpostolachi/gmex.png?branch=master)](https://travis-ci.org/dpostolachi/gmex)\n\nA simple GraphicsMagick wrapper for Elixir.\n\n## Documentation\n\nDocumentation is available here: [https://hexdocs.pm/gmex/Gmex.html](https://hexdocs.pm/gmex/Gmex.html)\n\n## Requirements\n\nInstalled `graphicsmagick`.\n\nElixir ~\u003e 1.2\n\nErlang/OTP ~\u003e 18.0\n\n## Installation\n\nThe package can be installed\nby adding `gmex` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:gmex, \"~\u003e 0.1.7\"}\n  ]\nend\n```\n\n## Usage example\n\n```elixir\nimport Gmex\nGmex.open( \"someimage.png\" )\n    |\u003e options( negate: true, resize: { 50, 50 }, strip: true, format: \"jpg\" )\n    |\u003e save( \"newimage.jpg\" )\n```\n\n## Resizing\n\n```elixir\nimport Gmex\nGmex.open( \"someimage.png\" )\n    |\u003e resize( width: 300, height: 200, type: :fit )\n    |\u003e save( \"resized.jpg\" )\n```\n\nDocumentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)\nand published on [HexDocs](https://hexdocs.pm). Once published, the docs can\nbe found at [https://hexdocs.pm/gmex](https://hexdocs.pm/gmex).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpostolachi%2Fgmex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdpostolachi%2Fgmex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpostolachi%2Fgmex/lists"}