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(9y ago)115PHPPHP &gt;=5.5

Since May 16Pushed 9y 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 2w 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 21% 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

3377d 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

[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.6k10](/packages/helsingborg-stad-municipio)[ctessier/nova-advanced-image-field

An advanced image field for Nova with cropping and resizing.

102574.4k1](/packages/ctessier-nova-advanced-image-field)[wp-media/imagify-plugin

Image optimization plugin for WordPress by WP Media.

8169.4k](/packages/wp-media-imagify-plugin)[francodacosta/phmagick

image manipulation with php and ImageMagick

3971.9k1](/packages/francodacosta-phmagick)[pressbooks/pressbooks-book

This theme is named after Canadian media theorist Marshall McLuhan, who coined the phrase “the medium is the message.” It is designed for academic writing and is also suitable for fiction. Headings are set in Cormorant Garamond, and body type is set in Lora.

226.7k](/packages/pressbooks-pressbooks-book)[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.5k1](/packages/ayvazyan10-nova-imagic)

PHPackages © 2026

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