fimg/README.md

17 lines
277 B
Markdown
Raw Permalink Normal View History

2023-09-04 18:45:23 -05:00
# fimg
quick simple image operations
## supported operations
- [x] overlay
- [x] rotation
2023-09-20 22:43:35 -05:00
- [x] flipping
- [x] nearest neighbor scaling
- [x] triangle drawing
- [x] simple line drawing
- [x] box drawing
- [ ] thick box drawing
- [ ] thick line drawing
- [ ] polygon drawing