You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have verified that I am running the latest version of ImageSharp
I have verified if the problem exist in both DEBUG and RELEASE mode
I have searched open and closed issues to ensure it has not already been reported
Description
Jpeg color space is undefined after metadataOnly decoding pass. This is happening because colorspace deduction (and metadata population) logic is locked behind if(!metadataOnly) check in SOF marker parsing (line 916):
Prerequisites
DEBUG
andRELEASE
modeDescription
Jpeg color space is undefined after
metadataOnly
decoding pass. This is happening because colorspace deduction (and metadata population) logic is locked behindif(!metadataOnly)
check inSOF
marker parsing (line 916):ImageSharp/src/ImageSharp/Formats/Jpeg/JpegDecoderCore.cs
Lines 868 to 918 in fe65a38
Steps to Reproduce
The text was updated successfully, but these errors were encountered: