Skip to content

Commit

Permalink
chore: Many fundamental changes in the project
Browse files Browse the repository at this point in the history
- reworked and added new Draw functions, Filters and Transforms
- reworked MemoryImage
- reworked Colors, Pixels and Palettes
- reworked working with EXIF data
- introduced pixel iterators
  • Loading branch information
yegor-pelykh committed Feb 11, 2023
1 parent b50f304 commit 406e0a2
Show file tree
Hide file tree
Showing 641 changed files with 47,622 additions and 28,123 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,8 @@
"error",
{
"allow": [
"methods"
"methods",
"setters"
]
}
],
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,5 @@ dist
#############################################################################

lib/
test/out/
test/_built/
test/_output/
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"files.eol": "\n",
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.detectIndentation": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
},
"files.eol": "\n",
}
Loading

0 comments on commit 406e0a2

Please sign in to comment.