This commit is contained in:
@@ -48,7 +48,7 @@ ReadOnlySpan<Pixel> pixels = image.AsSpan<Pixel>();
|
||||
You can write any image file using `StbImage.WritePng`/`WriteBmp`/`WriteTga`/`WriteHdr` and `WriteJpg` functions. These will take a span, a stream and information about the format of
|
||||
the image.
|
||||
|
||||
If your wish is to write an `StbImage` instance back to disk, you can use the instance
|
||||
If you wish to write an `StbImage` instance back to disk, you can use the instance
|
||||
functions of the same name.
|
||||
|
||||
```cs
|
||||
@@ -69,7 +69,7 @@ image.WriteJpg(stream, quality);
|
||||
```
|
||||
|
||||
> [!WARNING]
|
||||
> These funtions depend on non-thread safe global options. Even though the
|
||||
> These functions depend on non-thread safe global options. Even though the
|
||||
> functions themselves are reentrant, it might require some synchronization.
|
||||
> This is a limitation of `stb_image_write` rather than `ReFuel.StbImage`.
|
||||
|
||||
|
||||
+1
-1
Submodule src/Dashboard updated: 49257574f4...9dc6175f8b
+1
-1
Submodule src/ReFuel updated: 7de1910e9e...a68444b97e
+1
-1
Submodule src/ReFuel.StbImage updated: b7983c96b2...7bbb738199
Reference in New Issue
Block a user