Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP Replace Jpeg Decoder #274

Merged
merged 156 commits into from
Sep 14, 2017
Merged

WIP Replace Jpeg Decoder #274

merged 156 commits into from
Sep 14, 2017

Commits on Jun 16, 2017

  1. Begin port

    JimBobSquarePants committed Jun 16, 2017
    Configuration menu
    Copy the full SHA
    1555f09 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2017

  1. Fix header finder

    JimBobSquarePants committed Jun 18, 2017
    Configuration menu
    Copy the full SHA
    1abe631 View commit details
    Browse the repository at this point in the history
  2. Add js source link

    JimBobSquarePants committed Jun 18, 2017
    Configuration menu
    Copy the full SHA
    d4d74b4 View commit details
    Browse the repository at this point in the history
  3. Use buffer

    JimBobSquarePants committed Jun 18, 2017
    Configuration menu
    Copy the full SHA
    f63f85a View commit details
    Browse the repository at this point in the history
  4. Remove offset

    JimBobSquarePants committed Jun 18, 2017
    Configuration menu
    Copy the full SHA
    2c629c7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b025ed6 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2017

  1. 7 Configuration menu
    Copy the full SHA
    3728b82 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2017

  1. Configuration menu
    Copy the full SHA
    0ea7a6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a718bf8 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2017

  1. Configuration menu
    Copy the full SHA
    cd72206 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2017

  1. Configuration menu
    Copy the full SHA
    1629819 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bbc63f View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2017

  1. Impove disposal

    JimBobSquarePants committed Jun 23, 2017
    Configuration menu
    Copy the full SHA
    c1025a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    549e61f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba8a5b3 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2017

  1. Configuration menu
    Copy the full SHA
    2f501eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a4e94d View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2017

  1. Configuration menu
    Copy the full SHA
    472d6ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28a8aca View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2017

  1. Configuration menu
    Copy the full SHA
    ca9bd35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69c15e3 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2017

  1. Configuration menu
    Copy the full SHA
    59c0793 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    827ca83 View commit details
    Browse the repository at this point in the history
  3. Fix #159

    JimBobSquarePants committed Jun 28, 2017
    Configuration menu
    Copy the full SHA
    e2d26eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76e91db View commit details
    Browse the repository at this point in the history
  5. additional usages of Span

    tocsoft committed Jun 28, 2017
    Configuration menu
    Copy the full SHA
    db2b712 View commit details
    Browse the repository at this point in the history
  6. fixed Sandbox46 execution

    antonfirsov committed Jun 28, 2017
    Configuration menu
    Copy the full SHA
    5439240 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2017

  1. Configuration menu
    Copy the full SHA
    ea0abc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f60242 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2017

  1. Configuration menu
    Copy the full SHA
    0323d00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a360614 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2703e22 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2017

  1. Configuration menu
    Copy the full SHA
    8241314 View commit details
    Browse the repository at this point in the history
  2. Fix build

    JimBobSquarePants committed Jul 1, 2017
    Configuration menu
    Copy the full SHA
    2c64ed6 View commit details
    Browse the repository at this point in the history
  3. introduced CoreCompat.SystemDrawing as reference utility for tests, i…

    …mplemented ToSystemDrawingBitmap()
    antonfirsov committed Jul 1, 2017
    Configuration menu
    Copy the full SHA
    2b4abd2 View commit details
    Browse the repository at this point in the history
  4. ReferencePngDecoder

    antonfirsov committed Jul 1, 2017
    Configuration menu
    Copy the full SHA
    7d12830 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f026778 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2017

  1. Configuration menu
    Copy the full SHA
    24433e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e8f899 View commit details
    Browse the repository at this point in the history
  3. Use properties

    JimBobSquarePants committed Jul 2, 2017
    Configuration menu
    Copy the full SHA
    5086b08 View commit details
    Browse the repository at this point in the history
  4. store scale as vector + remove unneeded bit or operations

    `var t = blah | 0;` in js is for trimming floats into ints c# doesn't need it
    tocsoft committed Jul 2, 2017
    Configuration menu
    Copy the full SHA
    290646a View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2017

  1. fix demo

    tocsoft committed Jul 4, 2017
    Configuration menu
    Copy the full SHA
    456e139 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88e30a0 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2017

  1. Rename Generate -> Clone

    tocsoft committed Jul 5, 2017
    Configuration menu
    Copy the full SHA
    a61fcc9 View commit details
    Browse the repository at this point in the history
  2. refactor

    antonfirsov committed Jul 5, 2017
    Configuration menu
    Copy the full SHA
    09d8fac View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2017

  1. Add WIP faster IDCT method

    This is killing me!
    JimBobSquarePants committed Jul 6, 2017
    Configuration menu
    Copy the full SHA
    738fc20 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2017

  1. Configuration menu
    Copy the full SHA
    9ff1b56 View commit details
    Browse the repository at this point in the history
  2. A little cleanup

    JimBobSquarePants committed Jul 9, 2017
    Configuration menu
    Copy the full SHA
    8c22c11 View commit details
    Browse the repository at this point in the history
  3. Simplify indexing

    TODO: Allocations!
    JimBobSquarePants committed Jul 9, 2017
    Configuration menu
    Copy the full SHA
    a236a80 View commit details
    Browse the repository at this point in the history
  4. Reduce allocations

    JimBobSquarePants committed Jul 9, 2017
    Configuration menu
    Copy the full SHA
    1cd137d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ff77ec View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2017

  1. Fix tests

    JimBobSquarePants committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    996da79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    215345e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3272518 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae6d91a View commit details
    Browse the repository at this point in the history
  5. Fix stack overflow

    tocsoft committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    001e3ca View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2017

  1. merge with master

    tocsoft committed Jul 11, 2017
    Configuration menu
    Copy the full SHA
    b4fbf17 View commit details
    Browse the repository at this point in the history
  2. more benchmarks

    antonfirsov committed Jul 11, 2017
    Configuration menu
    Copy the full SHA
    4d931e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    961e202 View commit details
    Browse the repository at this point in the history
  4. move methods

    tocsoft committed Jul 11, 2017
    Configuration menu
    Copy the full SHA
    c3f7f83 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'tocsoft/mutate-api' of https://github.com/JimBobSquareP…

    …ants/ImageSharp into tocsoft/mutate-api
    
    # Conflicts:
    #	src/ImageSharp/ApplyProcessors.cs
    tocsoft committed Jul 11, 2017
    Configuration menu
    Copy the full SHA
    ccee50b View commit details
    Browse the repository at this point in the history
  6. test extensions methods

    tocsoft committed Jul 11, 2017
    Configuration menu
    Copy the full SHA
    f7cbb27 View commit details
    Browse the repository at this point in the history
  7. fix warnings

    tocsoft committed Jul 11, 2017
    Configuration menu
    Copy the full SHA
    04b6ad8 View commit details
    Browse the repository at this point in the history
  8. fix sandbox test

    tocsoft committed Jul 11, 2017
    Configuration menu
    Copy the full SHA
    c12f993 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2017

  1. blank to force rebuild

    tocsoft committed Jul 12, 2017
    Configuration menu
    Copy the full SHA
    6270568 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2017

  1. Configuration menu
    Copy the full SHA
    ab30013 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2017

  1. fix some comments

    tocsoft committed Jul 15, 2017
    Configuration menu
    Copy the full SHA
    9b86525 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb165fa View commit details
    Browse the repository at this point in the history
  3. fix broken tests

    tocsoft committed Jul 15, 2017
    Configuration menu
    Copy the full SHA
    41cadf9 View commit details
    Browse the repository at this point in the history
  4. Cloneing Image Processor

    tocsoft committed Jul 15, 2017
    Configuration menu
    Copy the full SHA
    c421e6d View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2017

  1. Configuration menu
    Copy the full SHA
    7635558 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2017

  1. made FormatsDirectory a lazy value -> folders are no longer walked in…

    … TestFile type initializer. Might be healthy for test discoverers.
    
    Conflicts:
    	tests/ImageSharp.Tests/TestFile.cs
    antonfirsov committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    3e23313 View commit details
    Browse the repository at this point in the history
  2. clean up TestFile.cs

    antonfirsov committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    d9fb5bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d932dc View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2017

  1. Fix spelling errors

    JimBobSquarePants committed Jul 18, 2017
    Configuration menu
    Copy the full SHA
    06271fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e824a1b View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2017

  1. Configuration menu
    Copy the full SHA
    2af76f6 View commit details
    Browse the repository at this point in the history
  2. always DebugSave() png-s

    antonfirsov committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    7eca259 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2017

  1. Configuration menu
    Copy the full SHA
    70892a1 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2017

  1. Configuration menu
    Copy the full SHA
    0136a6c View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2017

  1. Merge remote-tracking branch 'origin/master' into antonfirsov/qa-lab

    # Conflicts:
    #	tests/ImageSharp.Tests/Formats/Png/PngSmokeTests.cs
    #	tests/ImageSharp.Tests/TestFile.cs
    #	tests/ImageSharp.Tests/TestImages.cs
    #	tests/ImageSharp.Tests/TestUtilities/ImagingTestCaseUtility.cs
    antonfirsov committed Aug 13, 2017
    Configuration menu
    Copy the full SHA
    fe874b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    572db70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3251941 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5dff018 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e170f80 View commit details
    Browse the repository at this point in the history
  6. test utility refactors

    antonfirsov committed Aug 13, 2017
    Configuration menu
    Copy the full SHA
    f53a788 View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'origin/tocsoft/mutate-api' into antonfi…

    …rsov/qa-lab
    
    # Conflicts:
    #	tests/ImageSharp.Tests/Processing/Binarization/BinaryThresholdTest.cs
    #	tests/ImageSharp.Tests/Processing/Binarization/DitherTest.cs
    #	tests/ImageSharp.Tests/Processing/ColorMatrix/BlackWhiteTest.cs
    #	tests/ImageSharp.Tests/Processing/ColorMatrix/ColorBlindnessTest.cs
    #	tests/ImageSharp.Tests/Processing/ColorMatrix/HueTest.cs
    #	tests/ImageSharp.Tests/Processing/ColorMatrix/KodachromeTest.cs
    #	tests/ImageSharp.Tests/Processing/ColorMatrix/LomographTest.cs
    #	tests/ImageSharp.Tests/Processing/ColorMatrix/PolaroidTest.cs
    #	tests/ImageSharp.Tests/Processing/ColorMatrix/SaturationTest.cs
    #	tests/ImageSharp.Tests/Processing/ColorMatrix/SepiaTest.cs
    #	tests/ImageSharp.Tests/Processing/Convolution/BoxBlurTest.cs
    #	tests/ImageSharp.Tests/Processing/Convolution/DetectEdgesTest.cs
    #	tests/ImageSharp.Tests/Processing/Convolution/GaussianBlurTest.cs
    #	tests/ImageSharp.Tests/Processing/Convolution/GaussianSharpenTest.cs
    #	tests/ImageSharp.Tests/Processing/Effects/AlphaTest.cs
    #	tests/ImageSharp.Tests/Processing/Effects/BackgroundColorTest.cs
    #	tests/ImageSharp.Tests/Processing/Effects/BrightnessTest.cs
    #	tests/ImageSharp.Tests/Processing/Effects/ContrastTest.cs
    #	tests/ImageSharp.Tests/Processing/Effects/InvertTest.cs
    #	tests/ImageSharp.Tests/Processing/Effects/OilPaintTest.cs
    #	tests/ImageSharp.Tests/Processing/Effects/PixelateTest.cs
    #	tests/ImageSharp.Tests/Processing/Overlays/GlowTest.cs
    #	tests/ImageSharp.Tests/Processing/Overlays/VignetteTest.cs
    #	tests/ImageSharp.Tests/Processing/Transforms/AutoOrientTests.cs
    #	tests/ImageSharp.Tests/Processing/Transforms/CropTest.cs
    #	tests/ImageSharp.Tests/Processing/Transforms/EntropyCropTest.cs
    #	tests/ImageSharp.Tests/Processing/Transforms/FlipTests.cs
    #	tests/ImageSharp.Tests/Processing/Transforms/PadTest.cs
    #	tests/ImageSharp.Tests/Processing/Transforms/ResizeTests.cs
    #	tests/ImageSharp.Tests/Processing/Transforms/RotateFlipTests.cs
    #	tests/ImageSharp.Tests/Processing/Transforms/RotateTests.cs
    #	tests/ImageSharp.Tests/Processing/Transforms/SkewTest.cs
    #	tests/ImageSharp.Tests/TestFile.cs
    antonfirsov committed Aug 13, 2017
    Configuration menu
    Copy the full SHA
    5fb4461 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2017

  1. Configuration menu
    Copy the full SHA
    355a4ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c5798b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d855c6e View commit details
    Browse the repository at this point in the history
  4. moving images again

    antonfirsov committed Aug 14, 2017
    Configuration menu
    Copy the full SHA
    f357f31 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    15a7b5a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f8a0ed3 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2017

  1. Configuration menu
    Copy the full SHA
    cd2e0a1 View commit details
    Browse the repository at this point in the history
  2. optimized DetectEdgesTest

    antonfirsov committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    0e06480 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de964e5 View commit details
    Browse the repository at this point in the history
  4. fix typo

    antonfirsov committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    9245631 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    81ee6d0 View commit details
    Browse the repository at this point in the history
  6. docs & formatting

    antonfirsov committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    e01cc2b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a00aec7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0b0ba13 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    619ad53 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d9238a5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f9cd6b6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8d091b5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    105d445 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    985ed92 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    fe79f4a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2b292d4 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2017

  1. Configuration menu
    Copy the full SHA
    747aa7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c8e29c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    692c4f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a80231 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    85f880d View commit details
    Browse the repository at this point in the history
  6. maybe this?

    antonfirsov committed Aug 16, 2017
    Configuration menu
    Copy the full SHA
    f460c2a View commit details
    Browse the repository at this point in the history
  7. now what?

    antonfirsov committed Aug 16, 2017
    Configuration menu
    Copy the full SHA
    a5c901f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    febe9c6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cd3f391 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    59705ee View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a284598 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    55d814c View commit details
    Browse the repository at this point in the history
  13. Merge remote-tracking branch 'origin/antonfirsov/qa-lab' into jpeg-lab

    # Conflicts:
    #	tests/Images/External
    antonfirsov committed Aug 16, 2017
    Configuration menu
    Copy the full SHA
    9af66a6 View commit details
    Browse the repository at this point in the history
  14. comparing decoders

    antonfirsov committed Aug 16, 2017
    Configuration menu
    Copy the full SHA
    48f3fde View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    94c60cb View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3653f1f View commit details
    Browse the repository at this point in the history
  17. add missing stylecop.json

    tocsoft committed Aug 16, 2017
    Configuration menu
    Copy the full SHA
    fbe9d25 View commit details
    Browse the repository at this point in the history
  18. tweek codecov cmd file

    tocsoft committed Aug 16, 2017
    Configuration menu
    Copy the full SHA
    8f53b5b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    58281ef View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f5b9a8c View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2017

  1. .

    antonfirsov committed Aug 17, 2017
    Configuration menu
    Copy the full SHA
    9da4345 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d80a6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9be5ba0 View commit details
    Browse the repository at this point in the history
  4. publish both packages

    tocsoft committed Aug 17, 2017
    Configuration menu
    Copy the full SHA
    9a4d048 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c9db035 View commit details
    Browse the repository at this point in the history
  6. fix broken test

    tocsoft committed Aug 17, 2017
    Configuration menu
    Copy the full SHA
    4c8ba59 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2017

  1. Fix skew

    JimBobSquarePants committed Aug 18, 2017
    Configuration menu
    Copy the full SHA
    4f38761 View commit details
    Browse the repository at this point in the history
  2. good by GenericFactory!

    antonfirsov committed Aug 18, 2017
    Configuration menu
    Copy the full SHA
    84852a8 View commit details
    Browse the repository at this point in the history
  3. Using Corecompat.System.Drawing as reference encoder/decoder for PNG.…

    … (Optimizing PNG-s with external tools from now.)
    antonfirsov committed Aug 18, 2017
    Configuration menu
    Copy the full SHA
    1562e32 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    02eb5f2 View commit details
    Browse the repository at this point in the history
  5. covered DetectEdges

    antonfirsov committed Aug 18, 2017
    Configuration menu
    Copy the full SHA
    1df0010 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/antonfirsov/qa-lab' into jpeg-lab

    # Conflicts:
    #	tests/Images/External
    antonfirsov committed Aug 18, 2017
    Configuration menu
    Copy the full SHA
    f6904d9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a103cb8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a798d5a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    385ed88 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c4953b0 View commit details
    Browse the repository at this point in the history
  11. Merge remote-tracking branch 'origin/jpeg-port' into jpeg-lab

    # Conflicts:
    #	tests/ImageSharp.Tests/TestFile.cs
    antonfirsov committed Aug 18, 2017
    Configuration menu
    Copy the full SHA
    1959c4a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7383124 View commit details
    Browse the repository at this point in the history
  13. moving a few more files

    antonfirsov committed Aug 18, 2017
    Configuration menu
    Copy the full SHA
    4676d8a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b6d4f35 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1c75403 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    80380d9 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    51b430b View commit details
    Browse the repository at this point in the history
  18. renaming is hard

    antonfirsov committed Aug 18, 2017
    Configuration menu
    Copy the full SHA
    493deda View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b3b4827 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2017

  1. Merge pull request #297 from SixLabors/tocsoft/sixlabors_rename

    Update namespaces & package names
    JimBobSquarePants committed Aug 19, 2017
    Configuration menu
    Copy the full SHA
    9b34d09 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'tocsoft/mutate-api' into jpeg-port

    Also fix Oilpainting test
    JimBobSquarePants committed Aug 19, 2017
    Configuration menu
    Copy the full SHA
    0baf7d0 View commit details
    Browse the repository at this point in the history