Poker
1 year ago
No known key found for this signature in database
GPG Key ID: C65A6AD457D5C8F8
1 changed files with
0 additions and
1 deletions
-
src/ImageSharp/Formats/Ani/AniFrameMetadata.cs
|
|
|
@ -70,7 +70,6 @@ public class AniFrameMetadata : IFormatFrameMetadata<AniFrameMetadata> |
|
|
|
public void AfterFrameApply<TPixel>(ImageFrame<TPixel> source, ImageFrame<TPixel> destination) |
|
|
|
where TPixel : unmanaged, IPixel<TPixel> |
|
|
|
{ |
|
|
|
throw new NotImplementedException(); |
|
|
|
} |
|
|
|
|
|
|
|
/// <inheritdoc/>
|
|
|
|
|