Overload List

NameDescription
SaveImages(String)
SaveImages saves a multi image to file. It detects file format from extension.
SaveImages(Stream, IEFileFormats)
Saves a multipage TIFF or GIF to a Stream.
SaveImages(String, Boolean)
SaveImages saves a multi image to file. It detects file format from extension.
SaveImages(String, String)

SaveImages saves a multi image file as AVI, specifing the compression codec.

Codec examples:

'cvid' : cinepak by Radius

'msvc' : Microsoft Video 1

'mp42' : Microsoft MPEG4 V2

More codecs at http://www.fourcc.org or http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwmt/html/registeredfourcccodesandwaveformats.asp (or at msdn.microsoft.com searching for registered fourcc codes and wave formats).

See Also