diff --git a/README.md b/README.md
index 8206e28e04194631870498e34ac0878e847ceaa6..dea11450ae717bb4edcf913c84911aaaa07cfb5d 100755
--- a/README.md
+++ b/README.md
@@ -33,6 +33,8 @@ Choose the color chanel on which to calculate the registration (`reference chane
 
 If the `reference frame` parameter is set to `previous`, the registration of each frame will be calculated by comparing it to its previous frame (previously aligned). You can also choose to calculate the alignement of all frames compared to the middle (temporally) frame or all frames compared to the first frame of the movie.
 
+![parameters screenshot](./imgs/parameters.png "Registration parameters")
+
 The other parameters are parameters to use [itk-elastix](https://elastix.lumc.nl/) to calculate the registration.
 * `show log`: to see the log of Elastix calculation
 * `do rigid`: performs a rigid (affine) transformation step, that allowed to correct for translations/rotations.
diff --git a/imgs/parameters.png b/imgs/parameters.png
new file mode 100644
index 0000000000000000000000000000000000000000..4c9c24175d44f9e1b8da6fb1d3a1e30068d23425
Binary files /dev/null and b/imgs/parameters.png differ