{"id":17446933,"url":"https://github.com/arxeiss/resampler.php","last_synced_at":"2025-04-19T14:35:11.599Z","repository":{"id":62534940,"uuid":"67705642","full_name":"arxeiss/resampler.php","owner":"arxeiss","description":"Simple PHP class for resampling images with GD library.","archived":false,"fork":false,"pushed_at":"2025-04-05T22:47:43.000Z","size":398,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T23:24:40.790Z","etag":null,"topics":["gd-extension","php","resample","resampling-images"],"latest_commit_sha":null,"homepage":"https://arxeiss.github.io/resampler.php/","language":"PHP","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/arxeiss.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":"2016-09-08T13:30:37.000Z","updated_at":"2021-03-12T12:37:33.000Z","dependencies_parsed_at":"2022-11-02T16:01:14.834Z","dependency_job_id":null,"html_url":"https://github.com/arxeiss/resampler.php","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arxeiss%2Fresampler.php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arxeiss%2Fresampler.php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arxeiss%2Fresampler.php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arxeiss%2Fresampler.php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arxeiss","download_url":"https://codeload.github.com/arxeiss/resampler.php/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249715499,"owners_count":21315055,"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-extension","php","resample","resampling-images"],"created_at":"2024-10-17T19:04:42.929Z","updated_at":"2025-04-19T14:35:11.587Z","avatar_url":"https://github.com/arxeiss.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Resampler.php\n\nSimple PHP library for resampling images with GD extension. More on https://arxeiss.github.io/resampler.php/\n\n### Why another  library? What is so special?\n\n* Resampler is only for resampling and never will contain drawing methods\n* Counting memory usage to avoid Fatal error caused by allocating too much memory\n* Support *resize*, *crop*, *rectangle* and *rotate* methods. Especially *rectangle* is missing in many other libraries\n* Support auto rotation based on EXIF data\n* Using cascade pattern / method chaining\n* Support JPEG, PNG and GIF images. Decision is automatical based on file suffix\n\n### Installation \u0026 requirements\nLibrary can be installed from [Packagist](https://packagist.org/packages/resampler/resampler) and loaded with Composer\n\nPut this line into your `composer.json` file\n```\n\"resampler/resampler\": \"~2.0\"\n```\n\nor execute following command\n\n```\ncomposer require resampler/resampler\n```\n\n#### Requirements\nLibrary requires at least PHP 8.1 and GD and Fileinfo extensions. For PHP 5.4 use version 1.x of this library.\n\n## Documentation and examples\nMore info about library, API documentation and code examples can be found on https://arxeiss.github.io/resampler.php/","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farxeiss%2Fresampler.php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farxeiss%2Fresampler.php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farxeiss%2Fresampler.php/lists"}