8fold/php-gd-image

Class-based wrapper for PHP's image processing capabilities.

0.2.0 2023-04-15 20:15 UTC

This package is auto-updated.

Last update: 2024-04-15 22:37:47 UTC


README

A class-based wrapper for PHP's image processing capabilities.

Installation

composer require 8fold/php-gd-image

Usage

This library is a work in progress based on one production product. If capabilities are not needed by that project (or similar projects), they may not become directly supported by me or other 8fold Practitioners (user contributions are encouraged).

Alternatives include:

Details

We started creating a web shop that interfaced with a print-on-demand provider. We wanted to have a way to host the images on our servers instead of from the provider.

Other