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. https://pd.dead.guru
Go to file
2024-06-07 13:25:23 +03:00
index.html Add index.html 2024-06-07 13:19:02 +03:00
README.md Update README.md 2024-06-07 13:25:23 +03:00

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?