VOOZH about

URL: https://qiita.com/takahashim/items/39534bd820f7fd71a5bb

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


👁 Image
18

Go to list of users who liked

14

Share on X(Twitter)

Share on Facebook

Add to Hatena Bookmark

More than 5 years have passed since last update.

@takahashim(Masayoshi Takahashi)

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

18
Last updated at Posted at 2014-03-20

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

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

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

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

18

Go to list of users who liked

14
0

Go to list of comments

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

Go to list of users who liked

14