PHPackages                             ibelieve/statamic-image-cropper - 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. ibelieve/statamic-image-cropper

ActiveStatamic-addon[Image &amp; Media](/categories/media)

ibelieve/statamic-image-cropper
===============================

Image cropping fieldtype for Statamic

v2.0.0(3mo ago)224MITVueCI passing

Since Mar 6Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/iBelieve/statamic-image-cropper)[ Packagist](https://packagist.org/packages/ibelieve/statamic-image-cropper)[ RSS](/packages/ibelieve-statamic-image-cropper/feed)WikiDiscussions main Synced 3w ago

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

Image Cropper
=============

[](#image-cropper)

[![Packagist](https://camo.githubusercontent.com/b599e9bf635e93e5b7a3747b74b81dd4f3a365d3dc5eb80008ddb3457d3adf78/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6962656c696576652f73746174616d69632d696d6167652d63726f707065722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ibelieve/statamic-image-cropper)[![Downloads](https://camo.githubusercontent.com/1674134c36db2d6d8ab3241e072192f1d24d410ab28235e296123391edcd9be4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6962656c696576652f73746174616d69632d696d6167652d63726f707065722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ibelieve/statamic-image-cropper)[![License](https://camo.githubusercontent.com/bcf5feb3d827100d1f2cfac8b635d50dfd2cf02bdc64a88c1fadc0f208529c10/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6962656c696576652f73746174616d69632d696d6167652d63726f707065722e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Supported Statamic version](https://camo.githubusercontent.com/a01778169030304a226e31bbbc966d0ae8deb6a8536f91d36fb469440ccf9645/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f53746174616d69632d362e302532422d464632363945)](https://github.com/statamic/cms/releases)

This addon adds an image cropping fieldtype, for those cases where focal point cropping just isn't enough. This project is a fork of [tv2regionerne/statamic-image-cropper](https://github.com/tv2regionerne/statamic-image-cropper) to add compatibility with Statamic 6, since as of March 2026 the original repo has not received any updates since June 2024 and is only compatible with Statamic 4 and 5.

Features
--------

[](#features)

This fieldtype can be found under the "Media" category, and requires you to set `Image Source Field` and `Dimensions`.

[![](images/fieldtype-setup.png)](images/fieldtype-setup.png)

If you rather want to do it YAML style, this is it:

```
handle: crops
field:
  type: image_cropper
  display: Crops
  show_details: true
  source: image
  dimensions:
    '16_9': 16/9
    '1_1': 1/1
    freeform: Freeform
```

How to Install
--------------

[](#how-to-install)

You can run the following command from your project root:

```
composer require ibelieve/statamic-image-cropper
```

How to Use
----------

[](#how-to-use)

After setting up the fieldtype and have chosen an image, you get the option to select a dimension to crop: [![](images/fieldtype-buttons.png)](images/fieldtype-buttons.png)

Selecting a dimension will trigger the cropping overlay, and once you're happy with your crop you press `Save`: [![](images/fieldtype-cropping.png)](images/fieldtype-cropping.png)

In a template you can then use the crop as so:

```

```

This line of code means that you're applying a cropping action to your image. The part :crop="crops:16\_9:crop" tells the system two main things:

- `crops` is a reference (or "handle") to your specific Image Cropper setting. Remember, you should replace crops with whatever name you've given to your Image Cropper field.
- `16_9` indicates the aspect ratio for the crop. In this case, it's set to 16:9, which is a common widescreen format. You can change this to any other ratio you need for your image.

Enjoy cropping away!

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance79

Regular maintenance activity

Popularity9

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor2

2 contributors hold 50%+ of commits

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

109d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/78113dddc9400f8fde5667a61041e02649f030f4f886acd206738bc8bc8cd270?d=identicon)[iBelieve](/maintainers/iBelieve)

---

Top Contributors

[![iBelieve](https://avatars.githubusercontent.com/u/3230912?v=4)](https://github.com/iBelieve "iBelieve (15 commits)")[![FrittenKeeZ](https://avatars.githubusercontent.com/u/1186125?v=4)](https://github.com/FrittenKeeZ "FrittenKeeZ (13 commits)")[![jacksleight](https://avatars.githubusercontent.com/u/126740?v=4)](https://github.com/jacksleight "jacksleight (6 commits)")[![sylvesterdamgaard](https://avatars.githubusercontent.com/u/2431914?v=4)](https://github.com/sylvesterdamgaard "sylvesterdamgaard (5 commits)")

###  Code Quality

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/ibelieve-statamic-image-cropper/health.svg)

```
[![Health](https://phpackages.com/badges/ibelieve-statamic-image-cropper/health.svg)](https://phpackages.com/packages/ibelieve-statamic-image-cropper)
```

###  Alternatives

[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135212.4k7](/packages/statamic-rad-pack-runway)[statamic/seo-pro

68488.6k](/packages/statamic-seo-pro)[rias/statamic-redirect

29322.9k](/packages/rias-statamic-redirect)[justbetter/statamic-image-optimize

Image optimization after upload

1318.4k](/packages/justbetter-statamic-image-optimize)[visuellverstehen/statamic-picturesque

A Statamic tag for building HTML-only responsive images.

1117.7k](/packages/visuellverstehen-statamic-picturesque)[duncanmcclean/statamic-cargo

Comprehensive e-commerce addon for Statamic. Build bespoke e-commerce sites without the complexity.

3310.1k](/packages/duncanmcclean-statamic-cargo)

PHPackages © 2026

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