SlowView Commandline options:
http://www.slowview.f2s.com


-t                 // starts Thumbnailsmode and loads the current directroy
-t="Directory"     // starts Thumbnailsmode and loads the specified directroy
-p                 // loads the given Image, prints it and exits SV.
-f                 // starts in Fullscreenmode.
-c                 // Shows SaveAs Dialog, converts Image and exits SV.
-c="Filename.ext"  // converts the loaded Image into the supplied Imagefile and exits SV.
-m                 // enables the "Always Maximize Mode".
-s="Directory"     // Starts a slideshow in the specified Directory


===========================================
Note: Only lowercase options are supported!
===========================================


=========
Examples:
=========

// Just load an image:
======================
Slowview.exe "SlowView.jpg" 

// load an image and print it:
==============================
Slowview.exe "SlowView.jpg" -p

// load an image and convert it into a gif file without GUI:
============================================================
Slowview.exe "C:\Test\SlowView.jpg" -c="C:\Test2\SlowView.gif"

// load an image and show it in Fullscreen:
===========================================
Slowview.exe "SlowView.jpg" -f

// Start Thumbnailer with the current Directory:
================================================
Slowview.exe -t

// Start Thumbnailer with the specified Directory:
==================================================
Slowview.exe -t="C:\MyPicsForExample" 

// Start SlideShow in Fullscreen with specified Directory:
==========================================================
Slowview.exe -f -s="C:\MyPicsForExample" 
