Skip to content

Commit

Permalink
Corrected order.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Jul 21, 2024
1 parent 1837675 commit 0cfa8a1
Show file tree
Hide file tree
Showing 14 changed files with 468 additions and 468 deletions.
8 changes: 4 additions & 4 deletions src/Magick.NET.Core/Profiles/Exif/Tags/ExifTag.Byte.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ public abstract partial class ExifTag
public static ExifTag<byte> FaxProfile { get; } = new ExifTag<byte>(ExifTagValue.FaxProfile);

/// <summary>
/// Gets the ModeNumber exif tag.
/// Gets the GPSAltitudeRef exif tag.
/// </summary>
public static ExifTag<byte> ModeNumber { get; } = new ExifTag<byte>(ExifTagValue.ModeNumber);
public static ExifTag<byte> GPSAltitudeRef { get; } = new ExifTag<byte>(ExifTagValue.GPSAltitudeRef);

/// <summary>
/// Gets the GPSAltitudeRef exif tag.
/// Gets the ModeNumber exif tag.
/// </summary>
public static ExifTag<byte> GPSAltitudeRef { get; } = new ExifTag<byte>(ExifTagValue.GPSAltitudeRef);
public static ExifTag<byte> ModeNumber { get; } = new ExifTag<byte>(ExifTagValue.ModeNumber);
}
30 changes: 15 additions & 15 deletions src/Magick.NET.Core/Profiles/Exif/Tags/ExifTag.ByteArray.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,40 +12,40 @@ public abstract partial class ExifTag
public static ExifTag<byte[]> ClipPath => new ExifTag<byte[]>(ExifTagValue.ClipPath);

/// <summary>
/// Gets the VersionYear exif tag.
/// </summary>
public static ExifTag<byte[]> VersionYear => new ExifTag<byte[]>(ExifTagValue.VersionYear);

/// <summary>
/// Gets the XMP exif tag.
/// Gets the CFAPattern2 exif tag.
/// </summary>
public static ExifTag<byte[]> XMP => new ExifTag<byte[]>(ExifTagValue.XMP);
public static ExifTag<byte[]> CFAPattern2 => new ExifTag<byte[]>(ExifTagValue.CFAPattern2);

/// <summary>
/// Gets the CFAPattern2 exif tag.
/// Gets the GPSVersionID exif tag.
/// </summary>
public static ExifTag<byte[]> CFAPattern2 => new ExifTag<byte[]>(ExifTagValue.CFAPattern2);
public static ExifTag<byte[]> GPSVersionID => new ExifTag<byte[]>(ExifTagValue.GPSVersionID);

/// <summary>
/// Gets the TIFFEPStandardID exif tag.
/// </summary>
public static ExifTag<byte[]> TIFFEPStandardID => new ExifTag<byte[]>(ExifTagValue.TIFFEPStandardID);

/// <summary>
/// Gets the XPTitle exif tag.
/// Gets the VersionYear exif tag.
/// </summary>
public static ExifTag<byte[]> XPTitle => new ExifTag<byte[]>(ExifTagValue.XPTitle);
public static ExifTag<byte[]> VersionYear => new ExifTag<byte[]>(ExifTagValue.VersionYear);

/// <summary>
/// Gets the XPComment exif tag.
/// Gets the XMP exif tag.
/// </summary>
public static ExifTag<byte[]> XPComment => new ExifTag<byte[]>(ExifTagValue.XPComment);
public static ExifTag<byte[]> XMP => new ExifTag<byte[]>(ExifTagValue.XMP);

/// <summary>
/// Gets the XPAuthor exif tag.
/// </summary>
public static ExifTag<byte[]> XPAuthor => new ExifTag<byte[]>(ExifTagValue.XPAuthor);

/// <summary>
/// Gets the XPComment exif tag.
/// </summary>
public static ExifTag<byte[]> XPComment => new ExifTag<byte[]>(ExifTagValue.XPComment);

/// <summary>
/// Gets the XPKeywords exif tag.
/// </summary>
Expand All @@ -57,7 +57,7 @@ public abstract partial class ExifTag
public static ExifTag<byte[]> XPSubject => new ExifTag<byte[]>(ExifTagValue.XPSubject);

/// <summary>
/// Gets the GPSVersionID exif tag.
/// Gets the XPTitle exif tag.
/// </summary>
public static ExifTag<byte[]> GPSVersionID => new ExifTag<byte[]>(ExifTagValue.GPSVersionID);
public static ExifTag<byte[]> XPTitle => new ExifTag<byte[]>(ExifTagValue.XPTitle);
}
10 changes: 5 additions & 5 deletions src/Magick.NET.Core/Profiles/Exif/Tags/ExifTag.DoubleArray.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ namespace ImageMagick;
/// <content/>
public abstract partial class ExifTag
{
/// <summary>
/// Gets the PixelScale exif tag.
/// </summary>
public static ExifTag<double[]> PixelScale { get; } = new ExifTag<double[]>(ExifTagValue.PixelScale);

/// <summary>
/// Gets the IntergraphMatrix exif tag.
/// </summary>
Expand All @@ -25,4 +20,9 @@ public abstract partial class ExifTag
/// Gets the ModelTransform exif tag.
/// </summary>
public static ExifTag<double[]> ModelTransform { get; } = new ExifTag<double[]>(ExifTagValue.ModelTransform);

/// <summary>
/// Gets the PixelScale exif tag.
/// </summary>
public static ExifTag<double[]> PixelScale { get; } = new ExifTag<double[]>(ExifTagValue.PixelScale);
}
80 changes: 40 additions & 40 deletions src/Magick.NET.Core/Profiles/Exif/Tags/ExifTag.Long.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,54 +7,44 @@ namespace ImageMagick;
public abstract partial class ExifTag
{
/// <summary>
/// Gets the SubfileType exif tag.
/// </summary>
public static ExifTag<uint> SubfileType { get; } = new ExifTag<uint>(ExifTagValue.SubfileType);

/// <summary>
/// Gets the SubIFDOffset exif tag.
/// </summary>
public static ExifTag<uint> SubIFDOffset { get; } = new ExifTag<uint>(ExifTagValue.SubIFDOffset);

/// <summary>
/// Gets the GPSIFDOffset exif tag.
/// Gets the CodingMethods exif tag.
/// </summary>
public static ExifTag<uint> GPSIFDOffset { get; } = new ExifTag<uint>(ExifTagValue.GPSIFDOffset);
public static ExifTag<uint> CodingMethods { get; } = new ExifTag<uint>(ExifTagValue.CodingMethods);

/// <summary>
/// Gets the T4Options exif tag.
/// Gets the FaxRecvParams exif tag.
/// </summary>
public static ExifTag<uint> T4Options { get; } = new ExifTag<uint>(ExifTagValue.T4Options);
public static ExifTag<uint> FaxRecvParams { get; } = new ExifTag<uint>(ExifTagValue.FaxRecvParams);

/// <summary>
/// Gets the T6Options exif tag.
/// Gets the FaxRecvTime exif tag.
/// </summary>
public static ExifTag<uint> T6Options { get; } = new ExifTag<uint>(ExifTagValue.T6Options);
public static ExifTag<uint> FaxRecvTime { get; } = new ExifTag<uint>(ExifTagValue.FaxRecvTime);

/// <summary>
/// Gets the XClipPathUnits exif tag.
/// Gets the GPSIFDOffset exif tag.
/// </summary>
public static ExifTag<uint> XClipPathUnits { get; } = new ExifTag<uint>(ExifTagValue.XClipPathUnits);
public static ExifTag<uint> GPSIFDOffset { get; } = new ExifTag<uint>(ExifTagValue.GPSIFDOffset);

/// <summary>
/// Gets the YClipPathUnits exif tag.
/// Gets the ImageNumber exif tag.
/// </summary>
public static ExifTag<uint> YClipPathUnits { get; } = new ExifTag<uint>(ExifTagValue.YClipPathUnits);
public static ExifTag<uint> ImageNumber { get; } = new ExifTag<uint>(ExifTagValue.ImageNumber);

/// <summary>
/// Gets the ProfileType exif tag.
/// Gets the ISOSpeed exif tag.
/// </summary>
public static ExifTag<uint> ProfileType { get; } = new ExifTag<uint>(ExifTagValue.ProfileType);
public static ExifTag<uint> ISOSpeed { get; } = new ExifTag<uint>(ExifTagValue.ISOSpeed);

/// <summary>
/// Gets the CodingMethods exif tag.
/// Gets the ISOSpeedLatitudeyyy exif tag.
/// </summary>
public static ExifTag<uint> CodingMethods { get; } = new ExifTag<uint>(ExifTagValue.CodingMethods);
public static ExifTag<uint> ISOSpeedLatitudeyyy { get; } = new ExifTag<uint>(ExifTagValue.ISOSpeedLatitudeyyy);

/// <summary>
/// Gets the T82ptions exif tag.
/// Gets the ISOSpeedLatitudezzz exif tag.
/// </summary>
public static ExifTag<uint> T82ptions { get; } = new ExifTag<uint>(ExifTagValue.T82ptions);
public static ExifTag<uint> ISOSpeedLatitudezzz { get; } = new ExifTag<uint>(ExifTagValue.ISOSpeedLatitudezzz);

/// <summary>
/// Gets the JPEGInterchangeFormat exif tag.
Expand All @@ -72,42 +62,52 @@ public abstract partial class ExifTag
public static ExifTag<uint> MDFileTag { get; } = new ExifTag<uint>(ExifTagValue.MDFileTag);

/// <summary>
/// Gets the StandardOutputSensitivity exif tag.
/// Gets the ProfileType exif tag.
/// </summary>
public static ExifTag<uint> StandardOutputSensitivity { get; } = new ExifTag<uint>(ExifTagValue.StandardOutputSensitivity);
public static ExifTag<uint> ProfileType { get; } = new ExifTag<uint>(ExifTagValue.ProfileType);

/// <summary>
/// Gets the RecommendedExposureIndex exif tag.
/// </summary>
public static ExifTag<uint> RecommendedExposureIndex { get; } = new ExifTag<uint>(ExifTagValue.RecommendedExposureIndex);

/// <summary>
/// Gets the ISOSpeed exif tag.
/// Gets the StandardOutputSensitivity exif tag.
/// </summary>
public static ExifTag<uint> ISOSpeed { get; } = new ExifTag<uint>(ExifTagValue.ISOSpeed);
public static ExifTag<uint> StandardOutputSensitivity { get; } = new ExifTag<uint>(ExifTagValue.StandardOutputSensitivity);

/// <summary>
/// Gets the ISOSpeedLatitudeyyy exif tag.
/// Gets the SubfileType exif tag.
/// </summary>
public static ExifTag<uint> ISOSpeedLatitudeyyy { get; } = new ExifTag<uint>(ExifTagValue.ISOSpeedLatitudeyyy);
public static ExifTag<uint> SubfileType { get; } = new ExifTag<uint>(ExifTagValue.SubfileType);

/// <summary>
/// Gets the ISOSpeedLatitudezzz exif tag.
/// Gets the SubIFDOffset exif tag.
/// </summary>
public static ExifTag<uint> ISOSpeedLatitudezzz { get; } = new ExifTag<uint>(ExifTagValue.ISOSpeedLatitudezzz);
public static ExifTag<uint> SubIFDOffset { get; } = new ExifTag<uint>(ExifTagValue.SubIFDOffset);

/// <summary>
/// Gets the FaxRecvParams exif tag.
/// Gets the T4Options exif tag.
/// </summary>
public static ExifTag<uint> FaxRecvParams { get; } = new ExifTag<uint>(ExifTagValue.FaxRecvParams);
public static ExifTag<uint> T4Options { get; } = new ExifTag<uint>(ExifTagValue.T4Options);

/// <summary>
/// Gets the FaxRecvTime exif tag.
/// Gets the T6Options exif tag.
/// </summary>
public static ExifTag<uint> FaxRecvTime { get; } = new ExifTag<uint>(ExifTagValue.FaxRecvTime);
public static ExifTag<uint> T6Options { get; } = new ExifTag<uint>(ExifTagValue.T6Options);

/// <summary>
/// Gets the ImageNumber exif tag.
/// Gets the T82ptions exif tag.
/// </summary>
public static ExifTag<uint> ImageNumber { get; } = new ExifTag<uint>(ExifTagValue.ImageNumber);
public static ExifTag<uint> T82ptions { get; } = new ExifTag<uint>(ExifTagValue.T82ptions);

/// <summary>
/// Gets the XClipPathUnits exif tag.
/// </summary>
public static ExifTag<uint> XClipPathUnits { get; } = new ExifTag<uint>(ExifTagValue.XClipPathUnits);

/// <summary>
/// Gets the YClipPathUnits exif tag.
/// </summary>
public static ExifTag<uint> YClipPathUnits { get; } = new ExifTag<uint>(ExifTagValue.YClipPathUnits);
}
32 changes: 16 additions & 16 deletions src/Magick.NET.Core/Profiles/Exif/Tags/ExifTag.LongArray.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,59 +7,59 @@ namespace ImageMagick;
public abstract partial class ExifTag
{
/// <summary>
/// Gets the FreeOffsets exif tag.
/// Gets the ColorResponseUnit exif tag.
/// </summary>
public static ExifTag<uint[]> FreeOffsets { get; } = new ExifTag<uint[]>(ExifTagValue.FreeOffsets);
public static ExifTag<uint[]> ColorResponseUnit { get; } = new ExifTag<uint[]>(ExifTagValue.ColorResponseUnit);

/// <summary>
/// Gets the FreeByteCounts exif tag.
/// </summary>
public static ExifTag<uint[]> FreeByteCounts { get; } = new ExifTag<uint[]>(ExifTagValue.FreeByteCounts);

/// <summary>
/// Gets the ColorResponseUnit exif tag.
/// Gets the FreeOffsets exif tag.
/// </summary>
public static ExifTag<uint[]> ColorResponseUnit { get; } = new ExifTag<uint[]>(ExifTagValue.ColorResponseUnit);
public static ExifTag<uint[]> FreeOffsets { get; } = new ExifTag<uint[]>(ExifTagValue.FreeOffsets);

/// <summary>
/// Gets the TileOffsets exif tag.
/// Gets the IntergraphRegisters exif tag.
/// </summary>
public static ExifTag<uint[]> TileOffsets { get; } = new ExifTag<uint[]>(ExifTagValue.TileOffsets);
public static ExifTag<uint[]> IntergraphRegisters { get; } = new ExifTag<uint[]>(ExifTagValue.IntergraphRegisters);

/// <summary>
/// Gets the SMinSampleValue exif tag.
/// Gets the JPEGACTables exif tag.
/// </summary>
public static ExifTag<uint[]> SMinSampleValue { get; } = new ExifTag<uint[]>(ExifTagValue.SMinSampleValue);
public static ExifTag<uint[]> JPEGACTables { get; } = new ExifTag<uint[]>(ExifTagValue.JPEGACTables);

/// <summary>
/// Gets the SMaxSampleValue exif tag.
/// Gets the JPEGDCTables exif tag.
/// </summary>
public static ExifTag<uint[]> SMaxSampleValue { get; } = new ExifTag<uint[]>(ExifTagValue.SMaxSampleValue);
public static ExifTag<uint[]> JPEGDCTables { get; } = new ExifTag<uint[]>(ExifTagValue.JPEGDCTables);

/// <summary>
/// Gets the JPEGQTables exif tag.
/// </summary>
public static ExifTag<uint[]> JPEGQTables { get; } = new ExifTag<uint[]>(ExifTagValue.JPEGQTables);

/// <summary>
/// Gets the JPEGDCTables exif tag.
/// Gets the SMaxSampleValue exif tag.
/// </summary>
public static ExifTag<uint[]> JPEGDCTables { get; } = new ExifTag<uint[]>(ExifTagValue.JPEGDCTables);
public static ExifTag<uint[]> SMaxSampleValue { get; } = new ExifTag<uint[]>(ExifTagValue.SMaxSampleValue);

/// <summary>
/// Gets the JPEGACTables exif tag.
/// Gets the SMinSampleValue exif tag.
/// </summary>
public static ExifTag<uint[]> JPEGACTables { get; } = new ExifTag<uint[]>(ExifTagValue.JPEGACTables);
public static ExifTag<uint[]> SMinSampleValue { get; } = new ExifTag<uint[]>(ExifTagValue.SMinSampleValue);

/// <summary>
/// Gets the StripRowCounts exif tag.
/// </summary>
public static ExifTag<uint[]> StripRowCounts { get; } = new ExifTag<uint[]>(ExifTagValue.StripRowCounts);

/// <summary>
/// Gets the IntergraphRegisters exif tag.
/// Gets the TileOffsets exif tag.
/// </summary>
public static ExifTag<uint[]> IntergraphRegisters { get; } = new ExifTag<uint[]>(ExifTagValue.IntergraphRegisters);
public static ExifTag<uint[]> TileOffsets { get; } = new ExifTag<uint[]>(ExifTagValue.TileOffsets);

/// <summary>
/// Gets the TimeZoneOffset exif tag.
Expand Down
40 changes: 20 additions & 20 deletions src/Magick.NET.Core/Profiles/Exif/Tags/ExifTag.Number.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,52 +7,52 @@ namespace ImageMagick;
public abstract partial class ExifTag
{
/// <summary>
/// Gets the ImageWidth exif tag.
/// Gets the BadFaxLines exif tag.
/// </summary>
public static ExifTag<Number> ImageWidth { get; } = new ExifTag<Number>(ExifTagValue.ImageWidth);
public static ExifTag<Number> BadFaxLines { get; } = new ExifTag<Number>(ExifTagValue.BadFaxLines);

/// <summary>
/// Gets the ImageLength exif tag.
/// Gets the ConsecutiveBadFaxLines exif tag.
/// </summary>
public static ExifTag<Number> ImageLength { get; } = new ExifTag<Number>(ExifTagValue.ImageLength);
public static ExifTag<Number> ConsecutiveBadFaxLines { get; } = new ExifTag<Number>(ExifTagValue.ConsecutiveBadFaxLines);

/// <summary>
/// Gets the RowsPerStrip exif tag.
/// Gets the ImageLength exif tag.
/// </summary>
public static ExifTag<Number> RowsPerStrip { get; } = new ExifTag<Number>(ExifTagValue.RowsPerStrip);
public static ExifTag<Number> ImageLength { get; } = new ExifTag<Number>(ExifTagValue.ImageLength);

/// <summary>
/// Gets the StripByteCounts exif tag.
/// Gets the ImageWidth exif tag.
/// </summary>
public static ExifTag<Number> StripByteCounts { get; } = new ExifTag<Number>(ExifTagValue.StripByteCounts);
public static ExifTag<Number> ImageWidth { get; } = new ExifTag<Number>(ExifTagValue.ImageWidth);

/// <summary>
/// Gets the TileWidth exif tag.
/// Gets the PixelXDimension exif tag.
/// </summary>
public static ExifTag<Number> TileWidth { get; } = new ExifTag<Number>(ExifTagValue.TileWidth);
public static ExifTag<Number> PixelXDimension { get; } = new ExifTag<Number>(ExifTagValue.PixelXDimension);

/// <summary>
/// Gets the TileLength exif tag.
/// Gets the PixelYDimension exif tag.
/// </summary>
public static ExifTag<Number> TileLength { get; } = new ExifTag<Number>(ExifTagValue.TileLength);
public static ExifTag<Number> PixelYDimension { get; } = new ExifTag<Number>(ExifTagValue.PixelYDimension);

/// <summary>
/// Gets the BadFaxLines exif tag.
/// Gets the RowsPerStrip exif tag.
/// </summary>
public static ExifTag<Number> BadFaxLines { get; } = new ExifTag<Number>(ExifTagValue.BadFaxLines);
public static ExifTag<Number> RowsPerStrip { get; } = new ExifTag<Number>(ExifTagValue.RowsPerStrip);

/// <summary>
/// Gets the ConsecutiveBadFaxLines exif tag.
/// Gets the StripByteCounts exif tag.
/// </summary>
public static ExifTag<Number> ConsecutiveBadFaxLines { get; } = new ExifTag<Number>(ExifTagValue.ConsecutiveBadFaxLines);
public static ExifTag<Number> StripByteCounts { get; } = new ExifTag<Number>(ExifTagValue.StripByteCounts);

/// <summary>
/// Gets the PixelXDimension exif tag.
/// Gets the TileLength exif tag.
/// </summary>
public static ExifTag<Number> PixelXDimension { get; } = new ExifTag<Number>(ExifTagValue.PixelXDimension);
public static ExifTag<Number> TileLength { get; } = new ExifTag<Number>(ExifTagValue.TileLength);

/// <summary>
/// Gets the PixelYDimension exif tag.
/// Gets the TileWidth exif tag.
/// </summary>
public static ExifTag<Number> PixelYDimension { get; } = new ExifTag<Number>(ExifTagValue.PixelYDimension);
public static ExifTag<Number> TileWidth { get; } = new ExifTag<Number>(ExifTagValue.TileWidth);
}
Loading

0 comments on commit 0cfa8a1

Please sign in to comment.