|
|
@ -623,6 +623,7 @@ internal sealed class HeifDecoderCore : IImageDecoderInternals |
|
|
where TPixel : unmanaged, IPixel<TPixel> |
|
|
where TPixel : unmanaged, IPixel<TPixel> |
|
|
{ |
|
|
{ |
|
|
EnsureBoxBoundary(boxLength, stream); |
|
|
EnsureBoxBoundary(boxLength, stream); |
|
|
|
|
|
|
|
|
// FIXME: No specific decoding yet, so parse only a JPEG thumbnail.
|
|
|
// FIXME: No specific decoding yet, so parse only a JPEG thumbnail.
|
|
|
HeifItemLink? thumbLink = this.itemLinks.FirstOrDefault(link => link.Type == Heif4CharCode.Thmb); |
|
|
HeifItemLink? thumbLink = this.itemLinks.FirstOrDefault(link => link.Type == Heif4CharCode.Thmb); |
|
|
if (thumbLink == null) |
|
|
if (thumbLink == null) |
|
|
|