48 Commits (126d133132ac1ffba4c7585c1ec579e263f2c701)

Author SHA1 Message Date
James Jackson-South ffe2d6995b Update license 6 years ago
James Jackson-South 4e3dce1e95 Update source license info. 6 years ago
Brian Popow da35e847fe Add tests for jpg encoder preserving metadata 6 years ago
Sergio Pedri 5cccfbcacd Switched pixel format type constraint to unmanaged 6 years ago
Anton Firszov 55c6ae51fe InBytes->InBytesSqrt, InPixels->InPixelsSqrt 6 years ago
Anton Firszov cf5f9f5b8a tests improvements: 6 years ago
Anton Firszov e2b9db5f88 fix JpegEncoder disco buffer handling 6 years ago
Anton Firszov 742b1d9a63 jpeg encoder tests for disco buffers 7 years ago
James Jackson-South 15a7a557f2 Revert `using` declaration changes for until we establish guidelines. 7 years ago
Brian Popow f897ab6f8d Change WithTestPatternImageAttribute to WithTestPatternImagesAttribute 7 years ago
Brian Popow 38454f8fde Use using declarations to reduce nesting 7 years ago
Brian Popow 43cbdab113 Fix stylecop warnings in the test project 7 years ago
James Jackson-South 5a7091e516 Simplify format specific metadata retrieval. 7 years ago
Simon Cropp 6f1134102c Cleanup (#965) 7 years ago
Anton Firszov 52c4a3d417 fix Image.FromStream() + add tests 7 years ago
Jason Nelson 48bac7b334 Update metadata names (#879) 7 years ago
James Jackson-South 58ea9950c5 Can now preserve jpeg quality ❤️ 8 years ago
James Jackson-South b176a0ec17 Add bmp and jpeg tests 8 years ago
Jason Nelson f3e1e8f42d Cleanup tests 8 years ago
James Jackson-South b19471ab4a Overlays and base processors 8 years ago
Anton Firszov ed3525d5e7 fixed JpegEncoderTests 8 years ago
Anton Firszov 8337046d66 MakeOpaque + fixing BmpEncoderTests 8 years ago
Anton Firszov 15a995dd5c JpegEncoderTests using reference images 8 years ago
JimBobSquarePants eeab5854d0 Quality 0 and 1 should be equal 9 years ago
Anton Firszov 02bf454b50 clean up and organize Jpeg test utilities 9 years ago
Scott Williams 67a322b4db Formats per type namespaces 9 years ago
Anton Firszov 1c75403036 move Block8x8F into ImageSharp.Formats.Jpeg.Common 9 years ago
Scott Williams 94c60cb338 inital rename packages and namespaces 9 years ago
Scott Williams f026778e47 migrate to a Image.Generate/Image.Mutate context api 9 years ago
Scott Williams ea44e6ce15 refactor encoders/decoders 9 years ago
Scott Williams 64f18bc298 migrate to use primitives from SixLabors.Core 9 years ago
James Jackson-South 5ec3f28532 Remove StandardImageClass 9 years ago
James Jackson-South 0766b03ea6 Use better static format for Load etc. 9 years ago
James Jackson-South 450987dc00 Remove non-generic Image 9 years ago
James Jackson-South 3e5c8f7b5d Move IPixel types to PixelFormat namespace 9 years ago
James Jackson-South eceb889758 Rename TColor to TPixel 9 years ago
James Jackson-South 0a700864e5 Rename Color and ColorVector 9 years ago
James Jackson-South 3b9079020d Fix Argb32 naming in typehelpers. 9 years ago
Scott Williams a3185fd6e7 Move image loading out of constructors and into static methods 9 years ago
Scott Williams e29f3eadd9 fix all instances of var 9 years ago
Dirk Lemstra 826fb4eb91 Implemented the IEncoderOptions inside the jpeg encoder. 10 years ago
Anton Firszov be4c189533 IPixel 10 years ago
Dirk Lemstra 7a799fe311 Moved the meta data of the image to a new MetaData property. 10 years ago
James Jackson-South d5064cadc5 Make all images implement IDisposable 10 years ago
Anton Firszov a793066ac8 added missing fixed copyright headers 10 years ago
Anton Firszov addf8c6c04 jpeg test cleanup 10 years ago