2017 © Pedro Peláez
 

silverstripe-module silverstripe-aviary

A SilverStripe Image editor, built with the Aviary Photo Editor.

image

novatio/silverstripe-aviary

A SilverStripe Image editor, built with the Aviary Photo Editor.

  • Friday, July 1, 2016
  • by gavro
  • Repository
  • 3 Watchers
  • 5 Stars
  • 25 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 2 Open issues
  • 5 Versions
  • 4 % Grown

The README.md

silverstripe-aviary

A SilverStripe Image editor, built with the Aviary Photo Editor (or Adobe Creative SDK Image Editing component). The editor is usable in the Assets Admin & in the HtmlEditorField Image component. silverstripe-aviary, (*1)


Requirements

SilverStripe >= 3.1, (*2)

Installation

Composer

  1. composer require novatio/silverstripe-aviary
  2. Add your aviary configuration (see below)
  3. Run a dev/build?flush=1

Manual

  1. Save into folder named 'aviary/' in the root of your SilverStripe installation.
  2. Add your aviary configuration (see below)
  3. Run a dev/build?flush=1

Configuration

  1. Create a new application on the Adobe Creative SDK site
  2. Add your ClientID to mysite/_config/config.yml:
Aviary:
  ClientID: '<your client id>'

By default this aviary module will use the default Adobe Creative SDK Image Editing flow: It will use the default onSave method, which will save the generated image to the Creative Cloud and then sync this file you your own filesystem., (*3)

This method imposes two limits: Editing/output is limited to 1 megapixel and 250.000 saves a month., (*4)

This module provides a config setting so that all image logic is processed locally, on your own server. Processing all saves locally will probably enable you to handle larger files without a save limitation., (*5)

To enable this add the following to your config:, (*6)

Aviary:
  LocalProcessing: true

Note: With this setting the Adobe Creative SDK library (JavaScript) is still loaded from Adobe's servers. If you also want to load this from your own server add the following config directive:, (*7)

Aviary:
  LocalProcessing: true
  UseLocalLibrary: true

Please check the Adobe Creative SDK Terms of Use to be sure local processing and loading the library from your own server is allowed., (*8)


Attribution

The Versions

01/07 2016

1.0.x-dev

1.0.9999999.9999999-dev https://github.com/novatio/silverstripe-aviary

A SilverStripe Image editor, built with the Aviary Photo Editor.

  Sources   Download

BSD-3-Clause

The Requires

 

by Gabrijel Gavranović

file assets files editor image silverstripe images htmleditor

01/07 2016

dev-master

9999999-dev https://github.com/novatio/silverstripe-aviary

A SilverStripe Image editor, built with the Aviary Photo Editor.

  Sources   Download

BSD-3-Clause

The Requires

 

by Gabrijel Gavranović

file assets files editor image silverstripe images htmleditor

01/07 2016

1.0.2

1.0.2.0 https://github.com/novatio/silverstripe-aviary

A SilverStripe Image editor, built with the Aviary Photo Editor.

  Sources   Download

BSD-3-Clause

The Requires

 

by Gabrijel Gavranović

file assets files editor image silverstripe images htmleditor

23/05 2016

1.0.1

1.0.1.0 https://github.com/novatio/silverstripe-aviary

A SilverStripe Image editor, built with the Aviary Photo Editor.

  Sources   Download

BSD-3-Clause

The Requires

 

by Gabrijel Gavranović

file assets files editor image silverstripe images htmleditor

14/03 2016

1.0.0

1.0.0.0 https://github.com/novatio/silverstripe-aviary

A SilverStripe Image editor, built with the Aviary Photo Editor.

  Sources   Download

BSD-3-Clause

The Requires

 

by Gabrijel Gavranović

file assets files editor image silverstripe images htmleditor