More than 5 years have passed since last update.
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"
と変換し、プロファイルやその他のメタデータを削除するとエラーが出なくなります。
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme
