From facf825d8fb37300584b8e012927bb2c9973146e Mon Sep 17 00:00:00 2001 From: Michael Weber Date: Mon, 21 Mar 2016 15:36:05 -0400 Subject: [PATCH 1/3] Fix from go conversion of progressive jpeg files. Former-commit-id: 57fd2f1db3f7307148ca5c41a9c3a49de817a18c Former-commit-id: e38409c8ce9c48818f8267167473136dfae88fab Former-commit-id: 5889a2c095a80eb321c08f6dbb01674f073642d4 --- .../Formats/Jpg/JpegDecoderCore.cs.REMOVED.git-id | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ImageProcessorCore/Formats/Jpg/JpegDecoderCore.cs.REMOVED.git-id b/src/ImageProcessorCore/Formats/Jpg/JpegDecoderCore.cs.REMOVED.git-id index 4d71616ed0..8105382f1c 100644 --- a/src/ImageProcessorCore/Formats/Jpg/JpegDecoderCore.cs.REMOVED.git-id +++ b/src/ImageProcessorCore/Formats/Jpg/JpegDecoderCore.cs.REMOVED.git-id @@ -1 +1 @@ -4b32515bda4abce4bd01c9ad019ce9a581b1c56f \ No newline at end of file +1d881b189bf90cbefd7625a6820b3591a365ac2a \ No newline at end of file From aba8df20995f07546824399bd691fb2c263c22a8 Mon Sep 17 00:00:00 2001 From: Michael Weber Date: Mon, 21 Mar 2016 16:54:03 -0400 Subject: [PATCH 2/3] Fix for progressive jpeg decoding. Former-commit-id: e7b561f3e2fa5887cba36d8c75f5958c9d6140e3 Former-commit-id: f61be1a342f3519305381bf52801bffd843ffda8 Former-commit-id: 014b11004c48b42e30da1c261f5cf184d1d1177e --- .../Formats/Jpg/JpegDecoderCore.cs.REMOVED.git-id | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ImageProcessorCore/Formats/Jpg/JpegDecoderCore.cs.REMOVED.git-id b/src/ImageProcessorCore/Formats/Jpg/JpegDecoderCore.cs.REMOVED.git-id index 8105382f1c..4823942ac9 100644 --- a/src/ImageProcessorCore/Formats/Jpg/JpegDecoderCore.cs.REMOVED.git-id +++ b/src/ImageProcessorCore/Formats/Jpg/JpegDecoderCore.cs.REMOVED.git-id @@ -1 +1 @@ -1d881b189bf90cbefd7625a6820b3591a365ac2a \ No newline at end of file +3ba41479c10d93279df99f2976dfdd72c70250d3 \ No newline at end of file From b0cc540d0e3e7ef5bcb7dfb3869bed2b8c7d218a Mon Sep 17 00:00:00 2001 From: Michael Weber Date: Mon, 21 Mar 2016 20:12:16 -0400 Subject: [PATCH 3/3] Fix to read of final bytes from buffer. Former-commit-id: c62c73f69f56cc15038b688c44429c4a8246232c Former-commit-id: c799ec68bfb06310d208ce53ad5f7bf273090f22 Former-commit-id: 84a29a019c6014c3856952314e8b89a03361ce90 --- .../Formats/Jpg/JpegDecoderCore.cs.REMOVED.git-id | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ImageProcessorCore/Formats/Jpg/JpegDecoderCore.cs.REMOVED.git-id b/src/ImageProcessorCore/Formats/Jpg/JpegDecoderCore.cs.REMOVED.git-id index 4823942ac9..6007e116a7 100644 --- a/src/ImageProcessorCore/Formats/Jpg/JpegDecoderCore.cs.REMOVED.git-id +++ b/src/ImageProcessorCore/Formats/Jpg/JpegDecoderCore.cs.REMOVED.git-id @@ -1 +1 @@ -3ba41479c10d93279df99f2976dfdd72c70250d3 \ No newline at end of file +c1246ad614973269362a0b462d099b2af6fd2ba0 \ No newline at end of file