mirror of
https://github.com/bend-n/fimg.git
synced 2024-12-22 10:28:21 -06:00
17 lines
277 B
Markdown
17 lines
277 B
Markdown
# fimg
|
|
|
|
quick simple image operations
|
|
|
|
## supported operations
|
|
|
|
- [x] overlay
|
|
- [x] rotation
|
|
- [x] flipping
|
|
- [x] nearest neighbor scaling
|
|
- [x] triangle drawing
|
|
- [x] simple line drawing
|
|
- [x] box drawing
|
|
- [ ] thick box drawing
|
|
- [ ] thick line drawing
|
|
- [ ] polygon drawing
|