8
9

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Cocos Studioで生成した.csbをcocos2d-xに読み込んだ際に"libpng warning: iCCP: known incorrect sRGB profile"

Posted at

#問題
Cocos Studioで生成した.csbをcocos2d-xに読み込んだ際に"libpng warning: iCCP: known incorrect sRGB profile"

#原因
Photoshop等で生成したPNGファイルを利用していると出る

http://discuss.cocos2d-x.org/t/libpng-warning-iccp-known-incorrect-srgb-profile/12883

#解決方法
ターミナルでimagemagickを利用して、pngを変換しなおす

terminal.app
mogrify -format png *.png

####おまけ:Homebrewimagemagickのインストール

terminal.app
brew install imagemagick
8
9
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
8
9

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?