PHPackages                             goldfinch/focuspoint-extra - 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. goldfinch/focuspoint-extra

ActiveSilverstripe-vendormodule[Image &amp; Media](/categories/media)

goldfinch/focuspoint-extra
==========================

Image Editor for quick image alt/title, name and focus point updates

v2.0.1(1y ago)1441MITPHPPHP &gt;=8.0

Since Jan 18Pushed 1y ago1 watchersCompare

[ Source](https://github.com/goldfinch/image-settings)[ Packagist](https://packagist.org/packages/goldfinch/focuspoint-extra)[ RSS](/packages/goldfinch-focuspoint-extra/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (7)Versions (7)Used By (0)

🦅 Image Editor for Silverstripe
===============================

[](#-image-editor-for-silverstripe)

[![Silverstripe Version](https://camo.githubusercontent.com/a798a57963ddebe0c33c27c757b7722fc95a0a6cc52f7c1839a90238934cafe4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f53696c7665727374726970652d253545352e312d3030356165312e7376673f6c6162656c436f6c6f723d7768697465266c6f676f436f6c6f723d666666666666266c6f676f3d646174613a696d6167652f7376672b786d6c3b6261736536342c50484e325a79423462577875637a30696148523063446f764c336433647935334d793576636d63764d6a41774d43397a646d636949485a705a58644362336739496a41674d4341784d4445754d446b78494455344c6a55314e5349675a6d6c7362443069497a41774e57466c4d53496765473173626e4d36646a30696148523063484d364c7939325a574e30595335706279397559573576496a3438634746306143426b50534a4e4e5441754d444531494455754f445534624330794d5334794f444d674d5451754f5745324c6a55674e693431494441674d434177494463754e445134494445774c6a59314e4777794d5334794f444d744d5451754f574d344c6a67784d7930324c6a4533494449774c6a6b324c5451754d444934494449334c6a457a494451754e7a6732637a51754d444934494449774c6a6b324c5451754e7a6731494449334c6a457a624330324c6a59354d5341304c6a59334e6d4d314c6a55304d6941354c6a51784f4341784f4334774e7a67674e5334304e5455674d6a4d754e7a637a4c5451754e6a553051544d794c6a513349444d794c6a5133494441674d434177494455774c6a41784e5341314c6a67324d6e70744d5334774e5467674e4459754f444933624449784c6a49344e4330784e433435595459754e5341324c6a55674d434178494441744e7934304e446b744d5441754e6a557a5444517a4c6a59794d7941304d6934774d6a686a4c5467754f44457a494459754d5463744d6a41754f545535494451754d4449354c5449334c6a45794f5330304c6a63344e484d744e4334774d6a6b744d6a41754f545535494451754e7a67304c5449334c6a45794f5777324c6a59354d5330304c6a59334e6b4d794d6934304d79307a4c6a6b334e6941354c6a67354e4330754d44457a494451754d546b34494445774c6a41354e6d457a4d6934304e79417a4d6934304e794177494441674d4341304e6934344e7a55674e4449754e546b7965694976506a777663335a6e50673d3d)](https://packagist.org/packages/goldfinch/image-editor)[![Package Version](https://camo.githubusercontent.com/654a4057e9170dc5506edc0db892fa66aa6ff1935d04752ec9acb3269944bf80/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f676f6c6466696e63682f696d6167652d656469746f722e7376673f6c6162656c436f6c6f723d33333326636f6c6f723d463843363330266c6162656c3d56657273696f6e)](https://packagist.org/packages/goldfinch/image-editor)[![Total Downloads](https://camo.githubusercontent.com/4e0d57a486a8c6c62c5fcfefdb253b82182d4ad30322590771b967a540d4d518/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f676f6c6466696e63682f696d6167652d656469746f722e7376673f6c6162656c436f6c6f723d33333326636f6c6f723d463843363330266c6162656c3d446f776e6c6f616473)](https://packagist.org/packages/goldfinch/image-editor)[![License](https://camo.githubusercontent.com/7fec469e9246127425dc1801928ec9977fb1748194517bf0d969bd007a3fa1ba/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f676f6c6466696e63682f696d6167652d656469746f722e7376673f6c6162656c436f6c6f723d33333326636f6c6f723d463843363330266c6162656c3d4c6963656e7365)](https://packagist.org/packages/goldfinch/image-editor)

Provides a full list of all available images for a quick Alt/Title, Filename and Focus Point update.

Apart from that, it comes with two custom fields: `EditableUploadField`, `EditableSortableUploadField` (based on `UploadField`, `SortableUploadField`) enchanted with an inline editor for quick access and update, without leaving the page or making too many clicks. To more other additions: `ImageCoordsField` and `GridFieldManyManyFocusConfig`.

Install
-------

[](#install)

```
composer require goldfinch/image-editor
```

Usage
-----

[](#usage)

#### Editable UploadField

[](#editable-uploadfield)

```
use SilverStripe\Assets\Image;
use Goldfinch\ImageEditor\Forms\EditableUploadField;

private static $has_one = [
    'Image' => Image::class,
];

private static $owns = [
    'Image',
];

public function getCMSFields()
{
    $fields = parent::getCMSFields();

    $fields->addFieldsToTab(
        'Root.Main',
        [
            // [
            //     TextField::create('Title')
            //     Other fields ...
            // ],
            ...EditableUploadField::create('Image', 'Image', $fields, $this)->getFields(),
            // [
            //     Other fields ...
            // ],
        ]
    );

    return $fields;
}
```

#### Editable SortableUploadField

[](#editable-sortableuploadfield)

```
use SilverStripe\Assets\Image;
use Goldfinch\ImageEditor\Forms\EditableSortableUploadField;

private static $many_many = [
    'Images' => Image::class,
];

private static $many_many_extraFields = [
    'Images' => [
        'SortExtra' => 'Int',
    ]
];

private static $owns = [
    'Images',
];

public function getCMSFields()
{
    $fields = parent::getCMSFields();

    $fields->addFieldsToTab(
        'Root.Main',
        [
            // [
            //     TextField::create('Title')
            //     Other fields ...
            // ],
            ...EditableSortableUploadField::create('Images', 'Images', $fields, $this)->getFields(),
            // [
            //     Other fields ...
            // ],
        ]
    );

    return $fields;
}
```

#### Editable GridField

[](#editable-gridfield)

```
use SilverStripe\Assets\Image;
use SilverStripe\Forms\GridField\GridField;
use Goldfinch\ImageEditor\Forms\GridField\GridFieldManyManyFocusConfig;

private static $many_many = [
    'Images' => Image::class,
];

private static $many_many_extraFields = [
    'Images' => [
        'SortOrder' => 'Int',
    ]
];

private static $owns = [
    'Images',
];

public function getCMSFields()
{
    $fields = parent::getCMSFields();

    $fields->addFieldsToTab(
        'Root.Main',
        [
            GridField::create('ImageAttributes', 'Images', $this->Images(), GridFieldManyManyFocusConfig::create()),
        ]
    );

    return $fields;
}
```

#### Editable ImageCoords

[](#editable-imagecoords)

```
use SilverStripe\Assets\Image;
use Goldfinch\ImageEditor\Forms\ImageCoordsField;

private static $has_one = [
    'Image' => Image::class,
];

private static $owns = [
    'Image',
];

public function getCMSFields()
{
    $fields = parent::getCMSFields();

    $fields->addFieldsToTab(
        'Root.Main',
        [
            ImageCoordsField::create($this, 'Image'),
        ]
    );

    return $fields;
}
```

Previews
--------

[](#previews)

#### Image Editor admin

[](#image-editor-admin)

[![Image Editor admin](screenshots/admin.jpeg)](screenshots/admin.jpeg)

#### Image edit page

[](#image-edit-page)

[![Image edit page](screenshots/admin-edit.jpeg)](screenshots/admin-edit.jpeg)

#### Editable UploadField

[](#editable-uploadfield-1)

[![Editable-UploadField](screenshots/editable-UploadField.jpeg)](screenshots/editable-UploadField.jpeg)

#### Editable SortableUploadField

[](#editable-sortableuploadfield-1)

[![Editable SortableUploadField](screenshots/editable-SortableUploadField.jpeg)](screenshots/editable-SortableUploadField.jpeg)

#### Editable GridField

[](#editable-gridfield-1)

[![Editable GridField](screenshots/editable-grid.jpeg)](screenshots/editable-grid.jpeg)

#### Editable ImageCoords

[](#editable-imagecoords-1)

[![Editable ImageCoords](screenshots/image-coords.jpeg)](screenshots/image-coords.jpeg)

References
----------

[](#references)

**Pre-installed packages included in this module**

- [bummzack/sortablefile](https://github.com/bummzack/sortablefile)
- [symbiote/silverstripe-gridfieldextensions](https://github.com/symbiote/silverstripe-gridfieldextensions)
- [stevie-mayhew/hasoneedit](https://github.com/stevie-mayhew/hasoneedit)
- [jonom/focuspoint](https://github.com/jonom/silverstripe-focuspoint)

*and thanks to*

- [jonom/silverstripe-image-coord](https://github.com/jonom/silverstripe-image-coord)
- [seppzzz/silverstripe-image-coord](https://github.com/seppzzz/silverstripe-image-coord)
- [axllent/silverstripe-meta-editor](https://github.com/axllent/silverstripe-meta-editor)

License
-------

[](#license)

The MIT License (MIT)

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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 ~23 days

Recently: every ~28 days

Total

6

Last Release

726d ago

Major Versions

v1.0.3 → v2.0.02024-03-07

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2291826?v=4)[goldfinch](/maintainers/goldfinch)[@goldfinch](https://github.com/goldfinch)

---

Top Contributors

[![goldfinch](https://avatars.githubusercontent.com/u/2291826?v=4)](https://github.com/goldfinch "goldfinch (62 commits)")

---

Tags

silverstripefocus pointalt-title-image-updateimage-coordsgridfield-image-editorimage-editor-silverstripe

### Embed Badge

![Health badge](/badges/goldfinch-focuspoint-extra/health.svg)

```
[![Health](https://phpackages.com/badges/goldfinch-focuspoint-extra/health.svg)](https://phpackages.com/packages/goldfinch-focuspoint-extra)
```

###  Alternatives

[silverstripe/cms

The SilverStripe Content Management System

5163.4M1.3k](/packages/silverstripe-cms)[heyday/silverstripe-responsive-images

Configure and send a series of image size options to the client without loading any resources until a media query can be executed.

5387.7k6](/packages/heyday-silverstripe-responsive-images)[andrewhoule/silverstripe-photogallery

Creates a basic photo gallery pagetype with albums and photos. Photos within albums are opened with a lightbox.

117.0k1](/packages/andrewhoule-silverstripe-photogallery)[chrometoaster/silverstripe-image-quality

Adds Quality function to images

1013.0k1](/packages/chrometoaster-silverstripe-image-quality)[dnadesign/silverstripe-lazyloaded-image

Implements the LQIP (Low Quality Image Placeholder) pattern powered by lazysizes

1011.4k4](/packages/dnadesign-silverstripe-lazyloaded-image)

PHPackages © 2026

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