Convert Normal Image into Progressive Image using Node Js
问题 Is there any way to write API which will convert normal image into Progressive Using Nodejs. I don't want to use Base64. I have done so much R & D on this. One library i found i.e lib turbo-jpeg But in this only they are decoding the image .I want to encode that image too. Please check this below link for reference. If anyone got any solution then please let me know. Link is - https://github.com/LinusU/cwasm-jpeg-turbo Please help me out to write API to convert image into progreesive. Thank