Mercurial > mplayer.hg
view Gui/mplayer/pixmaps/file.xpm @ 5270:870e932096ff
Support for cropping in mencoder. New options:
-x0, -y0: upper-left corner of rectangle to be cut out
-xsize, -ysize: Size of rectangle to cut out
Cropping is done before scaling.
author | ksorim |
---|---|
date | Sat, 23 Mar 2002 13:13:12 +0000 |
parents | d237c5d4b216 |
children | e18bdf65023b |
line wrap: on
line source
/* XPM */ static char * file_xpm[] = { "16 16 4 1", " c None", ". c #3D3D3D", "+ c #FDC689", "@ c #9A9A9A", " ", " ", " .............. ", " .++++++++++++.@", " .++++++++++++.@", " .++..++++..++.@", " .+....++....+.@", " .+....++....+.@", " .++..++++..++.@", " .++++++++++++.@", " .++++++++++++.@", " .++++++++++++.@", " ..............@", " ..............@", " @@@@@@@@@@@@@@", " "};