PHPackages                             armd-pro/image - 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. armd-pro/image

ActiveLibrary[Image &amp; Media](/categories/media)

armd-pro/image
==============

Image is a PHP library

1.0.0(8y ago)0227MITPHPPHP &gt;=5.5

Since Nov 21Pushed 8y ago1 watchersCompare

[ Source](https://github.com/aivazoff/image)[ Packagist](https://packagist.org/packages/armd-pro/image)[ Docs](https://github.com/armd-pro/image)[ RSS](/packages/armd-pro-image/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

Image Resize and Crop
=====================

[](#image-resize-and-crop)

Example
-------

[](#example)

```
if($normalize = !$cropMode) {
    $cropMode = Image::RESIZE_MODE_NORMALIZE;
}

$image = new ImageFromFile($imagePath);

if(!$w) {
    $image->resizeByHeight($h, $normalize);
} else if(!$h) {
    $image->resizeByWidth($w, $normalize);
} else {
    $image->resize($w, $h, $cropMode);
}

$image->output();
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

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

3097d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e1e5be33c9b7092b9f4d52fda0df81498f69b18bc898c197c30e21eff7f67241?d=identicon)[aivazoff](/maintainers/aivazoff)

---

Tags

imageimage-cropimage-resizeimageimage resizeimage-cropimage modification

### Embed Badge

![Health badge](/badges/armd-pro-image/health.svg)

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

###  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)[liip/imagine-bundle

This bundle provides an image manipulation abstraction toolkit for Symfony-based projects.

1.7k38.3M217](/packages/liip-imagine-bundle)[spatie/image

Manipulate images with an expressive API

1.4k54.4M138](/packages/spatie-image)[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)

PHPackages © 2026

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