From 7e354e94e9971033e387af9c3d2ec950733dbc26 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 f3b2d9e2ce31a145a141d23f7143acef9f0c2cbd 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 fa15ee21f4d2a42177f3cebfa1a94b004d75dc32 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