Add README.md

This commit is contained in:
assada 2024-06-07 13:21:52 +03:00
parent c5a21c6a26
commit 33e206ed5b

14
README.md Normal file
View File

@ -0,0 +1,14 @@
# Oven
Original: https://kaasiand.cool/oven/
With the Oven, you can convert images to 1-bit! While specifically made to facilitate creating assets for Playdate development, you can also convert images for just about anything else. It supports various types of ordered dithering (including blue noise), and even lets you modify the way the image gets converted to monochromatic.
Redesign with better support for working with multiple images at once coming in the future!
## TODO:
- [ ] Opacity (fade? `playdate.graphics.image:drawFaded`)
- [ ] multiple images
- [ ] Resize images
- [ ] Image table?