alexzielenski / ThemeEngine

OS X App to edit compiled .car files
BSD 2-Clause "Simplified" License
748 stars 130 forks source link

Drag and drop the replaced image. After saving, the alpha channel is added #48

Open lifenglin123 opened 4 years ago

lifenglin123 commented 4 years ago

Drag and drop the replaced image. After saving, the alpha channel is added

linhmui commented 4 years ago

Drag and drop the replaced image. After saving, the alpha channel is added

Did you solve this issue? I have sam issue :(

csc-EricWu commented 4 years ago

I also have this problem

Tuni commented 3 years ago

Adding wrapper.sourceAlphaInfo = 0; in TKBitmapRendition.m file at line 139 prevents the file from being saved with alpha channel.

Just a hack; It should be probably done only if the file to save has not alpha channel.

BuSheTeam commented 3 years ago

Please check out this repo: https://github.com/BuSheTeam/ThemeEngine