xndcn / pebble-firmware-utils

Some tools used for Pebble firmware.
51 stars 25 forks source link

Deal with PNG-Trans #3

Open southwolf opened 11 years ago

southwolf commented 11 years ago

When resource type is "PNG-TRANS", it means a PNG with a TRANSparent layer. So there will be 2 png out of 1 entry, as I have unpacked HERE

It might be a little tricky to deal with that. I changed the manifest.json to avoid the trouble. But there should be a more general and convenient way.