Explorar o código

Added note about pixel formats

Clemens-Alexander Brust %!s(int64=11) %!d(string=hai) anos
pai
achega
aa98093f6a
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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);
 ```