Changing the format of uploaded images is easy using the image resize robot. You just need to supply the "format" parameter and set it to the appropriate value. Please notice the [mime] => image/png in the result json after having uploaded some images. » Full documentation
"steps": {
"thumb": {
"robot": "/image/resize",
"format": "png"
}
}
$(function() {
$('form').transloadit({
wait: true,
autoSubmit: true
});
});
For demos we allow a maximum of 30MB.
This form is html5-multiupload enabled. If your browser supports it, you can select multiple files and execute the template with them.