Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Bảo Gia committed Aug 3, 2021
2 parents 2f89ad3 + de3b5c2 commit 0d422fe
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
</p>

# Note
(The difference between the 2 platforms is huge - Be careful when using)
**The difference between the 2 platforms is huge - Be careful when using**
<br/>
This lib is for personal use, so if you customize your style or change something, Please fork this library and check the detailed documentation in the original library:

- [iOS](https://github.com/muukii/Brightroom)
Expand Down Expand Up @@ -38,7 +39,7 @@ This lib is for personal use, so if you customize your style or change something

| iOS | Android |
| :---------------------------------: | :-------------------------------------: |
| ![](resources/tool_ios.png) | ![](resources/tools_android.png) |
| ![](resources/tools_ios.png) | ![](resources/tools_android.png) |

## Requirements

Expand Down Expand Up @@ -72,19 +73,15 @@ const result = await PhotoEditor.open(Options);
| ![](resources/filters_ios.png) | ![](resources/filters_android.png) |

### Custom Filters(iOS)
## LUT (Hald image)
#### LUT (Hald image)

[How to create cube data from LUT Image](https://www.notion.so/CoreImage-How-to-create-cube-data-from-LUT-Image-for-CIColorCube-CIColorCubeWithColorSpace-9e554fd418e8463abb25d6232613ac1c)

Regarding LUT, the format of LUT changed from v2.

<img width=120px src="[https://user-images.githubusercontent.com/1888355/112709344-0ca56200-8efc-11eb-9812-523de3c0fdf3.png](https://user-images.githubusercontent.com/1888355/112709344-0ca56200-8efc-11eb-9812-523de3c0fdf3.png)"/>

We can download the neutral LUT image from [lutCreator.js](https://sirserch.github.io/lut-creator-js/#).
### [Hald Images](https://3dlutcreator.com/3d-lut-creator---materials-and-luts.html)
#### [Hald Images](https://3dlutcreator.com/3d-lut-creator---materials-and-luts.html)
> Hald is a graphical representation of 3D LUT in a form of a color table which contains all of the color gradations of 3D LUT. If Hald is loaded into editing software and a color correction is applied to it, you can use 3D LUT Creator to convert your Hald into 3D LUT and apply it to a photo or a video in your editor.
(Detailed documentations are available on here)[https://www.notion.so/Creating-your-own-filters-LUT-d1942f2f5bcc44d88481d0a0cc4aacb3#d7bba7a891234ea48f1854b5e555366a]
[Detailed documentations are available on here](https://www.notion.so/Creating-your-own-filters-LUT-d1942f2f5bcc44d88481d0a0cc4aacb3#d7bba7a891234ea48f1854b5e555366a)

**IMPORTANT**
You have to copy [this folder](https://github.com/baronha/react-native-photo-editor/tree/master/resources/LUTs) and paste in Xcode root folder
Expand Down

0 comments on commit 0d422fe

Please sign in to comment.