PhotoEditor SDK v6.0.0 Release Notes

  • ➕ Added

    • Stickers can be grouped into individual categories and their color can be changed by the user.
    • 🆕 New initializers for PhotoEditViewController: init(data: Data), init(data: Data, configuration: Configuration) and init(data: Data, menuItems: [MenuItem], configuration: Configuration) which allow passing an image as data in which case EXIF information can be preserved.
    • PhotoEditModel is a Swift struct now. When using Objective-C you can use IMGLYBoxedPhotoEditModel instead where needed.

    🔄 Changed

    • 💻 The crop UI has been completely revised and supports arbitrary rotations now.
    • ⚡️ Updated the UI of the focus tool so that the user can change the width of the focus gradient.
    • ⚡️ Updated the overall look and feel of the UI.
    • Custom fonts can be added to the SDK.
    • 🐎 Many performance improvements.
    • 👍 Asset datasources support remote sources out of the box now.