ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/CV/README
(Generate patch)

Comparing CV/README (file contents):
Revision 1.12 by root, Wed Dec 27 17:48:16 2017 UTC vs.
Revision 1.13 by root, Thu Jul 15 00:41:44 2021 UTC

105 You can use the following keys in the image window: 105 You can use the following keys in the image window:
106 106
107 q quit the program 107 q quit the program
108 < half the image size 108 < half the image size
109 > double the image size 109 > double the image size
110 , shrink the image by 10% 110 , shrink the image by ~9% (opposite of .)
111 . enlarge the image by 10% 111 . enlarge the image by 10%
112 n reset to normal size 112 n reset to normal size
113 m maximize to screensize 113 m maximize to screensize
114 M maximize to screensize, respecting image aspect 114 M maximize to screensize, respecting image aspect
115 ctrl-m toggle maxpect-always mode 115 ctrl-m toggle maxpect-always mode
116 ctrl-sift-m toggle using current image size as max image size 116 ctrl-sift-m toggle using current image size as max image size
117 u uncrop 117 u uncrop
118 r set scaling mode to 'nearest' (fastest) 118 r set scaling mode to 'nearest' (fastest)
119 s set scaling mode to 'bilinear' (default) 119 s set scaling mode to 'bilinear' (default)
120 shift-s set scaling mode to 'hyper' (slowest)
121 t rotate clockwise 90° 120 t rotate clockwise 90°
122 T rotate counterclockwise° 121 T rotate counterclockwise°
123 a apply all rotations loslessly to a jpeg file (using exiftran) 122 a apply all rotations loslessly to a jpeg file (using exiftran)
124 ctrl-shift-t apply current rotation for future image loads 123 ctrl-shift-t apply current rotation for future image loads
125 ctrl-v open a new visual schnauzer window for the current dir 124 ctrl-v open a new visual schnauzer window for the current dir
240 Program used to play all sorts of audio (wav, aif, mp3, ogg...), 239 Program used to play all sorts of audio (wav, aif, mp3, ogg...),
241 default "play". Will be called like "$CV_AUDIO_PLAYER -- <path>". 240 default "play". Will be called like "$CV_AUDIO_PLAYER -- <path>".
242 241
243 CV_MPLAYER 242 CV_MPLAYER
244 Program used to play all sorts of video files. Unlike 243 Program used to play all sorts of video files. Unlike
245 "CV_AUDIO_PLAYER", this really must be one of the "mplayer", 244 "CV_AUDIO_PLAYER", this really must be some version of the "mpv"
246 "mplayer2" or "mpv" programs, or something that is very command-line 245 programs, or something that is very command-line compatible to them.
247 compatible to them.
248
249 Currently, if this string contains the substring "mpv", then it is
250 assumed to be mpv-compatible, otherwise it is assumed to be
251 mplayer-compatible.
252 246
253 Note: for video-thumbnailing, mplayer is still used (and hardcoded). 247 Note: for video-thumbnailing, mplayer is still used (and hardcoded).
254 248
255 CV_PRINT_DESTINATION 249 CV_PRINT_DESTINATION
256 The default (perl-style) destination to use in the print dialog. 250 The default (perl-style) destination to use in the print dialog.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines