There's an echo in my head

日々のメモ。

imagemagick

ImageMagickでLittle CMSを扱った処理を行うために

こんなエラーが出たとき、Little CMSのライブラリに対応できていない。 convert: delegate library support not built-in `/path/to/jpg' (LCMS) @ warning/profile.c/ProfileImage/565. 対応しているdelegateは次のコマンドで確認できる。 $ convert -list …

ImageMagickでpdfをjpegに変換しようとしたらGhostscriptでpdfinflt.psが必要になった話

pdfをjpegに変換しようとしたらこんなエラーが出た: $ convert -limit memory 512 -density 600 -quality 80 -resize 800x /path/to/001.pdf /path/to/001.jpg **** Error reading a content stream. The page may be incomplete. **** Error reading a cont…

ImageMagickのconvertで複数ページのPDFを複数の画像ファイルに変換できないとき

たとえば複数ページのPDFをJPGの複数ファイルに変換するときは次のようにする。 $ convert foo.pdf foo.jpg うまくいくとfoo-0.jpg, foo-1.jpg, ... というように展開される。 *1 ただこれがうまくいかないことがあって、複数ページなのに最初のページしか出…

homebrewで入れたImageMagickでpdfを扱う

convert: Postscript delegate failedと言われたらghostscriptで。 tiffも扱いたいので--with-libtiffも付ける。 $ brew install ghostscript $ brew install imagemagick --with-libtiff --with-ghostscript Warning: --with-ghostscript is not recommende…

homebrewで入れたImageMagickでtiffを扱う

homebrewで入れたimagemagickのconvertコマンドでtiff画像を変換しようとしたら convert: no decode delegate for this image format というエラーが出たので調べてみたらImagemagick can not find deletegates library for .tiff format on mac os x mounta…

このブログに出てくるコードスニペッツは、引用あるいは断りがない限りMITライセンスです。