Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lanthale authored Oct 6, 2022
1 parent 7e4e1ae commit c9d59dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Point to the maven coordinates:

- In the Class where the start method is add as one of the first lines the following code to install the file handler:

`RAWImageLoaderFactory.install();`
`RAWImageLoaderFactory.install();
RawDecoderSettings settings=RAWImageLoaderFactory.getDecoderSettings();
settings.setAutoBrightness(true);`
//use the setters provided. They settings will take effect on the next call
Expand Down

0 comments on commit c9d59dc

Please sign in to comment.