---
title: "Intervention image PHP библиотека обработки изображений для Joomla 3 и Joomla 4 - WebTolk"
description: "Позволяет использовать богатый функционал Intervention Image в Joomla 3 и Joomla 4."
url: "https://web-tolk.ru/dev/biblioteki/jintervention-image"
date: "2026-06-01T05:05:48+00:00"
language: "ru-RU"
---

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

---

# JIntervention Image

- **Категория:** [Библиотеки](https://web-tolk.ru/dev/biblioteki)
- **Версия:** 3.11.5
- **Дата:** 30 ноября 2025

42628 6938 CTR 614% Lib Free

[Скачать](https://web-tolk.ru/get?element=lib_jinterventionimage)[Версии](https://web-tolk.ru/dev/biblioteki/jintervention-image/versions)[Документация](https://image.intervention.io/v3)[GitHub](https://github.com/Delo-Design/jinterventionimage/releases)

PHP-библиотека обработки изображений Intervention Image для Joomla. Версия 2.7.2 для Joomla 3 и Joomla 4. Версии 3.x - для Joomla 4 и Joomla 5+.

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

## Описание

Это расширение для Joomla-разработчиков.

### 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']);
```

Остальные примеры в официальной документации библиотеки.

## Joomla

 **Тип расширения:** Библиотека **Версия Joomla:** 3.10, 4.0, 5.2.3, 5.2.5, 5.3.0, 5.3.2, 6.0.0

## Что нового

 30.11.2025, 14:21:44

Примечание

### PHP 8.5

Tested PHP 8.5 support

Исправлено

### Bug fix

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

---

## Смотрите также

[!\[WT On fly image handler\](https://web-tolk.ru/images/swjprojects/projects/33/ru-RU/icon.jpg) WT On fly image handler](https://web-tolk.ru/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/",
                "name": "Главная"
            }
        },
        {
            "@type": "ListItem",
            "position": 2,
            "item": {
                "@id": "https://web-tolk.ru/dev",
                "name": "Расширения Joomla"
            }
        },
        {
            "@type": "ListItem",
            "position": 3,
            "item": {
                "@id": "/dev/biblioteki",
                "name": "Библиотеки"
            }
        },
        {
            "@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",
            "publisher": {
                "@id": "https://web-tolk.ru/#/schema/Organization/base"
            }
        },
        {
            "@type": "WebPage",
            "@id": "https://web-tolk.ru/#/schema/WebPage/base",
            "url": "https://web-tolk.ru/dev/biblioteki/jintervention-image",
            "name": "Intervention image PHP библиотека обработки изображений для Joomla 3 и Joomla 4 - WebTolk",
            "description": "Позволяет использовать богатый функционал Intervention Image в Joomla 3 и Joomla 4.",
            "isPartOf": {
                "@id": "https://web-tolk.ru/#/schema/WebSite/base"
            },
            "about": {
                "@id": "https://web-tolk.ru/#/schema/SoftwareApplication/base"
            },
            "inLanguage": "ru-RU",
            "breadcrumb": {
                "@id": "https://web-tolk.ru/#/schema/BreadcrumbList/17"
            }
        },
        {
            "@type": "SoftwareApplication",
            "name": "JIntervention Image",
            "url": "https://web-tolk.ru/dev/biblioteki/jintervention-image",
            "description": "PHP-библиотека обработки изображений Intervention Image для Joomla. Версия 2.7.2 для Joomla 3 и Joomla 4. Версии 3.x - для Joomla 4 и Joomla 5+.",
            "applicationCategory": "Библиотеки",
            "softwareVersion": "3.11.5",
            "downloadUrl": "https://web-tolk.ru/get?element=lib_jinterventionimage",
            "image": "https://web-tolk.ru/images/swjprojects/projects/32/ru-RU/icon.jpg",
            "operatingSystem": "ANY",
            "interactionStatistic": [
                {
                    "@type": "InteractionCounter",
                    "interactionType": "https://schema.org/DownloadAction",
                    "userInteractionCount": 42628
                },
                {
                    "@type": "InteractionCounter",
                    "interactionType": "https://schema.org/ViewAction",
                    "userInteractionCount": 6939
                }
            ],
            "mainEntityOfPage": {
                "@type": "WebPage",
                "url": "https://web-tolk.ru/dev/biblioteki/jintervention-image"
            },
            "softwareRequirements": "Joomla",
            "applicationSubCategory": "3.11.5",
            "isAccessibleForFree": true
        }
    ]
}
```
