{"id":18746096,"url":"https://github.com/diloabininyeri/image-resize","last_synced_at":"2025-06-17T05:42:08.225Z","repository":{"id":57090327,"uuid":"133771200","full_name":"diloabininyeri/Image-resize","owner":"diloabininyeri","description":"A simple tool that converts all images into each other was written by simply encapsulating the load and resize methods.","archived":false,"fork":false,"pushed_at":"2018-10-11T09:33:56.000Z","size":116,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T16:11:28.014Z","etag":null,"topics":["gd-library","image","image-processing","php","resize-images"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/diloabininyeri.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}},"created_at":"2018-05-17T06:48:52.000Z","updated_at":"2025-03-21T15:05:29.000Z","dependencies_parsed_at":"2022-08-20T16:50:11.504Z","dependency_job_id":null,"html_url":"https://github.com/diloabininyeri/Image-resize","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diloabininyeri%2FImage-resize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diloabininyeri%2FImage-resize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diloabininyeri%2FImage-resize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diloabininyeri%2FImage-resize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/diloabininyeri","download_url":"https://codeload.github.com/diloabininyeri/Image-resize/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248636701,"owners_count":21137506,"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":["gd-library","image","image-processing","php","resize-images"],"created_at":"2024-11-07T16:20:52.347Z","updated_at":"2025-04-12T21:33:29.449Z","avatar_url":"https://github.com/diloabininyeri.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"**php image resize and save library**\n\n\n    composer require zeus/image\n\n![](https://pilsniak.com/wp-content/uploads/2017/02/logo-composer-transparent.png)\n\n\n\nGuide using\n\n\n    use Image\\Image;\n    \n    \n    class test\n    {\n        public function testResize()\n        {\n    \n    \n            $image = new Image();\n    \n            $image-\u003eload((string) \"ay.jpg\")\n                -\u003eresize(800, 600)\n                -\u003esave(\"sonbir.jpg\", 80);\n    \n    \n        }\n    \n    }\n\t\n\t\n    \n    \n    (new test())-\u003etestResize();\n    \n\n- save method have two parameter save($outputname,$quality)\n- load method have one parameter load image load($imagepath)\n- resize method have two parameter   resize($width,$height)\n\n**example use on laravel**\n\n\n\n[![](https://image.ibb.co/iFnbdy/Screenshot_from_2018_05_17_14_41_00.png)](https://image.ibb.co/iFnbdy/Screenshot_from_2018_05_17_14_41_00.png)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiloabininyeri%2Fimage-resize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiloabininyeri%2Fimage-resize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiloabininyeri%2Fimage-resize/lists"}