PHPackages                             twowholeworms/image-resizer - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Image &amp; Media](/categories/media)
4. /
5. twowholeworms/image-resizer

AbandonedArchivedLibrary[Image &amp; Media](/categories/media)

twowholeworms/image-resizer
===========================

An image-resizing librarylet

011PHP

Since Sep 23Pushed 10y ago1 watchersCompare

[ Source](https://github.com/TwoWholeWorms/image-resizer)[ Packagist](https://packagist.org/packages/twowholeworms/image-resizer)[ RSS](/packages/twowholeworms-image-resizer/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Image Resizer
=============

[](#image-resizer)

This librarylet provides a class which allows you to easily resize images using PHP's GD library.

Installation
============

[](#installation)

The easiest way to install this library is with composer. Simply run this command in your project's root directory:

```
composer require twowholeworms/image-resizer

```

Usage
=====

[](#usage)

Here's the simplest usage for the resizer:

```
