Browse Source

Remove erroneous message

af/merge-core
James Jackson-South 9 years ago
parent
commit
c012f533a7
  1. 3
      src/ImageSharp/Formats/Png/PngDecoderCore.cs

3
src/ImageSharp/Formats/Png/PngDecoderCore.cs

@ -212,8 +212,7 @@ namespace ImageSharp.Formats
case PngColorType.Rgb:
return 3;
// PngColorType.RgbWithAlpha
// TODO: Maybe figure out a way to detect if there are any transparent pixels and encode RGB if none.
// PngColorType.RgbWithAlpha:
default:
return 4;
}

Loading…
Cancel
Save