Browse Source

Add js source link

af/merge-core
James Jackson-South 9 years ago
parent
commit
f29bb65492
  1. 1
      src/ImageSharp/Formats/Jpeg/Port/JpegDecoderCore.cs

1
src/ImageSharp/Formats/Jpeg/Port/JpegDecoderCore.cs

@ -15,6 +15,7 @@ namespace ImageSharp.Formats.Jpeg.Port
/// <summary>
/// Performs the jpeg decoding operation.
/// Ported from <see href="https://github.com/mozilla/pdf.js/blob/master/src/core/jpg.js"/>
/// </summary>
internal class JpegDecoderCore
{

Loading…
Cancel
Save