From 05eb1c8e1048ea2412b047ac813faedf6d64809f Mon Sep 17 00:00:00 2001 From: bendn Date: Thu, 21 Sep 2023 10:43:35 +0700 Subject: [PATCH] update readme --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f77c5cc..8e36c96 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,11 @@ quick simple image operations - [x] overlay - [x] rotation -- [x] flipping \ No newline at end of file +- [x] flipping +- [x] nearest neighbor scaling +- [x] triangle drawing +- [x] simple line drawing +- [x] box drawing +- [ ] thick box drawing +- [ ] thick line drawing +- [ ] polygon drawing