fimg/README.md

18 lines
279 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] image tiling
2023-10-28 03:18:27 -05:00
- [x] image scaling
2023-09-20 22:43:35 -05:00
- [x] triangle drawing
2023-10-30 00:54:04 -05:00
- [x] line drawing
2023-09-20 22:43:35 -05:00
- [x] box drawing
- [x] polygon drawing
- [x] circle drawing
2023-10-31 21:09:20 -05:00
- [x] text drawing
- [x] blur