commit 0307fd7c788ccf3ad0ba43b938c2187ea001ffa5 parent d1bd194309d42418844e41913a878eb31f2c9210 Author: Anders Damsgaard <anders.damsgaard@geo.au.dk> Date: Sat, 15 Feb 2014 15:51:29 +0100 updated example images with GUI Diffstat:
M | README.rst | | | 21 | ++++++++++++++++----- |
A | colorreduced.jpg | | | 0 | |
A | downsampled.jpg | | | 0 | |
D | fisker-pattern.png | | | 0 | |
A | original.jpg | | | 0 |
5 files changed, 16 insertions(+), 5 deletions(-)
diff --git a/README.rst b/README.rst @@ -35,13 +35,24 @@ Show color-by-color output images. Show product names of needed yarn colors. Example ------- -.. image:: fiskeren.jpg - :scale: 50 % +Original image: + +.. image:: original.jpg + :scale: 70 % :alt: Original image :align: center -.. image:: fisker-pattern.png - :scale: 60 % - :alt: Cross stitching pattern +Down sampled image: + +.. image:: downsampled.jpg + :scale: 70 % + :alt: Original image + :align: center + +Color reduced image: + +.. image:: colorreduced.jpg + :scale: 70 % + :alt: Original image :align: center diff --git a/colorreduced.jpg b/colorreduced.jpg Binary files differ. diff --git a/downsampled.jpg b/downsampled.jpg Binary files differ. diff --git a/fisker-pattern.png b/fisker-pattern.png Binary files differ. diff --git a/original.jpg b/original.jpg Binary files differ.