Skip to content

Commit 144f33d

Browse files
No need for format processor to return true.
1 parent add7973 commit 144f33d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ImageSharp.Web/Processors/FormatWebProcessor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ public FormattedImage Process(
6666
}
6767

6868
/// <inheritdoc/>
69-
public bool RequiresAlphaAwarePixelFormat(CommandCollection commands, CommandParser parser, CultureInfo culture) => true;
69+
public bool RequiresAlphaAwarePixelFormat(CommandCollection commands, CommandParser parser, CultureInfo culture) => false;
7070
}
7171
}

0 commit comments

Comments
 (0)