danielepiccone / ditherjs

A javascript library which dithers an <img> using a fixed palette
http://danielepiccone.github.io/ditherjs/
131 stars 22 forks source link

License permission request #14

Open talkol opened 6 months ago

talkol commented 6 months ago

Hi @danielepiccone,

MakeCode Arcade is a free open source project by Microsoft that teaches coding. I'm not part of Microsoft, but I'm interested in this project because my 10yo daughter uses it in coding club after school.

I want to contribute a feature to MakeCode repo https://github.com/microsoft/pxt that allows users to import PNG and JPG images to game assets from local files. Since MakeCode palette is 16 colors, I want to incorporate the dithering algorithms from your repo.

The MakeCode repo is licensed MIT, I wanted to ask your permission to add the JS files from your lib/algorithms to it. I can add a comment to the top of every added JS file of yours that will:

  1. Point to your license (http://creativecommons.org/licenses/by-sa/4.0/) for this file
  2. and point to this repo (https://github.com/danielepiccone/ditherjs) for attribution.

Are you ok with this approach? Can I have your blessing to add your dithering implementation to MakeCode?

danielepiccone commented 6 months ago

Hi @talkol

Thanks for asking, and yes both points sound good to me.

Enjoy!