From 33e206ed5b6e7585ac34419a8ee7a1c852805e87 Mon Sep 17 00:00:00 2001 From: assada Date: Fri, 7 Jun 2024 13:21:52 +0300 Subject: [PATCH] Add README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e200d80 --- /dev/null +++ b/README.md @@ -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? \ No newline at end of file