소스 검색

Added note about pixel formats

Clemens-Alexander Brust 11 년 전
부모
커밋
aa98093f6a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      core/tutorial/01_imageio.md

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

@@ -39,6 +39,7 @@ file.reader(&image_in_memory);
 ```
 
 After making our changes to the image (in memory), we can write them to the file:
+
 ```c++
 file.writer(&image_in_memory);
 ```