summaryrefslogtreecommitdiff
path: root/docs
Unidiff
Diffstat (limited to 'docs') (more/less context) (show whitespace changes)
-rw-r--r--docs/opieplayer2_skins_en.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/opieplayer2_skins_en.txt b/docs/opieplayer2_skins_en.txt
index 49eefa5..52e839a 100644
--- a/docs/opieplayer2_skins_en.txt
+++ b/docs/opieplayer2_skins_en.txt
@@ -9,17 +9,18 @@ In this example, the name of your skin will be someCoolSkin,
9and will appear in the View menu of the player. 9and will appear in the View menu of the player.
10 10
11You can copy the files from the default skin to look at and use. 11You can copy the files from the default skin to look at and use.
12 12
13The skins work off of an indexed mode black image mask to position where the button 13The skins work off of an indexed mode black image mask to position where the button
14should be. The skin_up and skin_down images show how all the buttons 14should be. The skin_up and skin_down images show how all the buttons
15are to be drawn when pressed and released. 15are to be drawn when pressed and released.
16 16
17**** All _mask_ files need to be indexed mode png images with an alpha background **** 17**** All _mask_ files need to be index mode (256) png images with an
18 transparent background ****
18 19
19You will need _all_ these files: 20You will need _all_ these files:
20 21
21 22
22background.png general background pixmap (rgb) 23background.png general background pixmap (rgb)
23skin_down.png audio button skin for when buttona are pressed (rgb) 24skin_down.png audio button skin for when buttona are pressed (rgb)
24skin_mask_back.png audio scan back through file button mask (indexed) 25skin_mask_back.png audio scan back through file button mask (indexed)
25skin_mask_down.png audio volume lower button mask (indexed) 26skin_mask_down.png audio volume lower button mask (indexed)
@@ -40,10 +41,9 @@ skinV_mask_fwd.png video move forward through playlist button mask (indexed
40skinV_mask_play.png video play button mask (indexed) 41skinV_mask_play.png video play button mask (indexed)
41skinV_mask_stop.png video stop button mask (indexed) 42skinV_mask_stop.png video stop button mask (indexed)
42skinV_mask_up.png video volume louder button mask (indexed) 43skinV_mask_up.png video volume louder button mask (indexed)
43skinV_up.png video button skin for when buttons are released (rgb) 44skinV_up.png video button skin for when buttons are released (rgb)
44 45
45 46
46You can position the buttons anywhere using the button mask. The skin_up and skin_down images 47You can position the buttons anywhere using the button mask. The skin_up and skin_down images
47should correspond to the mask positions, otherwise they wont work. 48should correspond to the mask positions, otherwise they wont work.
48Video skins do not have much choice in button location.
49 49