Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanBieler authored Jul 9, 2022
1 parent 4860f33 commit e06c3c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

Minimal bindings for the [LibRaw](https://www.libraw.org/) library. The purpose of this package to read
raw file and access the data, but not to do post-processing (although a navie demoisaic algorithm is provided for debugging). Colors.jl
and Images.jl coulld be used for further post-processing.
and Images.jl could be used for further post-processing.

Bindings were automatically generated using [Clang.jl](https://github.com/JuliaInterop/Clang.jl), see `gen/generator.jl`.

Expand All @@ -26,4 +26,4 @@ LibRaw.subtract_black!(raw_img)
@assert LibRaw.color_description(raw_img) == "RGBG"

img = LibRaw.demoisaic(LibRaw.BayerAverage(), raw_img)#h x w x 4 Array
```
```

0 comments on commit e06c3c1

Please sign in to comment.