Jpeg lossless copy markers modes

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public enum JpegCopyMarkers
Public Enumeration JpegCopyMarkers
public enum class JpegCopyMarkers

Members

MemberValueDescription
CopyNone0
Copy no extra markers from source file. This setting suppresses all comments and other excess baggage present in the source file.
CopyComments1
Copy only comment markers. This setting copies comments from the source file, but discards any other inessential data.
CopyAll2
Copy all extra markers. This setting preserves miscellaneous markers found in the source file, such as JFIF thumbnails and Photoshop settings. In some files these extra markers can be sizable.

See Also