Giter Site home page Giter Site logo

ozgung / brightroom Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fluidgroup/brightroom

0.0 0.0 0.0 283.47 MB

๐Ÿ“ท A composable image editor using Core Image and Metal.

Home Page: https://www.notion.so/muukii/Brightroom-d4c59b37610a49de8a14131d24cd6162

License: MIT License

Swift 98.69% Objective-C 0.09% Ruby 0.65% Makefile 0.02% Metal 0.31% JavaScript 0.24%

brightroom's Introduction

Brightroom - Composable image editor - building your own UI

Classic Image Editor PhotosCrop Face detection Masking component

๐ŸŽ„An open-sourced app built with Brightroom

๐ŸŽ‰ v2 now open!

โš’ Issues are managed in v2 project

๐Ÿ“Œ Pixel has been renamed as Brightroom

๐Ÿ“– Detailed documentations are available on here

๐ŸŽˆ Wanted CoreImage and Metal professional! Please help us, we have issues that we don't know how to solve. (help wanted in Issues)

โญ๏ธ If you interested in v2, hit the Star button to motivate us! ๐Ÿค 

๐Ÿช Brightroom's state management powered by Verge.

๐Ÿ’ต Support me by one-time tier

Support the project

yellow-button

Brightroom v2 provides the following 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.
  • Headless rendering with using EditingStack
  • Wide color editing supported
  • Super large photo (12000px) supported (But exporting takes so long time for now.)
  • Blazing fast previewing by Metal power.
  • Drawing supported - masking blurry
  • Creating your own filter with LUT
  • Opening the image from URL
  • Supported UIKit and SwiftUI
  • Downloading image supported

Requirements

  • Swift 5.3 (Xcode12.4+)
  • iOS 12+

Detail Documentations

Documentations

Usage

PhotosCropViewController

// Creating image provider
let imageProvider: ImageProvider = .init(image: uiImage) // url, data supported.

// Creating view controller
let controller = PhotosCropViewController(imageProvider: imageProvider)

// Setting up handling after editing finished.
controller.handers

SwiftUI supported (beta)

Not sophisticated API.
Please help us ๐Ÿคฒ

let editingStack: EditingStack

SwiftUIPhotosCropView(editingStack: editingStack, onCompleted: {
  let image = try! editingStack.makeRenderer().render().swiftUIImage
  
})

Demo applications

This repository contains a demo application.
You can see many demonstrations of what Brightroom can perform and experiments in technology.

Customization showcases

Installation

CocoaPods

pod 'Brightroom/Engine'
pod 'Brightroom/UI-Classic'
pod 'Brightroom/UI-Crop'

Swift Package Manager

dependencies: [
    .package(url: "https://github.com/muukii/Brightroom.git", exact: "2.2.0")
]

License

Brightroom is available under the MIT license. See the LICENSE file for more info.

FOSSA Status

brightroom's People

Contributors

aymenworks avatar dependabot[bot] avatar fossabot avatar imgbotapp avatar leeceny avatar muukii avatar ntnmrndn avatar sam-spencer avatar ss18 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.