|
|
|
@ -157,11 +157,6 @@ namespace SixLabors.ImageSharp.Formats.Tiff |
|
|
|
{ |
|
|
|
var subfileType = (TiffNewSubfileType)(frame.Metadata.ExifProfile?.GetValue(ExifTag.SubfileType)?.Value ?? (int)TiffNewSubfileType.FullImage); |
|
|
|
|
|
|
|
if (subfileType != TiffNewSubfileType.FullImage) |
|
|
|
{ |
|
|
|
continue; |
|
|
|
} |
|
|
|
|
|
|
|
ifdMarker = this.WriteFrame(writer, frame, image.Metadata, metadataImage, ifdMarker); |
|
|
|
metadataImage = null; |
|
|
|
} |
|
|
|
|