mirror of https://github.com/SixLabors/ImageSharp
8 changed files with 89 additions and 14 deletions
@ -1,12 +1,12 @@ |
|||||
// Copyright (c) Six Labors and contributors.
|
// Copyright (c) Six Labors and contributors.
|
||||
// Licensed under the Apache License, Version 2.0.
|
// Licensed under the Apache License, Version 2.0.
|
||||
|
|
||||
namespace SixLabors.ImageSharp.Formats |
namespace SixLabors.ImageSharp.MetaData |
||||
{ |
{ |
||||
/// <summary>
|
/// <summary>
|
||||
/// Provides enumeration of available pixel density units.
|
/// Provides enumeration of available pixel density units.
|
||||
/// </summary>
|
/// </summary>
|
||||
public enum DensityUnits : byte |
public enum ResolutionUnits : byte |
||||
{ |
{ |
||||
/// <summary>
|
/// <summary>
|
||||
/// No units; width:height pixel aspect ratio = Ydensity:Xdensity
|
/// No units; width:height pixel aspect ratio = Ydensity:Xdensity
|
||||
Loading…
Reference in new issue