Browse Source

Added note about sample images, cleaned up directory structure

Clemens-Alexander Brust 11 years ago
parent
commit
a500c79234

+ 0 - 0
core/tutorial/00_install.md → core/tutorial/doc/00_install.md


+ 0 - 0
core/tutorial/01_imageio.md → core/tutorial/doc/01_imageio.md


+ 0 - 0
core/tutorial/02_grayscale.md → core/tutorial/doc/02_grayscale.md


+ 0 - 0
core/tutorial/03_color.md → core/tutorial/doc/03_color.md


+ 0 - 0
core/tutorial/04_filter.md → core/tutorial/doc/04_filter.md


+ 20 - 0
core/tutorial/doc/samples.md

@@ -0,0 +1,20 @@
+# Sample images for sample code
+NICE-core supports PPM and PGM images out of the box without any additional
+dependencies.
+
+See the __samples__ folder for sample images that work with the sample code
+from the tutorials.
+
+## Grayscale sample images
+The grayscale samples are 8-bit PGM files.
+You can use them with the following sample programs:
+
+* Tutorial 02
+* Tutorial 03
+* Tutorial 04
+
+## Color sample images
+The color samples are 8-bit-per-channel PPM images.
+They work with the sample code from these tutorials:
+
+* Tutorial 01

+ 0 - 0
core/tutorial/sample_01.ppm → core/tutorial/samples/peppers_color.ppm


+ 0 - 0
core/tutorial/sample_02.pgm → core/tutorial/samples/peppers_gray.pgm