Jpeg lossless copy markers modes
Namespace: HiComponents.IEvolutionAssembly: 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
Member | Value | Description |
---|---|---|
CopyNone | 0 |
Copy no extra markers from source file. This setting suppresses all comments and other excess baggage present in the source file.
|
CopyComments | 1 |
Copy only comment markers. This setting copies comments from the source file, but discards any other inessential data.
|
CopyAll | 2 |
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.
|