1. #1
    Sencha - Community Support Team jay@moduscreate.com's Avatar
    Join Date
    Mar 2007
    Location
    Frederick MD, NYC, DC
    Posts
    16,170
    Vote Rating
    32
    jay@moduscreate.com is just really nice jay@moduscreate.com is just really nice jay@moduscreate.com is just really nice jay@moduscreate.com is just really nice

      0  

    Default How does one save a PNG with a transparent body?

    How does one save a PNG with a transparent body?


    I'm getting my but kicked here. I am trying to modify my OSEXT Theme to use PNGs that are modified and somewhat transparent. when i load a png from x-theme blue/gray, i find that they are transparent ~ 80%. I set up the layer for my modified left/right-corners/top-bottom pngs to the same and save as PNG24 with the transparency turned on. and no dice

    Jay Garcia @ModusJesus || Modus Create co-founder
    Ext JS in Action author
    Sencha Touch in Action author

    Get in touch for Ext JS & Sencha Touch Touch Training

    We are also working on Video-based Sencha Touch training: Check it out here.

  2. #2
    Ext User
    Join Date
    Mar 2007
    Posts
    80
    Vote Rating
    0
    FritFrut is on a distinguished road

      0  

    Default


    Hmm, if I remember correctly, in Photoshop and Gimp you need an alpha channel to have transparent PNGs.

  3. #3
    Sencha - Community Support Team jay@moduscreate.com's Avatar
    Join Date
    Mar 2007
    Location
    Frederick MD, NYC, DC
    Posts
    16,170
    Vote Rating
    32
    jay@moduscreate.com is just really nice jay@moduscreate.com is just really nice jay@moduscreate.com is just really nice jay@moduscreate.com is just really nice

      0  

    Default


    thanks.

    i was looking into that and got discouraged :P

    Jay Garcia @ModusJesus || Modus Create co-founder
    Ext JS in Action author
    Sencha Touch in Action author

    Get in touch for Ext JS & Sencha Touch Touch Training

    We are also working on Video-based Sencha Touch training: Check it out here.

  4. #4
    Ext User
    Join Date
    Mar 2007
    Posts
    80
    Vote Rating
    0
    FritFrut is on a distinguished road

      0  

    Default


    Quote Originally Posted by djliquidice View Post
    i was looking into that and got discouraged :P
    It's quite simple... alpha channel is like gray scale channel, where level of 'grayness' represents level of transparency. You can use any tool on the alpha channel, for example you can draw, select, fill, etc on this channel, and the final image will be more or less transparent.

    For start, you can create layer mask, paint it half black, half white, and see what it looks like.

    HTH, Tom