PHPackages                             fixmind/img-adjuster - 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. fixmind/img-adjuster

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

fixmind/img-adjuster
====================

Simple image adjuster. You can, resize, crop, change main frame, add watermark with position and alpha settings.

3.0.1(6y ago)016MITPHPPHP &gt;=5.3

Since Sep 2Pushed 6y agoCompare

[ Source](https://github.com/fixmind/img-adjuster)[ Packagist](https://packagist.org/packages/fixmind/img-adjuster)[ Docs](https://github.com/fixmind/img-adjuster)[ RSS](/packages/fixmind-img-adjuster/feed)WikiDiscussions master Synced 4d ago

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

ImgAdjuster
===========

[](#imgadjuster)

Simple image adjuster. You can, resize, crop, change main frame, add watermark with position and alpha settings

Methods
=======

[](#methods)

- image config - setQuality, setBw
- image resize - toFit, toX, toY, toXY, toLonger, toShorter, setCrop, setPosition, setBgColor
- image watermark - setSrc, setPosition, setAlpha, setMargin

Simply Usage
============

[](#simply-usage)

```
// EXAMPLE 01
$imgAdjuster = new ImgAdjuster('source.jpeg');
$imgAdjuster->config()->setBw(false)->setQuality(90);
$imgAdjuster->saveAs('destination_01.jpg');

// EXAMPLE 02
$imgAdjuster->config()->setBw(true);
$imgAdjuster->resize()->toLonger(300)->setPosition(Horizontal::CENTER(), Vertical::MIDDLE());
$imgAdjuster->watermark()->setSrc('logo.png')->setPosition(Horizontal::CENTER(), Vertical::MIDDLE())->setAlpha(20)->setSize(20);
$imgAdjuster->saveAs('destination_02.jpg');

// EXAMPLE 03
$watermark = (new Watermark())->setSrc('logo.png')->setPosition(Horizontal::CENTER(), Vertical::TOP())->setAlpha(50);
$resize = (new Resize())->setFit(400, 300);
$imgAdjuster->config()->setWatermark($watermark)->setSize($resize);
$imgAdjuster->saveAs('destination_03.jpg'):
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity54

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

Every ~0 days

Total

2

Last Release

2447d ago

Major Versions

2.0.1 → 3.0.12019-09-02

### Community

Maintainers

![](https://www.gravatar.com/avatar/37ed65cf5153e0c8d9d555e7605690df93dcc54e9ad7d4994e216e957712c58b?d=identicon)[fixmind](/maintainers/fixmind)

---

Top Contributors

[![fixmind](https://avatars.githubusercontent.com/u/22333085?v=4)](https://github.com/fixmind "fixmind (13 commits)")

---

Tags

imageresizewatermarkpictureresample

### Embed Badge

![Health badge](/badges/fixmind-img-adjuster/health.svg)

```
[![Health](https://phpackages.com/badges/fixmind-img-adjuster/health.svg)](https://phpackages.com/packages/fixmind-img-adjuster)
```

###  Alternatives

[intervention/image

PHP Image Processing

14.3k194.3M2.2k](/packages/intervention-image)[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)[intervention/image-laravel

Laravel Integration of Intervention Image

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

A PHP class that simplifies working with images

171126.9k3](/packages/jbzoo-image)[coldume/imagecraft

A reliable and extensible PHP image manipulation library

10133.7k2](/packages/coldume-imagecraft)[bodom78/kohana-imagefly

Create resized / cropped images directly through url parameters.

5517.0k](/packages/bodom78-kohana-imagefly)

PHPackages © 2026

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