-
-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Improve png write/read performance by switching to libspng (#57)
* Add libspng * cleanup * perf mark * optimize performance of io * don't draw immediately on image * remove antialiasing from getIOModule * compile with -fPIC * a little perf optimization for png and bmp * fix: implement libspng on windows * chore: update packages * ci: set $HOME to the same drive as the build directory Workaround from: esy/esy#1083 (comment) * ci: use stable version of esy * chore: update libspng * iterate throug image in single flat loop Co-authored-by: Torben Ewert <[email protected]>
- Loading branch information
1 parent
2faf582
commit 5bbbc13
Showing
32 changed files
with
665 additions
and
930 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# steps to install esy globally | ||
|
||
steps: | ||
- script: "npm install -g @esy-nightly/esy" | ||
- script: "npm install -g esy" | ||
displayName: "install esy" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.