PHPackages                             codewithkyle/jitter - 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. codewithkyle/jitter

ActiveCraft-plugin

codewithkyle/jitter
===================

A just in time image transformation service.

2.4.0(1y ago)84811MITPHPPHP ^8.0

Since Sep 16Pushed 1y ago1 watchersCompare

[ Source](https://github.com/codewithkyle/craft-jitter)[ Packagist](https://packagist.org/packages/codewithkyle/jitter)[ RSS](/packages/codewithkyle-jitter/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (10)Dependencies (3)Versions (22)Used By (0)

Just In Time Image Transformations
==================================

[](#just-in-time-image-transformations)

Jitter is a just in time image transformation plugin for Craft CMS. The API is based on [Imgix](https://docs.imgix.com/apis/url). This plugin was created to be a simple and free alternative to an Imgix style service. It **does not and will not** have all the bells and whistles that other paid services/plugins offer. If you need something a bit more advanced besides basic image transformations I suggest you pay for [Imgix](https://www.imgix.com/pricing) or select a different [Craft Plugin](https://plugins.craftcms.com/categories/assets).

Requirements
------------

[](#requirements)

This plugin requires [ImageMagick](https://imagemagick.org/index.php) and the following versions of PHP and Craft CMS:

- Craft CMS 5 with PHP 8 (Jitter v2.0, active)
- Craft CMS 4 with PHP 8 (Jitter v2.0, maintenance)
- Craft CMS 3 with PHP 7.2+ (Jitter v1.x, unsupported)

Installation
------------

[](#installation)

To install the plugin, follow these instructions.

1. Open your terminal and go to your Craft project:

    ```
     cd /path/to/project

    ```
2. Then tell Composer to load the plugin:

    ```
     composer require codewithkyle/jitter

    ```
3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Jitter.

Configuring Jitter
------------------

[](#configuring-jitter)

Jitter can be configured to use S3-compatible object storage solutions by adding a `jitter.php` file to your projects `config/` directory. Transformed images will be stored in the storage solution but will still be served from your web server. If you would like to serve images from a CDN read the section below.

```
