PHPackages                             trigur/image\_resize - 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. [Image &amp; Media](/categories/media)
4. /
5. trigur/image\_resize

AbandonedArchivedImagecms-module[Image &amp; Media](/categories/media)

trigur/image\_resize
====================

ImageCMS module

0.2(8y ago)115PHPPHP &gt;=5.5

Since May 16Pushed 8y agoCompare

[ Source](https://github.com/Trigur/image_resize)[ Packagist](https://packagist.org/packages/trigur/image_resize)[ Docs](https://github.com/Trigur/image_resize)[ RSS](/packages/trigur-image-resize/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

image\_resize
=============

[](#image_resize)

Изменение размеров изображения на лету. Тестовая версия.

#### Модуль использует библиотеку imagick.

[](#модуль-использует-библиотеку-imagick)

[Описание php.ru](https://php.ru/manual/book.imagick.html).

[Описание php.net](http://www.php.net/class.imagick).

[Установка](http://firstwiki.ru/index.php/%D0%A3%D1%81%D1%82%D0%B0%D0%BD%D0%BE%D0%B2%D0%BA%D0%B0_Imagemagick).

#### Алгоритмы взяты отсюда:

[](#алгоритмы-взяты-отсюда)

#### Использование:

[](#использование)

**В админке**: "Модули" -&gt; "Все модули" -&gt; "Установить модули" -&gt; "Установка" напротив "Image Resize".

**В шаблоне**:

```

```

#### Доступные функции:

[](#доступные-функции)

##### Кадрирование (обрезка)

[](#кадрирование-обрезка)

```
magickCrop(
    путь к изображению. Указывайте относительно (например: /uploads/images/logo.jpg).,
    ширина || null,
    высота || null,
    качество изображения: от 1 до 100 (рекомендуемое: 70),
    тип: [center, entropy, balanced, face],
    заменять ли исходное изображение
);
```

##### Масштабирование

[](#масштабирование)

```
magickScale(
    путь к изображению. Указывайте относительно (например: /uploads/images/logo.jpg).,
    ширина || null,
    высота || null,
    качество изображения: от 1 до 100 (рекомендуемое: 70),
    заменять ли исходное изображение
);
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3284d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2702cabee80f4dad046aa021590c6e90e543c7593efb82413d2006bc347b455c?d=identicon)[Trigur](/maintainers/Trigur)

---

Top Contributors

[![Trigur](https://avatars.githubusercontent.com/u/26181595?v=4)](https://github.com/Trigur "Trigur (24 commits)")

---

Tags

imagickImageCMSmoduleimage resizeimage-cropimage scale

### Embed Badge

![Health badge](/badges/trigur-image-resize/health.svg)

```
[![Health](https://phpackages.com/badges/trigur-image-resize/health.svg)](https://phpackages.com/packages/trigur-image-resize)
```

###  Alternatives

[intervention/image

PHP Image Processing

14.3k194.3M2.2k](/packages/intervention-image)[league/glide

Wonderfully easy on-demand image manipulation library with an HTTP based API.

2.6k51.2M116](/packages/league-glide)[ctessier/nova-advanced-image-field

An advanced image field for Nova with cropping and resizing.

103548.4k1](/packages/ctessier-nova-advanced-image-field)[intervention/image-laravel

Laravel Integration of Intervention Image

1496.5M102](/packages/intervention-image-laravel)[francodacosta/phmagick

image manipulation with php and ImageMagick

3869.7k1](/packages/francodacosta-phmagick)[ayvazyan10/nova-imagic

Imagic is a Laravel Nova field package that allows for image manipulation capabilities, such as cropping, resizing, quality adjustment, and WebP conversion. It utilizes the powerful Intervention Image class for image manipulation.

144.3k1](/packages/ayvazyan10-nova-imagic)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
