PHPackages                             sup7even/image-cropper-configuration - 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. sup7even/image-cropper-configuration

ActiveTypo3-cms-extension[Image &amp; Media](/categories/media)

sup7even/image-cropper-configuration
====================================

Dynamic configuration for the image cropper

35[2 issues](https://github.com/supseven-at/image_cropper_configuration/issues)PHP

Since Feb 15Pushed 9y ago3 watchersCompare

[ Source](https://github.com/supseven-at/image_cropper_configuration)[ Packagist](https://packagist.org/packages/sup7even/image-cropper-configuration)[ RSS](/packages/sup7even-image-cropper-configuration/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

TYPO3 Extension `image_cropper_configuration`
=============================================

[](#typo3-extension-image_cropper_configuration)

This extension makes it possible to define the cropping configuration per `CType` if using for a content element or per table + FAL field name.

This extension is highly alpha ;)

Example
-------

[](#example)

Example showing 2 cropping configurations for the CType *exampleA* and *exampleB*.

```
defaultCropArea {
    x = 0.0
    y = 0.0
    width = 1.0
    height = 1.0
}

cropVariants {
    tt_content.exampleA {
        desktop {
            title = Desktop (1110 x 1322)
            allowedAspectRatios {
                default {
                    title = 0,84:1
                    value = 1110/1322
                }
            }
            selectedRatio = default
            cropArea < defaultCropArea

        }
        mobile {
            title = Mobile (1474 x 970)
            allowedAspectRatios {
                default {
                    title = 1,52:1
                    value = 1474/970
                }
            }
            selectedRatio = default
            cropArea < defaultCropArea
        }
    }
    tt_content.exampleB {
        desktop {
            title = Desktop (2620 x 1310)
            allowedAspectRatios {
                2:1 {
                    title = 2:1
                    value = 2.0
                }
            }
            selectedRatio = 2:1
            cropArea < defaultCropArea

        }
        mobile {
            title = Mobile (1536 x 1024)
            allowedAspectRatios {
                138:1 {
                    title = 1.38:1
                    value = 1536/1024
                }
            }
            selectedRatio = 138:1
            cropArea < defaultCropArea
        }
    }
}

```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance7

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/1d08c176686c8914d32c70d4af388887d738930fdfdf07c7ca9c841ad10ed683?d=identicon)[georgringer](/maintainers/georgringer)

![](https://www.gravatar.com/avatar/3482de733b4b88de17dbbe4378ed832b842a8d1002185f074ad14f92705a36c8?d=identicon)[jousch](/maintainers/jousch)

---

Top Contributors

[![georgringer](https://avatars.githubusercontent.com/u/1905663?v=4)](https://github.com/georgringer "georgringer (1 commits)")

---

Tags

typo3-cms-extension

### Embed Badge

![Health badge](/badges/sup7even-image-cropper-configuration/health.svg)

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

###  Alternatives

[goat1000/svggraph

Generates SVG graphs

133890.0k3](/packages/goat1000-svggraph)[imagekit/imagekit

PHP library for Imagekit

46877.3k10](/packages/imagekit-imagekit)[gravatarphp/gravatar

Gravatar URL builder which is most commonly called as a Gravatar library

12644.1k2](/packages/gravatarphp-gravatar)

PHPackages © 2026

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