PhotoEditor SDK v9.1.0 Release Notes

  • โž• Added

    • โž• Added Effect type as the base class for any filter effect that can be applied to an image.
    • โž• Added new duotone filter effect DuoToneEffect.

    ๐Ÿ”„ Changed

    • ๐Ÿ—„ The PhotoEffect class has been deprecated. Its initializers have been split into two new Effect subclasses. The LUTEffect is the most commonly used filter effect based on an image-based lookup table (LUT) and the CoreImageEffect allows to use any registered Core Image filter.
    • ๐Ÿ—„ All occurrences of photoEffect have been renamed to effect. Backward-compatible interfaces are introduced and marked as deprecated. Xcode will provide renaming suggestions.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed rare crash when opening the frame tool.
    • ๐Ÿ›  Fixed image export with colorized stickers.
    • ๐Ÿ›  Fixed deserializations with colorized stickers.
    • ๐Ÿ›  Fixed readability issue with the text input field in the text design tool. The text input string does not change its color anymore.