-
-
Notifications
You must be signed in to change notification settings - Fork 10
Crow.StbImage
Jean-Philippe Bruyère edited this page Oct 26, 2021
·
1 revision
namespace: Crow
StbImage
public class StbImage
⬜ | prototype | description |
---|---|---|
StbImage (string path, int requestedChannels=4) |
Open image file with STBI library | |
StbImage (IntPtr bitmap, ulong bitmapByteCount, int requestedChannels=4) |
Open image in memory with STBI library | |
StbImage (Stream stream, int requestedChannels=4) |
__ |
⬜ | name | description |
---|---|---|
Size |
__ |
⬜ | prototype | description |
---|---|---|
void Dispose() |
__ |
⬜ | name | description |
---|