ditherjs icon indicating copy to clipboard operation
ditherjs copied to clipboard

License permission request

Open talkol opened this issue 1 year ago • 1 comments

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?

talkol avatar Feb 28 '24 11:02 talkol

Hi @talkol

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

Enjoy!

danielepiccone avatar Feb 29 '24 08:02 danielepiccone