---
title: "Intervention image PHP image manipulation library for Joomla 3 and Joomla 4 - WebTolk websites development, Joomla Extensions"
description: "Allows you to use the rich Intervention Image functionality in Joomla 3 and Joomla 4."
url: "https://web-tolk.ru/en/dev/biblioteki/jintervention-image"
date: "2026-06-03T14:21:03+00:00"
language: "en-GB"
---

![JIntervention Image](https://web-tolk.ru/images/swjprojects/projects/32/en-GB/cover.jpg)

---

# JIntervention Image

- **Category:** [Libraries](https://web-tolk.ru/en/dev/biblioteki)
- **Version:** 3.11.5
- **Date:** 30 November 2025

42648 6958 CTR 613% Lib Free

[Download](https://web-tolk.ru/en/get?element=lib_jinterventionimage)[Versions](https://web-tolk.ru/en/dev/biblioteki/jintervention-image/versions)[Documentation](https://image.intervention.io/v3)[GitHub](https://github.com/Delo-Design/jinterventionimage/releases)

Intervention Image - PHP Image Manipulation library for Joomla. Version 2.7.2 is for Joomla 3 and Joomla 4. Versions 3.x are for Joomla 4 and Joomla 5+.

![JIntervention Image](https://web-tolk.ru/images/swjprojects/projects/32/en-GB/icon.jpg)

## Description

This is an extension for Joomla developers.

### v.2.7.2

```
JLoader::register('JInterventionimage', JPATH_LIBRARIES . DIRECTORY_SEPARATOR . 'jinterventionimage' . DIRECTORY_SEPARATOR . 'jinterventionimage.php');
				$manager = JInterventionimage::getInstance(['driver' => 'imagick']);
				$img = $manager->make('path_to_image');
```

### v.3.11.0

```
<?php
use Joomla\Libraries\JInterventionimage\Manager;

$manager = Manager::getInstance();
$path_full = JPATH_SITE . '/images/joomla.png';

$file = $manager->read($path_full);
// https://github.com/Intervention/image/issues/551 Transparency on PNG issue
$img = $manager->create($file->width(), $file->height())
			->fill('#ffffff');
$img->place($file, 'center');
$img->encodeByExtension($options['new_file_format'], quality: $options['image_quality']);

$img->save($options['savepath'] . '/' . $options['new_file_name'] . '.' . $options['new_file_format']);
```

More examples are in the official documentation of the library.

## Joomla

 **Extension type:** Library **Joomla version:** 3.10, 4.0, 5.2.3, 5.2.5, 5.3.0, 5.3.2, 6.0.0

## What's new

 2025-11-30 14:21:44

Note

### PHP 8.5

Tested PHP 8.5 support

Fixed

### Bug fix

Fix issue with relative paths to font files in different versions of GD library

---

## Related extensions

[!\[WT On fly image handler\](https://web-tolk.ru/images/swjprojects/projects/33/en-GB/icon.jpg) WT On fly image handler](https://web-tolk.ru/en/dev/joomla-plugins/wt-on-fly-image-handler)

## JSON-LD Schema

```json
{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "@id": "https://web-tolk.ru/#/schema/BreadcrumbList/17",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "item": {
                "@id": "https://web-tolk.ru/en",
                "name": "Home"
            }
        },
        {
            "@type": "ListItem",
            "position": 2,
            "item": {
                "@id": "https://web-tolk.ru/en/dev",
                "name": "Joomla extensions"
            }
        },
        {
            "@type": "ListItem",
            "position": 3,
            "item": {
                "@id": "/en/dev/biblioteki",
                "name": "Libraries"
            }
        },
        {
            "@type": "ListItem",
            "position": 4,
            "item": {
                "name": "JIntervention Image"
            }
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Organization",
            "@id": "https://web-tolk.ru/#/schema/Organization/base",
            "name": "WebTolk",
            "url": "https://web-tolk.ru/",
            "logo": {
                "@type": "ImageObject",
                "@id": "https://web-tolk.ru/#/schema/ImageObject/logo",
                "url": "images/webtolk-1080p.jpg",
                "contentUrl": "images/webtolk-1080p.jpg",
                "width": 1920,
                "height": 1080
            },
            "image": {
                "@id": "https://web-tolk.ru/#/schema/ImageObject/logo"
            },
            "sameAs": [
                "https://github.com/WebTolk",
                "https://github.com/sergeytolkachyov",
                "https://vk.com/web_tolk",
                "https://vk.com/webtolkru",
                "https://tenchat.ru/sergeytolkachyov",
                "https://t.me/sergeytolkachyov",
                "https://t.me/webtolkru"
            ]
        },
        {
            "@type": "WebSite",
            "@id": "https://web-tolk.ru/#/schema/WebSite/base",
            "url": "https://web-tolk.ru/",
            "name": "WebTolk websites development, Joomla Extensions",
            "publisher": {
                "@id": "https://web-tolk.ru/#/schema/Organization/base"
            }
        },
        {
            "@type": "WebPage",
            "@id": "https://web-tolk.ru/#/schema/WebPage/base",
            "url": "https://web-tolk.ru/en/dev/biblioteki/jintervention-image",
            "name": "Intervention image PHP image manipulation library for Joomla 3 and Joomla 4 - WebTolk websites development, Joomla Extensions",
            "description": "Allows you to use the rich Intervention Image functionality in Joomla 3 and Joomla 4.",
            "isPartOf": {
                "@id": "https://web-tolk.ru/#/schema/WebSite/base"
            },
            "about": {
                "@id": "https://web-tolk.ru/#/schema/SoftwareApplication/base"
            },
            "inLanguage": "en-GB",
            "breadcrumb": {
                "@id": "https://web-tolk.ru/#/schema/BreadcrumbList/17"
            }
        },
        {
            "@type": "SoftwareApplication",
            "name": "JIntervention Image",
            "url": "https://web-tolk.ru/en/dev/biblioteki/jintervention-image",
            "description": "Intervention Image - PHP Image Manipulation library for Joomla. Version 2.7.2 is for Joomla 3 and Joomla 4. Versions 3.x are for Joomla 4 and Joomla 5+.",
            "applicationCategory": "Libraries",
            "softwareVersion": "3.11.5",
            "downloadUrl": "https://web-tolk.ru/en/get?element=lib_jinterventionimage",
            "image": "https://web-tolk.ru/images/swjprojects/projects/32/en-GB/icon.jpg",
            "operatingSystem": "ANY",
            "interactionStatistic": [
                {
                    "@type": "InteractionCounter",
                    "interactionType": "https://schema.org/DownloadAction",
                    "userInteractionCount": 42648
                },
                {
                    "@type": "InteractionCounter",
                    "interactionType": "https://schema.org/ViewAction",
                    "userInteractionCount": 6959
                }
            ],
            "mainEntityOfPage": {
                "@type": "WebPage",
                "url": "https://web-tolk.ru/en/dev/biblioteki/jintervention-image"
            },
            "softwareRequirements": "Joomla",
            "applicationSubCategory": "3.11.5",
            "isAccessibleForFree": true
        }
    ]
}
```
