Browse Source

Added note to tutorial 01

Clemens-A. Brust 11 năm trước cách đây
mục cha
commit
3608901038
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      core/tutorial/01_imageio.md

+ 2 - 0
core/tutorial/01_imageio.md

@@ -40,3 +40,5 @@ Sometimes it can be useful to access metadata without reading the whole image in
 Note that _ImageFile_ attemtps to determine the file format by looking at the file name. You can override this behaviour by providing the __type__ parameter using the _Format_ enumeration.
 
 Supported file formats include PGM/PPM out of the box and those provided by libpng, libjpeg and libimagemagick++.
+
+The sample images do not need any additional libraries.