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

Comparing CV/README (file contents):
Revision 1.11 by root, Wed Jul 19 01:43:10 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
232 CV_EDITOR 231 CV_EDITOR
233 The program that gets executed when the user presses "CTRL-e" in the 232 The program that gets executed when the user presses "CTRL-e" in the
234 Schnauzer or image window. The default is "gimp". 233 Schnauzer or image window. The default is "gimp".
235 234
236 CV_AUDIO_PLAYER 235 CV_AUDIO_PLAYER
236 EXPERIMENTAL: audio playback is now via mpv, this variable is
237 currently ignored.
238
237 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...),
238 default "play". Will be called like "$CV_AUDIO_PLAYER -- <path>". 240 default "play". Will be called like "$CV_AUDIO_PLAYER -- <path>".
241
242 CV_MPLAYER
243 Program used to play all sorts of video files. Unlike
244 "CV_AUDIO_PLAYER", this really must be some version of the "mpv"
245 programs, or something that is very command-line compatible to them.
246
247 Note: for video-thumbnailing, mplayer is still used (and hardcoded).
239 248
240 CV_PRINT_DESTINATION 249 CV_PRINT_DESTINATION
241 The default (perl-style) destination to use in the print dialog. 250 The default (perl-style) destination to use in the print dialog.
242 251
243 CV_TRASHCAN 252 CV_TRASHCAN

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines