[MCPE-16339] white transparency in a png skin layer becomes all white instead of transparent. Created: 25/Jul/16 Updated: 03/Jan/18 Resolved: 03/Jan/18 |
|
| Status: | Resolved |
| Project: | Minecraft (Bedrock codebase) |
| Component/s: | None |
| Affects Version/s: | 0.15.2 |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Ryan Moore | ||
| Resolution: | Cannot Reproduce | Votes: | 1 |
| Labels: | None | ||
| Attachments: |
|
| Confirmation Status: | Unconfirmed |
| Platform: | Tablet - iOS - iPad Mini |
| Description |
|
When uploading my custom minecraft skin, it comes up as a pure white skin. |
| Comments |
| Comment by [Mojang] Mega_Spud (Jay Wells) [ 03/Jan/18 ] |
|
This ticket has been resolved as 'Cannot Reproduce' as it has no response was received recently. |
| Comment by Yoshi83X [ 08/Jan/17 ] |
|
Affects 1.0.1 |
| Comment by AMAN4700 [ 18/Nov/16 ] |
|
This is a bulk resolve of issues that haven't been updated to 0.16.0+ yet. Please comment below (To open the ticket) and update your affected versions. If you cannot reproduce the bug, please write in the comments so we can resolve it as "Cannot Reproduce". Thank You! |
| Comment by Ryan Moore [ 28/Jul/16 ] |
|
Sorry, i meant 0.15.2 |
| Comment by Luis Robles [ 27/Jul/16 ] |
|
Rylankay Please do not add an unreleased version of MC:PE. At this moment, 0.15.3 is not released for iOS yet. |
| Comment by [Mojang] Mega_Spud (Jay Wells) [ 26/Jul/16 ] |
|
Rylankay Could you please check and add the correct version of the game that this affects: Unless I'm mistaken, 0.15.3 hasn't been added to iOS devices yet. |
| Comment by PHO [ 26/Jul/16 ] |
|
Even though Rylankay's problem is solved by saving the image directly with his iPad, there still seems to be a bug regarding the alpha channel as described by DrAwesome4333. So I keep the ticket open until the bug gets fixed. |
| Comment by Ryan Moore [ 26/Jul/16 ] |
|
Never mind, for some reason, when I was exporting my skin from my MacBook to my iPad, the transparency didn't keep. By going to this website on my iPad and saving the image directly onto it, my skin did not become corrupted, and worked. |
| Comment by [MCPE Mod] Dr.Awesome4333 [ 26/Jul/16 ] |
| Comment by [MCPE Mod] Dr.Awesome4333 [ 26/Jul/16 ] |
|
Well in PNG files there is 4 channels. Red, Green,Blue, and Alpha (transparency). When a pixel is 100% Transparent the Alpha channel is set to 0 but the other channels still have information describing the color of a Pixel. Right now it seems those are describing the white color RGB(255,255,255). When I mean transparent black I mean take the transparent color to black RGB (0,0,0). . I will see what I can do to get this for you and see if that fixes it. My reasoning on why this may fix it is that the shaders (the code that renders the pixels)between iOS and Android may be different and handle transparency differently. |
| Comment by Ryan Moore [ 25/Jul/16 ] |
|
Hmm... strange. What do you mean by 'black transparent'? |
| Comment by [MCPE Mod] Dr.Awesome4333 [ 25/Jul/16 ] |
|
I downloaded your skin and it works perfectly for me on Android 0.15.3. And the white is indeed transparent. Maybe try opening this up in a photo editor and make it black transparent instead? |