Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.91 KB

File metadata and controls

33 lines (22 loc) · 1.91 KB

Hero image showing the configuration abilities of IMGLYEngine

IMGLY Creative Engine and UI - Swift Examples

This repository contains the Swift examples for the IMG.LY Engine, the core of CE.SDK, as well as examples of our mobile editor solutions and mobile camera. The Engine enables you to build any design editing UI, automation and creative workflow in Swift. It offers performant and robust graphics processing capabilities combining the best of layout, typography and image processing with advanced workflows centered around templating and adaptation.

The Engine seamlessly integrates into any iOS app whether you are building a photo editor, template-based design tool or scalable automation of content creation for your app. The mobile editor and camera are fully built on top of the Engine.

Documentation

The full documentation of the engine, the mobile editor, and the mobile camera can be found on our website. There you will learn how to integrate and configure them for your use case.

License

The Engine is a commercial product. To use it you need to unlock the SDK with a license file. You can purchase a license at https://img.ly/pricing.

Evaluation Mode

You can run the SDK in evaluation mode by passing nil or an empty string as the license key. This will add a watermark to all exports but allows you to try out the SDK without a license.

Using a License Key

In order to run the CESDK-Showcases application in this repository with a license key, use the instructions below:

  1. Get a free trial license at https://img.ly/forms/free-trial.
  2. Copy the license key.
  3. Include the license key in the secrets/Secrets.swift file:
licenseKey: ...