Remove alpha channel in an image

前端 未结 13 1193
青春惊慌失措
青春惊慌失措 2020-12-12 15:10

I have an app icon for iOS but Apple doesn\'t allow alpha to be in the image. How to remove this alpha channel? I only have the png image with me I don\'t have the source fi

13条回答
  •  隐瞒了意图╮
    2020-12-12 16:02

    Well, since you're on a Mac, next time you probably just want to use Automator. Convert the image to BMP (lossless) and back to PNG. Let it save and voila...

提交回复
热议问题