Thanks to visit codestin.com
Credit goes to github.com
Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
silbinarywolf
/
zigimg
Public
forked from
zigimg/zigimg
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 4, 2024
Merge pull request #161 from zigimg/png-memory-fix
Show description for 2224f91
mlarouche
authored
2224f91
View commit details
Copy full SHA for 2224f91
Browse repository at this point
Removed usages of old const
Igor Stojkovic
committed
8c678db
View commit details
Copy full SHA for 8c678db
Browse repository at this point
Solved the png reader memory issues
Igor Stojkovic
committed
97bbf16
View commit details
Copy full SHA for 97bbf16
Browse repository at this point
Commits on Feb 3, 2024
Merge pull request #160 from Beyley/patch-1
mlarouche
authored
61862e6
View commit details
Copy full SHA for 61862e6
Browse repository at this point
Fix memory leak in png read
Beyley
authored
d54b946
View commit details
Copy full SHA for d54b946
Browse repository at this point
Commits on Jan 21, 2024
Merge pull request #158 from zigimg/png-out-of-memory-fix
Show description for f699880
mlarouche
authored
f699880
View commit details
Copy full SHA for f699880
Browse repository at this point
Removed png reader usage of FixedBufferAllocator
Igor Stojkovic
committed
f4a919c
View commit details
Copy full SHA for f4a919c
Browse repository at this point
Fixed error reporting in png reader
Igor Stojkovic
committed
3007f08
View commit details
Copy full SHA for 3007f08
Browse repository at this point
Commits on Jan 18, 2024
Merge pull request #157 from nolanderc/simd-suggested-length
Show description for 11e5d8b
mlarouche
authored
11e5d8b
View commit details
Copy full SHA for 11e5d8b
Browse repository at this point
remove usage of deprecated function (ziglang/zig#18318)
nolanderc
committed
84ed54a
View commit details
Copy full SHA for 84ed54a
Browse repository at this point
Commits on Jan 6, 2024
Merge pull request #156 from MidstallSoftware/fix/zig-master
mlarouche
authored
ad6ad04
View commit details
Copy full SHA for ad6ad04
Browse repository at this point
fix(#155): make this work with zig 0.12.0-dev.2058+04ac028a2
RossComputerGuy
committed
637de7d
View commit details
Copy full SHA for 637de7d
Browse repository at this point
Commits on Dec 30, 2023
Merge pull request #153 from zigimg/trns-load-fix
mlarouche
authored
c16565d
View commit details
Copy full SHA for c16565d
Browse repository at this point
Fixes #152 loding of trns after plte
Igor Stojkovic
committed
c6a584c
View commit details
Copy full SHA for c6a584c
Browse repository at this point
Commits on Dec 20, 2023
Merge pull request #151 from zigimg/fix-gif-integer-overflow
Show description for b269e44
mlarouche
authored
b269e44
View commit details
Copy full SHA for b269e44
Browse repository at this point
Fix integer overflow in GIF and add a test that read the rotating earth GIF from the GIF wikipedia entry
mlarouche
committed
a3793d8
View commit details
Copy full SHA for a3793d8
Browse repository at this point
Commits on Dec 18, 2023
Merge pull request #149 from leroycep/one-pass-filter-heuristic
Show description for 281d3a0
mlarouche
authored
281d3a0
View commit details
Copy full SHA for 281d3a0
Browse repository at this point
perf: compute filter heuristic in one pass
Show description for 2c3b226
leroycep
committed
2c3b226
View commit details
Copy full SHA for 2c3b226
Browse repository at this point
Commits on Dec 11, 2023
Merge pull request #148 from zigimg/struct-utils-refactor
Show description for cd2b219
mlarouche
authored
cd2b219
View commit details
Copy full SHA for cd2b219
Browse repository at this point
run zig fmt
mlarouche
committed
4a3ec0b
View commit details
Copy full SHA for 4a3ec0b
Browse repository at this point
make utils.toMagicNumber works like the new writeInt in std.io API passing the wanted endianess as the last parameter
mlarouche
committed
2690013
View commit details
Copy full SHA for 2690013
Browse repository at this point
make utils.writeInt works like the new writeInt in std.io API passing the wanted endianess as the last parameter
mlarouche
committed
ec4a553
View commit details
Copy full SHA for ec4a553
Browse repository at this point
make utils.readStruct works like the new readInt in std.io API passing the wanted endianess as the last paramter
mlarouche
committed
46516ce
View commit details
Copy full SHA for 46516ce
Browse repository at this point
Commits on Dec 10, 2023
PBM and PPM are already supported for writing
mlarouche
committed
bb67c15
View commit details
Copy full SHA for bb67c15
Browse repository at this point
Merge pull request #147 from zigimg/GH19-WriteTGA
Show description for 92cdb09
mlarouche
authored
92cdb09
View commit details
Copy full SHA for 92cdb09
Browse repository at this point
Writing TGA is done!
mlarouche
committed
9c1c670
View commit details
Copy full SHA for 9c1c670
Browse repository at this point
Support rgba32 in TGA for writing, will do the conversion to Bgra32 on the fly.
mlarouche
committed
6a51ff7
View commit details
Copy full SHA for 6a51ff7
Browse repository at this point
Support rgb24 in TGA for writing, will do the conversion to Bgr24 on the fly.
mlarouche
committed
ec854c1
View commit details
Copy full SHA for ec854c1
Browse repository at this point
Add extra comment to mention little endian for Rgb555, Rgb565, Bgr555, Bgr565
mlarouche
committed
ef31671
View commit details
Copy full SHA for ef31671
Browse repository at this point
Make top_to_bottom_image=true in the default encoding options
mlarouche
committed
ef49ae1
View commit details
Copy full SHA for ef49ae1
Browse repository at this point
Write BGRA32 TGA images uncompressed & compressed
mlarouche
committed
37bb827
View commit details
Copy full SHA for 37bb827
Browse repository at this point
Support writing BGR24 TGA images
Show description for 0345e13
mlarouche
committed
0345e13
View commit details
Copy full SHA for 0345e13
Browse repository at this point
Rework run-length encoding because the TGA RLE is not byte-oriented but pixel data oriented as previously assumed.
Show description for cf118e6
mlarouche
committed
cf118e6
View commit details
Copy full SHA for cf118e6
Browse repository at this point
Commits on Dec 6, 2023
Invert fields of Bgr555 and use proper Rgb555 for TGA colormap 16-bit
mlarouche
committed
099032a
View commit details
Copy full SHA for 099032a
Browse repository at this point
Merge remote-tracking branch 'origin/master' into GH19-WriteTGA
mlarouche
committed
3bd1ad8
View commit details
Copy full SHA for 3bd1ad8
Browse repository at this point
Previous
Next
You can’t perform that action at this time.