mirror of https://github.com/SixLabors/ImageSharp
6 changed files with 50 additions and 58 deletions
@ -1,31 +0,0 @@ |
|||
// Copyright (c) Six Labors.
|
|||
// Licensed under the Apache License, Version 2.0.
|
|||
|
|||
namespace SixLabors.ImageSharp.Metadata.Profiles.Exif |
|||
{ |
|||
/// <summary>
|
|||
/// The 8-byte character code enum.
|
|||
/// </summary>
|
|||
public enum EncodedStringCode |
|||
{ |
|||
/// <summary>
|
|||
/// The ASCII (ITU-T T.50 IA5) character code.
|
|||
/// </summary>
|
|||
ASCII, |
|||
|
|||
/// <summary>
|
|||
/// The JIS (X208-1990) character code.
|
|||
/// </summary>
|
|||
JIS, |
|||
|
|||
/// <summary>
|
|||
/// The Unicode character code.
|
|||
/// </summary>
|
|||
Unicode, |
|||
|
|||
/// <summary>
|
|||
/// The undefined character code.
|
|||
/// </summary>
|
|||
Undefined |
|||
} |
|||
} |
|||
Loading…
Reference in new issue