How to convert jpg image to png using javascript

javascript

Solution

you should take a look at processing.js library: http://processingjs.org/reference/PImage_resize_/ http://processingjs.org/reference/save_/

Problem

Convert JPG image to PNG I have to convert a jpg image into png image using javascript and resize the image to create a thumbnail of image.

Original source

Related problems