Skip to content

Commit ce73c49

Browse files
committed
Update 32 bit test images without alpha bits
1 parent 1c2bfd8 commit ce73c49

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

tests/ImageSharp.Tests/Formats/Tga/TgaDecoderTests.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -723,10 +723,8 @@ public void TgaDecoder_CanDecode_WhenAlphaBitsNotSet<TPixel>(TestImageProvider<T
723723
{
724724
using (Image<TPixel> image = provider.GetImage(TgaDecoder.Instance))
725725
{
726-
// Using here the reference output instead of the reference decoder,
727-
// because the reference decoder does not ignore the alpha data here.
728726
image.DebugSave(provider);
729-
image.CompareToReferenceOutput(ImageComparer.Exact, provider);
727+
ImageComparingUtils.CompareWithReferenceDecoder(provider, image);
730728
}
731729
}
732730

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:0aea1128a1bd7477dfa0d007a1eba25907be24847284c48a5f9fbd61bcea3cf0
3-
size 61522
2+
oid sha256:019315f9dcbe4516ecb15426a45c210d437e9ad152c8e1a0e80abe9449177e12
3+
size 235218
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:98a198392bd527523f8649d6126af81e5a588ad7265dc3d48a1da7b5a6cb6ff7
3-
size 230578
2+
oid sha256:33954ae93b4c7d57f52965a9028e97119c546db1da255100c2903a2760c7479e
3+
size 76870

0 commit comments

Comments
 (0)