0

Iron.io ワーカーで GhostScript を動作させる方法を知っている人はいますか?

私はnode.jsでffmpegスタックを使用しており、imagemagicを使用してpdfを一連のjpegに変換する必要があり、これにはGhostScriptが必要です。

4

1 に答える 1

0

You could add almost any .deb file to a worker package via keyword deb (working) example:

runtime "node"
exec "run.js"
stack 'node-0.10'

deb 'http://archive.ubuntu.com/ubuntu/pool/main/g/ghostscript/ghostscript_9.10~dfsg-0ubuntu10.2_amd64.deb'

remote # important, turn remote building on

Also, you could find some other helpful examples there: https://github.com/iron-io/iron_worker_examples/tree/master/deb-packages

于 2015-01-29T17:08:50.957 に答える