瀏覽代碼

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);
 ```