PHPackages                             cent4auka/rtimage - 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. cent4auka/rtimage

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

cent4auka/rtimage
=================

Resize tool image

v1.0.3(10y ago)010MITPHPPHP &gt;=5.4.0

Since Jan 13Pushed 10y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (6)Used By (0)

rtimage
-------

[](#rtimage)

Resize tool image

Installing via Composer
------------------------

[](#installing-via-composer-)

If you do not already have Composer installed, you may do so by following the instructions at [getcomposer.org](https://getcomposer.org/download/). On Linux you'll run the following commands:

```
curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer
```

Please refer to the [Composer Documentation](https://getcomposer.org/doc/) if you encounter any problems or want to learn more about Composer usage.

If you had Composer already installed before, make sure you use an up to date version. You can update Composer by running `composer self-update`.

With Composer installed, you can install Yii by running the following commands under a Web-accessible folder:

```
composer require "cent4auka/rtimage:~1.0"
```

Usage
-----

[](#usage)

```
$image = new \ResizeTool\Image($filePath);
$image->resize(100, 100);
$image->save();

// or

$image = new \ResizeTool\Image($originFilePath);
$image->resize(100, 100)
	->save($resultFilePath);
```

Methods
-------

[](#methods)

```
$image = new \ResizeTool\Image($filePath);

// methods of image:
$image->setBackgroudColor(0xFFFFFF)
$image->resize(100, 100);
$image->crop(400, 0, 300, 300)
$image->cropCenter(300, 300)

$image->save();
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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

Every ~32 days

Total

4

Last Release

3677d ago

### Community

Maintainers

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

---

Top Contributors

[![cent4auka](https://avatars.githubusercontent.com/u/3216289?v=4)](https://github.com/cent4auka "cent4auka (6 commits)")

---

Tags

imagelibrarytoolresize

### Embed Badge

![Health badge](/badges/cent4auka-rtimage/health.svg)

```
[![Health](https://phpackages.com/badges/cent4auka-rtimage/health.svg)](https://phpackages.com/packages/cent4auka-rtimage)
```

###  Alternatives

[sybio/image-workshop

Powerful PHP class using GD library to work easily with images including layer notion (like Photoshop or GIMP)

860918.1k11](/packages/sybio-image-workshop)[stefangabos/zebra_image

A single-file, lightweight PHP library designed for efficient image manipulation featuring methods for modifying images and applying filters

141110.4k6](/packages/stefangabos-zebra-image)[reliqarts/laravel-guided-image

Simplified and ready image manipulation for Laravel via intervention image.

351.4k](/packages/reliqarts-laravel-guided-image)[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)
