nekaz / android-ui-utils

Automatically exported from code.google.com/p/android-ui-utils
0 stars 0 forks source link

Strange output when generating tab icons #112

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Using Asset Studio for generating tab icons and uploading as input a png black 
& white image with gray tones. (In fact I used a black and white image trying 
to follow the conventions for tab icons, but the same result happens if I use a 
color image instead).

What is the expected output? 
The output should be:
- the image I uploaded with different densities (for the selected icon) and 
- the same image with less "saturation" for the unselected icon (not sure if 
"saturation" is the right word, I am not a graphic designer) .

What do you see instead?
The output is:
- an image with the same shape but all gray (for the selected icon) and 
- an image with the same shape but all white (for the unselected icon).

Please provide any additional information below.
I am attaching the test image I used as input, and the resulting output for 
hdpi.

Thanks a lot for your help!

Original issue reported on code.google.com by sergio...@gmail.com on 29 Jan 2012 at 12:08

Attachments:

GoogleCodeExporter commented 8 years ago
This is working as intended. The only thing the Asset Studio looks at is the 
image's alpha channel. Various levels of grey won't make a diference, but if 
you vary the alpha channel (opacity), that'll work.

Original comment by romannu...@google.com on 30 Jan 2012 at 6:03