位图图像的图像转换失败

时间:2012-12-01 20:21:12

标签: filepicker.io

BMP图片在这里:https://www.filepicker.io/api/file/fdsYv4NSaCGUefBAQmER

重现失败的代码:

var fpfile = { url: 'https://www.filepicker.io/api/file/fdsYv4NSaCGUefBAQmER',
    filename: 'customers.jpg', mimetype: 'image/jpeg', isWriteable: false, size: 629454};
console.log("Converting...");
/*an  element where we can display the resulting image*/
var result = document.getElementById("convert-result");
filepicker.convert(fpfile, {width: 200, height: 200},
    function(new_FPFile){
        console.log(new_FPFile.url);
        result.src = new_FPFile.url;
    }
);

不清楚我在这里做错了什么,任何帮助都会非常感激。

感谢

1 个答案:

答案 0 :(得分:1)

我们目前不支持.bmp用于转换,但我们正在添加它。