タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

便利とimagemagickに関するDoubleFaultのブックマーク (1)

  • convert (ImageMagick)

    2016年 ImageMagick includes a security policy configuration file, policy.xml. It is useful for limiting the resources consumed by ImageMagick and can help prevent a denial-of-service or other exploits. によれば、text からの画像作成は止められており、/etc/Imagemagic/policy.xml の修正が必要の様子。セキュリティ問題なので、 要注意、要検討。 (2016.7) convert は、画像の変換をしてくれる便利なソフトであるが、 文字から画像への変換もしてくれることは、最近になって知った。 convert -size 100x80 label:AAA label.png

  • 1