PhotoEditor SDK v6.2.0 Release Notes

  • โž• Added

    • ๐Ÿ‘Œ Support for wide color images. More information is available here.
    • โž• Added redo support and optimized undo support. Each time the sticker, text or brush tool is openend, a new undo/redo stack is created and local changes within those tools can be un- and redone. The PhotoEditViewController also has support for undo and redo and performs all undo or redo operations of the tools mentioned above combined, either step by step or tool by tool (see PhotoEditViewControllerOptions.undoStepByStep).

    ๐Ÿ”„ Changed

    • M_PI has been replaced by .pi, FLT_EPSILON has been replaced by .ulpOfOne
    • โž• Adding a new sticker from within the StickerOptionsToolController now opens the already instantiated StickerToolController that was passed to PhotoEditViewController instead of creating a new instance.
    • The blur radius specified in the FocusToolController is now relative to the smaller side of the image instead of an absolute value, which means that the final output image looks like the preview image.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed a crash that occurred when setting CameraViewControllerOptions.showFilters to false.