LoginSignup
18
13

More than 5 years have passed since last update.

dvipdfmxで「warning: iCCP: known incorrect sRGB profile」というエラーが出る場合の対処方法

Last updated at Posted at 2014-03-20

これはlibpngの問題だそうです。

上記のサイトにあるように、ImageMagickのconvertコマンドを使って、

convert "foo.png" -strip "foo.png"

と変換し、プロファイルやその他のメタデータを削除するとエラーが出なくなります。

18
13
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
18
13