소스 검색

Added note to tutorial 01

Clemens-A. Brust 11 년 전
부모
커밋
3608901038
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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.