Browse Source

Implement interface in HeifMetadata

pull/2633/head
Ynse Hoornenborg 2 years ago
parent
commit
dfff87ee7b
  1. 6
      src/ImageSharp/Formats/Heif/HeifMetadata.cs

6
src/ImageSharp/Formats/Heif/HeifMetadata.cs

@ -65,4 +65,10 @@ public class HeifMetadata : IFormatMetadata<HeifMetadata>
/// <inheritdoc/>
public HeifMetadata DeepClone() => new(this);
/// <inheritdoc/>
public void AfterImageApply<TPixel>(Image<TPixel> destination)
where TPixel : unmanaged, IPixel<TPixel>
{
}
}

Loading…
Cancel
Save