问题标签 [cloudconvert]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
php - CloudConvert API v2 任务字段为必填项
我正在尝试设置 CUI,但是当我尝试发送请求时,出现代码错误
我需要从我的计算机发送一个文件进行转换并接收 html 作为响应。我的错误在哪里?先感谢您!
imagemagick - 如何使用 ImageMagick 为透明 PNG 添加边框,同时保持透明度?
我正在尝试使用 ImageMagick 为透明 PNG 添加 10px 红色边框,同时保留图像中可能存在的任何现有透明度。这是我的源图像:
如果您下载并使用图像查看器查看该图像,您会看到它具有透明背景。
根据我读过的所有内容,以下 Imagemagick 命令应为图像添加 10px 红色边框:
convert input.png -bordercolor red -border 10 output.png
它实际上确实为图像添加了红色边框,因为输出尺寸在两个方向上都大了 20 像素。不幸的是,它也将图像的背景颜色更改为红色。这是输出文件:
我不希望将透明区域更改为红色。我只想在透明图像周围添加一个红色边框。
我尝试使用 ImageMagick 版本 6.9.10-23(Ubuntu)和 7.1.0(通过 CloudConvert API),结果相同。我花了几个小时(!)试图解决这个问题。
我究竟做错了什么?
cloudconvert - 通过 URL 使用 CloudConvert 上传 Google Drive 图像
我正在尝试通过 URL 将 Google Drive 图片上传到 CloudConvert,这是我的请求正文:
}
我在沙箱中尝试它,文件不上传,经过长时间处理页面返回我 ERROR DOWNLOAD_ECONNRESET 下载失败:错误:读取 ECONNRESET。
我在网上找不到任何东西,我被困住了。你能帮助我吗?谢谢