Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: zigimg/zigimg

Zig 0.15.1

22 Sep 13:11
362cdd6

Choose a tag to compare

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

29 May 12:52
7144f69

Choose a tag to compare

Tagged release of zigimg that supports Zig 0.14.1

mach-2024.11.0

27 May 13:08
8663bd5

Choose a tag to compare

This is a tag for a version of zigimg that supports mach nominated 2024.11.0