# Original Image Handler

This WordPress plugin could save you a lot of disk space when uploading images to your website. It will resize the images to a size you have configured in the settings and will delete the original file to save disk space.

## Features

* Resize images that are uploaded to the WordPress site.
* Change the max image size.
* Remove the original image after resizing.
* Change the quality of the JPG file

## Contents

The Original Image Handler includes the following files:

* This README, a ChangeLog, and a `gitignore` file.
* The plugin files

## Installation

1. Copy the `original-image-handler` directory into your `wp-content/plugins` directory
2. Navigate to the *Plugins* dashboard page
3. Locate the menu item that reads *Original Image Handler*
4. Click on *Activate*

## License

The Original Image Handler is licensed under the GPL v2 or later.

> This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2, as
published by the Free Software Foundation.

> This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

> You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA

### Licensing

The Original Image Handler is licensed under the GPL v2 or later.