Skip to content

Commit 024c93e

Browse files
authored
Update README.md
1 parent 1fd2a0c commit 024c93e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ View and navigate through the polar image in a projection view:
5151

5252
## Image Manipulation
5353

54-
Add a custom or predefined tonemapper to your image:
54+
Add a custom or predefined filter to your image:
5555

5656
![alt text](https://github.com/kopaka1822/ImageViewer/blob/master/examples/balcony_tonemapper.png)
5757

58-
Or define a custom tonemapper like this. Tonemapper are GLSL compute shader. The work group size will be set by the application and only the main method needs to be implemented (this method will be called once for every pixel).
58+
Or define a custom filter like this. Filter are GLSL compute shader. The work group size will be set by the application and only the main method needs to be implemented (this method will be called once for every pixel).
5959

6060
```glsl
6161
// general information about the shader

0 commit comments

Comments
 (0)