JPEG Encoding in Native Unity JavaScript

In case other people find this useful, here’s a JPEG encoder ported to Unity JavaScript. For example, you can use this to encode a screenshot of Unity content to a JPG for upload via WWW to your server:

http://blur.st/jpeg

Great work - thanks for posting that!

Thank you! :smile:

Is anyone using this script in a commercial product, and is it safe to so do? The script includes a copyright notice from the original authors at Adobe Inc, as below. It sort of seems safeish given they say you can distribute this or a modified version, but they still have copyright ownership, so what are the implications of that? For a binary, do I need to just include the below text in some text file with my distribution?