Help - Search - Members - Calendar
Full Version: Png Files
Scenyx Entertainment Community > Xbox1 Forums > Dashboard Forums > Official MediaXMenu (MXM) Forum > MXM Developer/Skinner Forum
geo1972
I'm new to the skinning thing and was wondering, whats the best app or there a tutorial for making overlays. I see skins that have like the preview vid behind a circle which looks cool and wanted to learn how to do that.. any help please
ravage73
QUOTE (geo1972 @ Dec 22 2003, 04:13 PM)
I'm new to the skinning thing and was wondering, whats the best app or there a tutorial for making overlays. I see skins that have like the preview vid behind a circle which looks cool and wanted to learn how to do that.. any help please

photoshop
fLEx7325
^^^ yup. Best graphic app, imo.
BenJeremy
When I get to it, I'll post Koldfuzion's Photoshop DDS plugin tutorial. You can use full alpha shading with DDS images (DXT compressed bitmaps)
geniusalz
You can also use PNGs for full alpha shading.

In photoshop:
When creating a file, make sure you select "Background: Transparent"
Then you can draw in stuff, cut out stuff, and leave some areas transparent (represented by a checkerboard pattern)
Save for web, and use PNG-24

Then use that like a normal image element:

To make the overlay show over the preview vid, define the preview before the layout
CODE

<LayoutElement Type="Image" Source="preview">
...
</LayoutElement>

<LayoutElement Type="Image" Source="overlay">
...
</LayoutElement>
geo1972
Wow! lots of good info. I need to do some testing. Also looking forward to that "Koldfuzion's Photoshop DDS plugin tutorial"

thanks
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.