Remove alpha channel in an image

前端 未结 13 1196
青春惊慌失措
青春惊慌失措 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 15:56

    To remove alpha channel from png:

    on Mac: Preview version 9.0 (macOS Sierra) can remove the alpha channel if you export or save the image.

    Preview version 10.0 (944.2) (macOS High Sierra) does not remove the alpha channel. Both Export and/or Save does not remove the alpha channel from the image.

提交回复
热议问题