mirror of https://github.com/SixLabors/ImageSharp
committed by
GitHub
5 changed files with 42 additions and 9 deletions
@ -0,0 +1,13 @@ |
|||||
|
// Copyright (c) Six Labors.
|
||||
|
// Licensed under the Six Labors Split License.
|
||||
|
|
||||
|
namespace SixLabors.ImageSharp.Metadata.Profiles.Exif; |
||||
|
|
||||
|
/// <content/>
|
||||
|
public abstract partial class ExifTag |
||||
|
{ |
||||
|
/// <summary>
|
||||
|
/// Gets the TimeZoneOffset exif tag.
|
||||
|
/// </summary>
|
||||
|
public static ExifTag<short[]> TimeZoneOffset { get; } = new ExifTag<short[]>(ExifTagValue.TimeZoneOffset); |
||||
|
} |
||||
Loading…
Reference in new issue