GitHub

Built-in Crop

Built-in Crop - face detection

Built-in Classic fullstack editor

Masking component
**Brightroom is a composable image editor library.
The motivation is to bring good user experiences in image editing in all of the applications.
'composable' means we can create customized editors for our own applications.
Which is the best user interface depends on the products.
To get the image editor embraced in a fast way, Brightroom provides built-in editors.**
Requirements
Key features
- Components are built separately and run standalone using an
EditingStack
.
- Create your own image editor UI by composing components.
EditingStack
manages the history of editing and renders images. It's like a headless browser.
- Wide color editing support
UI Components
- CropView - A view that previews how it crops the image. It supports zooming, scrolling, adjusting the guide, and more customizable appearances.
- BlurryMaskingView - A view that draws mask shapes with blur.
- ImagePreviewView - A view that previews the finalized image on
EditingStack
- MetalImageView - A view that displays the image powered by Metal.
- LoadingBlurryOverlayView - A view that displays a loading indicator and blurry backdrop view.
Instructions