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

Comparing CV/README (file contents):
Revision 1.8 by root, Tue Jul 8 12:04:04 2008 UTC vs.
Revision 1.10 by root, Tue Jan 26 02:20:32 2010 UTC

108 ctrl-sift-m toggle using current image size as max image size 108 ctrl-sift-m toggle using current image size as max image size
109 u uncrop 109 u uncrop
110 r set scaling mode to 'nearest' (fastest) 110 r set scaling mode to 'nearest' (fastest)
111 s set scaling mode to 'bilinear' (default) 111 s set scaling mode to 'bilinear' (default)
112 shift-s set scaling mode to 'hyper' (slowest) 112 shift-s set scaling mode to 'hyper' (slowest)
113 t rotate clockwise 90° 113 t rotate clockwise 90°
114 T rotate counterclockwise° 114 T rotate counterclockwise°
115 a apply all rotations loslessly to a jpeg file (using exiftran) 115 a apply all rotations loslessly to a jpeg file (using exiftran)
116 ctrl-v open a new visual schnauzer window for the current dir 116 ctrl-v open a new visual schnauzer window for the current dir
117 ctrl-c clone the current image window 117 ctrl-c clone the current image window
118 ctrl-e run an editor ($CV_EDITOR or "gimp") on the current image 118 ctrl-e run an editor ($CV_EDITOR or "gimp") on the current image
119 ctrl-p fire up the print dialog 119 ctrl-p fire up the print dialog
215 or require "/fs/cv/cvplugin.pl"; 215 or require "/fs/cv/cvplugin.pl";
216 216
217 This will load a plug-in, but only if the machine *ether* is reachable 217 This will load a plug-in, but only if the machine *ether* is reachable
218 (supposedly the plug-in is networked in some way :). 218 (supposedly the plug-in is networked in some way :).
219 219
220ENVIRONMENT 220ENVIRONMENT VARIABLES
221 CV_EDITOR 221 CV_EDITOR
222 The program that gets executed when the user presses "CTRL-e" in the 222 The program that gets executed when the user presses "CTRL-e" in the
223 Schnauzer or image window. The default is "gimp". 223 Schnauzer or image window. The default is "gimp".
224 224
225 CV_AUDIO_PLAYER 225 CV_AUDIO_PLAYER
229 CV_PRINT_DESTINATION 229 CV_PRINT_DESTINATION
230 The default (perl-style) destination to use in the print dialog. 230 The default (perl-style) destination to use in the print dialog.
231 231
232 CV_TRASHCAN 232 CV_TRASHCAN
233 When set, must point to a directory where all files that are deleted 233 When set, must point to a directory where all files that are deleted
234 are moved to. If unset, files that are deleted are really being 234 by the "Delete Physically" (ctrl-d) action are moved to (other
235 deleted. 235 deletion actions still delete!). If unset, files that are deleted
236 are really being deleted.
237
238SIGNALS
239 Sending CV a SIGUSR1 signal will cause all image viewers to reload the
240 currently loaded image. This is useful if you use CV as a viewer for
241 changing data - just run it in the background with some path and each
242 time the image changes, send it a SIGUSR1.
236 243
237SECURITY CONSIDERATIONS 244SECURITY CONSIDERATIONS
238 CV uses Pixbuf to load non-JPEG images. Pixbuf is not considered safe 245 CV uses Pixbuf to load non-JPEG images. Pixbuf is not considered safe
239 for this purpose, though (from the gtk-2.2 release notes): 246 for this purpose, though (from the gtk-2.2 release notes):
240 247

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines