Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi Guys,
All our .webp images when exported from Photoshop are throwing an error and consequently not updating image dimensions and size.
Did any of you have this issue?
SixLabors.ImageSharp.ImageFormatException: Unexpected chunk followed VP8X header at SixLabors.ImageSharp.Formats.Webp.WebpThrowHelper.ThrowImageFormatException(String errorMessage) at SixLabors.ImageSharp.Formats.Webp.WebpDecoderCore.ReadVp8XHeader() at SixLabors.ImageSharp.Formats.Webp.WebpDecoderCore.ReadVp8Info() at SixLabors.ImageSharp.Formats.Webp.WebpDecoderCore.Identify(BufferedReadStream stream, CancellationToken cancellationToken) at SixLabors.ImageSharp.Formats.ImageDecoderUtilities.Identify(IImageDecoderInternals decoder, Configuration configuration, Stream stream, CancellationToken cancellationToken) at SixLabors.ImageSharp.Formats.Webp.WebpDecoder.Identify(Configuration configuration, Stream stream, CancellationToken cancellationToken) at SixLabors.ImageSharp.Image.InternalIdentity(Stream stream, Configuration config, CancellationToken cancellationToken) at SixLabors.ImageSharp.Image.<>cDisplayClass108_0.0(Stream s) at SixLabors.ImageSharp.Image.WithSeekableStream[T](Configuration configuration, Stream stream, Func`2 action) at SixLabors.ImageSharp.Image.Identify(Configuration configuration, Stream stream, IImageFormat& format) at SixLabors.ImageSharp.Image.Identify(Configuration configuration, Stream stream) at Umbraco.Cms.Infrastructure.Media.ImageSharpDimensionExtractor.GetDimensions(Stream stream) at Umbraco.Cms.Core.Media.UploadAutoFillProperties.SetProperties(IContentBase content, ImagingAutoFillUploadField autoFillConfig, String filepath, Stream filestream, String culture, String segment) at Umbraco.Cms.Core.Media.UploadAutoFillProperties.Populate(IContentBase content, ImagingAutoFillUploadField autoFillConfig, String filepath, String culture, String segment)
Hey
Did you find a solution to this problem. ? I think we too are experiencing the same problem.
Thanks
Nop, no solution yet
are these animated images?
Hi There,
No, I have an example here:
https://github.com/umbraco/Umbraco-CMS/issues/15007
Hi
We upgraded Umbraco to the latest 12.2 and webp format just worked. So may be upgrading umbraco can solve the issue.
Unfortunately, I can only run LTS versions, in V12 Umbraco updated SixLabors.ImageSharp package.
yes, it works in v12, you could try manually updating the SixLabors package to see if that works for you
Gives me this error, seems it has aditional dependencies.
System.TypeLoadException: Could not load type 'SixLabors.ImageSharp.IImageInfo' from assembly 'SixLabors.ImageSharp, Version=3.0.0.0, Culture=neutral, PublicKeyToken=d998eea7b14cab13'. at Umbraco.Cms.Infrastructure.Media.ImageSharpDimensionExtractor.GetDimensions(Stream stream) at Umbraco.Cms.Core.Media.UploadAutoFillProperties.SetProperties(IContentBase content, ImagingAutoFillUploadField autoFillConfig, String filepath, Stream filestream, String culture, String segment) at Umbraco.Cms.Core.Media.UploadAutoFillProperties.Populate(IContentBase content, ImagingAutoFillUploadField autoFillConfig, String filepath, String culture, String segment)
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Webp images exported from Photoshop throws and errror while uploading
Hi Guys,
All our .webp images when exported from Photoshop are throwing an error and consequently not updating image dimensions and size.
Did any of you have this issue?
Hey
Did you find a solution to this problem. ? I think we too are experiencing the same problem.
Thanks
Nop, no solution yet
are these animated images?
Hi There,
No, I have an example here:
https://github.com/umbraco/Umbraco-CMS/issues/15007
Hi
We upgraded Umbraco to the latest 12.2 and webp format just worked. So may be upgrading umbraco can solve the issue.
Thanks
Unfortunately, I can only run LTS versions, in V12 Umbraco updated SixLabors.ImageSharp package.
yes, it works in v12, you could try manually updating the SixLabors package to see if that works for you
Gives me this error, seems it has aditional dependencies.
is working on a reply...