Skip to content

Replace Io with a pure zig implementation#146

Merged
dmtrKovalenko merged 11 commits intodmtrKovalenko:mainfrom
shreyassanthu77:new-io
Oct 22, 2025
Merged

Replace Io with a pure zig implementation#146
dmtrKovalenko merged 11 commits intodmtrKovalenko:mainfrom
shreyassanthu77:new-io

Conversation

@shreyassanthu77
Copy link
Copy Markdown
Collaborator

@shreyassanthu77 shreyassanthu77 commented Oct 22, 2025

  • update imgz
  • replace io with a pure zig implementation

@shreyassanthu77 shreyassanthu77 marked this pull request as ready for review October 22, 2025 18:58
src/io/io.zig Outdated
/// Image data is owned by the caller and must be freed using `allocator.free`.
///
/// Also checkout `loadImage`
pub fn loadImageEx(allocator: std.mem.Allocator, file_path: []const u8, format: ImageFormat) !Image {
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what does Ex mean?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

extended

@dmtrKovalenko dmtrKovalenko merged commit 1f53db8 into dmtrKovalenko:main Oct 22, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

diff PNG is missing IEND chunk/invalid CRC checksum

2 participants