willmorgan/silverstripe-cropperfield
最新稳定版本:2.0.0
Composer 安装命令:
composer require willmorgan/silverstripe-cropperfield
包简介
Provides an interface for you to generate thumbnails of things in the CMS. Adapters can be used to extend the functionality to thumbnail videos, PDF documents, etc.
关键字:
README 文档
README
Do you need to crop your images for art direction purposes?
Perhaps this is for responsive design, or perhaps you're tired of CroppedResize, PaddedResize, Square and general centre-based resizing functionality in SilverStripe that doesn't quite meet your image cropping needs.
Maybe CropperField is for you. Whilst it's called CropperField, that's just the user interface. Behind the scenes, a clean and extensible architecture allows you to crop almost anything - external URLs, documents, video frames, etc..
For the field itself, the frontend is powered by Cropper v0.7.5 by Fengyuan Chen.
Warning: Under development / alpha. Do not use unless you are prepared to contribute!
Installation
composer require willmorgan/silverstripe-cropperfield- Specify a version constraint.
- While this module is in heavy development, you probably want to use
~0.Xor similar.
Screenshot
The field currently looks like this in a CMS setting.
Usage
- Specify a
$has_oneImagerelationship on the object that should own the cropped image. - Specify an image based
UploadFieldwhose image you wish to crop.
- Only
UploadFieldis supported right now. Non-images will break. Sorry.
- Create an
AdapterInterfaceimplementor to pass into yourCropperField
- See [1]; the adapters are generic enough for you to supply anything - as long as there's a
Fileobject backing it (regardless of whether it exists).
- Set some options, if you so desire.
- Happy cropping.
Example
In this example, a configuration like this has been set up:
$has_one = array( 'MyBigPhoto' => 'Image', 'MyArtDirectionCrop' => 'Image', );
Inside a getCMSFields call, or similar:
$uploadField = new UploadField('MyBigPhoto', 'Big Photo Uploader'); $cropperField = new CropperField\CropperField( 'MyArtDirectionCrop', 'Cropped Image', new CropperField\Adapter\UploadField( $uploadField ) );
You can now use $MyArtDirectionCrop in your template as you would any other image (i.e. you can use $ResizeRatio, $Square, etc.)
The initial benefit is the CMS user gets to specify the true focus point of a potentially high resolution image, and you / your frontend team can reuse that base cropped image responsively, be it using srcset, picture + source, etc.
Options
You can set these options on the CropperField to get some control over your CMS users' actions.
| Option name | Value example | Default value | Description |
|---|---|---|---|
aspect_ratio |
null or positive float, like 16/9 |
null |
The aspect ratio you want generated cropped images to have. |
crop_min_width |
Positive integer, like 256 |
256 |
The minimum dimensions a crop can be, in px. |
crop_min_height |
Positive integer, like 256 |
256 |
|
crop_max_width |
null or positive integer |
null |
Maximum dimensions a crop can be, in px. Blank by default because this restricts the art direction somewhat. If you wish to limit the actual generated size of the cropped image, set generated_max_* instead. |
crop_max_height |
null or positive integer |
null |
|
generated_max_width |
Positive integer, like 512 |
512 |
The maximum dimensions a generated image can be, in px. If the crop is above this, then it will be downscaled according to the declared aspect ratio, or the implied aspect ratio if one is not specified. |
generated_max_height |
Positive integer, like 512 |
512 |
Supplied Adapters
CropperField\Adapter\UploadFieldfor image based upload fields
Supplied Croppers
CropperField\Cropper\GDfor GD installations- Imagick coming soon
Customisation
- Templates: you can easily customise the template used - just override
CropperField.ss - You can write your own croppers (say, for
Imagick).- Implement the
CropperInterface - Either set it on a per-instance basis using
CropperField->setCropper() - Set it in YML, overriding
CropperFactory.cropper. The factory usesInjectorfor DI.
- Implement the
Compatibility
- While Cropper is able to support browsers as old as IE8, the
CropperFieldCMS UI has been tested only in Chrome.
Similar modules
If this doesn't look right for you*, check out some alternatives:
- @jonom has built silverstripe-focuspoint, which is powered by his popular jQuery FocusPoint library
* As a sidenote, I'd appreciate you taking the time to let me know why
Licensing
- SilverStripe CropperField is released under the BSD License; however, please note:
- Cropper v0.7.5 is released under the MIT license.
Built by
Will Morgan, who is available for hire.
willmorgan/silverstripe-cropperfield 适用场景与选型建议
willmorgan/silverstripe-cropperfield 是一款 基于 JavaScript 开发的 Composer 扩展包,目前已累计 4.26k 次下载、GitHub Stars 达 28, 最近一次更新时间为 2014 年 12 月 10 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「thumbnail」 「silverstripe」 「crop」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 willmorgan/silverstripe-cropperfield 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 willmorgan/silverstripe-cropperfield 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 willmorgan/silverstripe-cropperfield 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
A bundle providing fields for image upload with jquery upload and image cropping with jcrop for symfony2
A PHP library for fetching thumbnails from a URL
A image cropping field for kirby.
Analytics chooser extensions for site settings.
A Gokaru storage & thumbnail server PHP client
统计信息
- 总下载量: 4.26k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 29
- 点击次数: 22
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2014-12-10
