Git Product home page Git Product logo

novatio-silverstripe-aviary's Introduction

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


Requirements

SilverStripe >= 3.1

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.

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

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.

To enable this add the following to your config:

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:

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.


Attribution

novatio-silverstripe-aviary's People

Contributors

gavro avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.