fast image operations
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -7,12 +7,10 @@ quick simple image operations - [x] overlay - [x] rotation - [x] flipping -- [x] image tiling -- [x] image scaling +- [x] nearest neighbor scaling - [x] triangle drawing -- [x] line drawing +- [x] simple line drawing - [x] box drawing -- [x] polygon drawing -- [x] circle drawing -- [x] text drawing -- [x] blur
\ No newline at end of file +- [ ] thick box drawing +- [ ] thick line drawing +- [ ] polygon drawing |