8 Commits (656d27b1f0d3d311d8fa496885ee9441a272588f)

Author SHA1 Message Date
Dirk Lemstra 675a97a877 Implemented the IEncoderOptions inside the gif encoder. 9 years ago
Dirk Lemstra d35dc80374 Also allow specification of the text encoding inside the gif decoder. 9 years ago
Dirk Lemstra e639b2a5f6 Use constructor instead of property to get the default decoder options. 9 years ago
Dirk Lemstra e508255180 Implemented the IDecoderOptions inside the gif decoder. 9 years ago
Anton Firszov be4c189533 IPixel 9 years ago
Dirk Lemstra bacac40115 Added metadata class for image frames. 9 years ago
Dirk Lemstra 7a799fe311 Moved the meta data of the image to a new MetaData property. 9 years ago
Scott Williams 6ead567a4c split formats into there own projects/packages 9 years ago
James Jackson-South 6e3e358ec8 Replace ToBytes() 9 years ago
James Jackson-South 292bad48ee Revert "Somehow this was reverted!" 10 years ago
James Jackson-South 0d365da5d4 Somehow this was reverted! 10 years ago
Dirk Lemstra d408adbd07 Use better name for variable. 10 years ago
Dirk Lemstra 2483d0d4c7 Improved performance of GifDecoder. 10 years ago
James Jackson-South 99fed3ff36 Merging into master 10 years ago
James Jackson-South 3f2b6c984d Reduce memory used during LZW decoding 10 years ago
James Jackson-South a00b5dd243 Decoder now performs faster than main 10 years ago
James Jackson-South bebe4b4057 Apply Otimizations to gif decoder. Touch #54 10 years ago
James Jackson-South 2f439592ef Revert decoder optimizations touch #54 10 years ago
James Jackson-South 3863f69bff Remove TPacked from generic signature 10 years ago
James Jackson-South 77f9bdecae Update TPacked signature 10 years ago
James Jackson-South ea7167a3f3 Reduce allocations in LZW decoder 10 years ago
Dirk Lemstra cb089ba2fa Changed PixelRow into a PixelArea. 10 years ago
James Jackson-South 3e29b8fa0d Minor StyleCop adjustments 10 years ago
Dirk Lemstra f9f4d4e73d Moved the ToFrame method to Image<TColor, TPacked> and added a Clone method to ImageFrame. 10 years ago
dirk 025896fc59 Optimized the GIF decoder. 10 years ago
dirk bc53f6b8ca Added Skip extension to support streams that cannot seek. 10 years ago
James Jackson-South 2b2ec84e9c Rename to ImageSharp 10 years ago
dirk cf542ef1ec Enforce struct on TColor 10 years ago
dirk 7b7ae9344c Added extra interface IPackedPixel so we can easier add extra interfaces. 10 years ago
James Jackson-South d949ab0f26 Revert "Enforce struct on TColor" 10 years ago
James Jackson-South c6a36c9427 Enforce struct on TColor 10 years ago
James Jackson-South ccc13bbac3 Revert Unsafe.Copy and cleanup 10 years ago
James Jackson-South 693cf0df5a Remove bytes functions 10 years ago
James Jackson-South 5e9ce77841 Use PixelAcessor<TColor, TPacked> #457 10 years ago
James Jackson-South e70f07426e Add setter to IPackedVector<TP> 10 years ago
James Jackson-South 5ef0e7f43c Convert gif format. 10 years ago
James Jackson-South c1cea3b06e Trim back to basics 10 years ago
James Jackson-South f2d1c8ad5d Rename to Core 10 years ago
James Jackson-South f401a21eff Rename to Core 10 years ago
James Jackson-South 09336bb748 Cleanup 10 years ago
James Jackson-South c475f85de5 Cleanup 10 years ago
James Jackson-South b4a2807649 Fix decoder scope issue 11 years ago
James Jackson-South 8c4e2a611b Fix decoder scope issue 11 years ago
James Jackson-South 0b762244e8 Perf improvements for gifs. 11 years ago
James Jackson-South 1f0e6e648a Perf improvements for gifs. 11 years ago
James Jackson-South 389f347dd0 Add premultiplied alpha 11 years ago
James Jackson-South 1b6a0035d1 Add premultiplied alpha 11 years ago
James Jackson-South 54860af472 Switch out List for ImmutableArray 11 years ago
James Jackson-South 33876ba193 Switch out List for ImmutableArray 11 years ago
James Jackson-South ce5f235e5f Switch over to new Color struct as default. 11 years ago