view gui/dialog/pixmaps/rotate90cw.xpm @ 37081:e8559b9913ff

New GUI feature: Rotate a video. It is accessible from the context menu. Based on a complain by Linus about video players that don't easily allow rotating a video. (Thanks to compn for pointing that out.) Realize the feature by adding and/or removing appropriate video filters. Additionally, add new GUI message evSetRotation and update documentation.
author ib
date Thu, 24 Apr 2014 14:41:04 +0000
parents
children
line wrap: on
line source

/* XPM */
static const char * const rotate90cw_xpm[] = {
"16 16 5 1 0 0",
"  c #4E4E50",
"! c #4E4E51",
"# c #4F4F50",
"$ c #4F4F51",
"% c None",
"%%%%%%%%%%%%%%%%",
"%%%%%%%%%%%%%%%%",
"%%%%    %%%%%%%%",
"%%        %%%%%%",
"%!%%%%     %%%%%",
"%%%%%%%%    %%%%",
"%%%%%%%%#   %%%%",
"%%%%%%%%%    %%%",
"%%%%%%%%%    %%%",
"%%%%%%%$%    %$%",
"%%%%%%%$      $%",
"%%%%%%%%      %%",
"%%%%%%%%%    %%%",
"%%%%%%%%%%$$%%%%",
"%%%%%%%%%%%%%%%%",
"%%%%%%%%%%%%%%%%"
};