Releases: zigimg/zigimg
Zig 0.15.1
The migration to Zig 0.15 introduced many breaking changes to I/O API that required many changes to several functions. Since everything is breaking, I made the decision to switch Image and ImageUnmanaged around like ArrayList in 0.15 standard library. Now Image does not keep the allocator around, you'll need to use Image.Managed for that. The image editor is also now exposed via Image.Editor.
Buffer is required when reading or writing to files. You can use zigimg.io.DEFAULT_BUFFER_SIZE if you are unsure which buffer size to use.
If you used the image format directly, you'll need to use the new zigimg.io.ReadStream and zigimg.io.WriteStream that manage seeking for file or memory sources and will give you a pointer to std.Io.Reader or std.Io.Writer.
zigimg-zig-0.14.1
Tagged release of zigimg that supports Zig 0.14.1
mach-2024.11.0
This is a tag for a version of zigimg that supports mach nominated 2024.11.0