net6.0;net8.0 enable latest True linux-arm;linux-arm64;linux-x64;win-x86;win-x64;osx-arm64;osx-x64 ReFuel.Stb true True ReFuel.StbImage 2.0.2-rc.1 STBI Authors, H. Utku Maden A C# wrapper for the ubiquitous stb_image.h and stb_image_write.h library. README.md LICENSE.md images\icon.png https://refuel.mixedup.dev/docs/ReFuel.StbImage.html https://git.mixedup.dev/ReFuel/ReFuel.StbImage git stb; stb_image; stbi; image; load; save; read; write # 2.0.2 * Fixed calling convention of unmanaged function pointers. (Thanks NogginBops!) * Allocating a GC handle to StbiStreamWrapper class and passing it as userdata into stbi in order to prevent the object from being prematurely collected by the garbage collector when optimizations are enabled in Release mode. # 2.0.1 * Enabled optimizations across the board for native and managed assemblies. # 2.0.0 * Exposed stbi_image_write.h * Moved native function calls to ReFuel.Stb.Native runtimes/linux-arm/native/ true PreserveNewest runtimes/linux-arm64/native/ true PreserveNewest/ runtimes/linux-x64/native/ true PreserveNewest runtimes/linux-x86/native/ true PreserveNewest runtimes/win-x64/native/ true PreserveNewest runtimes/win-x86/native/ true PreserveNewest runtimes/osx-x64/native/ true PreserveNewest runtimes/osx-arm64/native/ true PreserveNewest