Is it possible to write a JPEG converter in JS?

There was a need for a web application to make a converter of PNG or other formats to JPEG. I have never encountered this before, so the question arises: is it possible to write a JPEG converter in JavaScript?

Author: Yan Vetrov, 2019-07-28

1 answers

Yes, it is possible. You can also try converting ready-made native implementations to WebAssembly.

 0
Author: ReklatsMasters, 2019-07-28 19:24:10