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

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

tv2regionerne/statamic-image-cropper
====================================

Image cropping fieldtype for Statamic

v1.7.0(1y ago)96.0k↓34.4%[2 issues](https://github.com/tv2regionerne/statamic-image-cropper/issues)MITVue

Since Mar 27Pushed 1y ago2 watchersCompare

[ Source](https://github.com/tv2regionerne/statamic-image-cropper)[ Packagist](https://packagist.org/packages/tv2regionerne/statamic-image-cropper)[ RSS](/packages/tv2regionerne-statamic-image-cropper/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (19)Used By (0)

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

[](#image-cropper)

[![Packagist](https://camo.githubusercontent.com/3d5c57ecc083ab08ec4cc7fabadf86b5bef791f7b77cea782fa540b8e590f170/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f747632726567696f6e65726e652f73746174616d69632d696d6167652d63726f707065722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tv2regionerne/statamic-image-cropper)[![Downloads](https://camo.githubusercontent.com/452e370cd4dbef48dc82290d891ee611577ed4ae277557d66badf1f05c79a66b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f747632726567696f6e65726e652f73746174616d69632d696d6167652d63726f707065722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tv2regionerne/statamic-image-cropper)[![License](https://camo.githubusercontent.com/969a885b28d50d320ae2ab52b6352649499d90cb5c4ce1514387b0dc943295cd/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f747632726567696f6e65726e652f73746174616d69632d696d6167652d63726f707065722e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Supported Statamic version](https://camo.githubusercontent.com/290c205d494bd45c1477cc41f6ba9e772e4b830e153c935a7ad1b3ff78abed14/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f53746174616d69632d342e302532422d464632363945)](https://github.com/statamic/cms/releases)

This addon adds an image cropping fieldtype, for those cases where focal point cropping just isn't enough.

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 search for this addon in the `Tools > Addons` section of the Statamic control panel and click **install**, or run the following command from your project root:

```
composer require tv2regionerne/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

33

—

LowBetter than 75% of packages

Maintenance28

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 54.2% 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 ~34 days

Recently: every ~64 days

Total

14

Last Release

697d ago

Major Versions

0.3.0 → v1.0.02023-05-12

### Community

Maintainers

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

---

Top Contributors

[![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)")

### Embed Badge

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

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

###  Alternatives

[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135192.6k5](/packages/statamic-rad-pack-runway)[justbetter/statamic-image-optimize

Image optimization after upload

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

A Statamic tag for building HTML-only responsive images.

1016.9k](/packages/visuellverstehen-statamic-picturesque)[daun/statamic-placeholders

Generate low-quality image placeholders for lazyloading Statamic assets

106.6k](/packages/daun-statamic-placeholders)[daun/statamic-mux

Seamless video encoding and streaming using Mux on Statamic sites

132.3k](/packages/daun-statamic-mux)[alt-design/alt-sitemap

Alt Sitemap addon, create a sitemap from Statamic entries

1219.0k](/packages/alt-design-alt-sitemap)

PHPackages © 2026

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