5 Commits (865b0348c3a891b3ac660c437be34447ffe2188a)

Author SHA1 Message Date
James Jackson-South a1c4882922 Ignore chunk length of 1. Fix #103 9 years ago
Dirk Lemstra 7a799fe311 Moved the meta data of the image to a new MetaData property. 9 years ago
Dirk Lemstra bc3b80d0a5 Fixed incorrect array index when decoding PNG images. 9 years ago
James Jackson-South 0036208fb4 Fix concurrent png decoding 9 years ago
Scott Williams 6ead567a4c split formats into there own projects/packages 9 years ago
James Jackson-South 99fed3ff36 Merging into master 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 0988708ac9 Little bit of cleanup 10 years ago
James Jackson-South b022285f1e Cleanup 10 years ago
James Jackson-South 679c0e31c7 Fix #9 10 years ago
James Jackson-South e6af16b081 Much better output. Nearly there. Touch #9 10 years ago
James Jackson-South 89297f314d A little bit better 10 years ago
James Jackson-South f45bbecfa7 Initial attempt to decode png. Touch #9 10 years ago
James Jackson-South e73c520f2e Fix decoding of 4bit indexed pngs. 10 years ago
James Jackson-South 90cd120259 Stylecop remove trailing whitespace 10 years ago
luuk ef49b377cd Array.Clear is faster and looks nicer in source 10 years ago
luuk 89f7ffa2e6 - do not loop trough the entire rented array but only the bytesPerScanline. 10 years ago
James Jackson-South 329ea7ad0c Fix decoding grayscale png 10 years ago
James Jackson-South 9c394c1520 Reuse Crc 10 years ago
Dirk Lemstra 497939a69a Fixed SA1127 10 years ago
James Jackson-South 3a3104eba1 Fix indexed png reader and use rented buffer 10 years ago
James Jackson-South 6b35810325 Use new Swap method 10 years ago
James Jackson-South 27522da82b Rent the scanlines 10 years ago
James Jackson-South 619f683104 Correctly read and check for iEND chunk 10 years ago
Anton Firszov 44d7359ae5 Merge branch 'master' into HEAD 10 years ago
Oleg Bogdanov 472350e5b8 Don't allocate memory for png decode filters, reuse scanline buffers 10 years ago
James Jackson-South be5b01bd75 Cleanup 10 years ago
James Jackson-South b24d520be0 Fix test names 10 years ago
dirk bc53f6b8ca Added Skip extension to support streams that cannot seek. 10 years ago
James Jackson-South 52cddd328e Compress image data line by line. 10 years ago
James Jackson-South 3b1dc7250e Add comments 10 years ago
James Jackson-South ae91fc8beb Move reverse to byte[] extensions 10 years ago
James Jackson-South 5d9b701dd2 Remove erroneous message 10 years ago
James Jackson-South 79f1def8a5 Take another Mb off the memory usage. 10 years ago
dirk 5b5d7dae2f Minor comment fix. 10 years ago
James Jackson-South 5e56b16c09 Improve png speed and half memory usage 10 years ago
James Jackson-South b477e795fb Minor png codec perf improvements 10 years ago
dirk 4f08406452 Changed PixelAccessor to use IPackedPixel<TPacked>. 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 436a105af7 Png stylecop 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 3fed568e9e Better decoder 10 years ago
James Jackson-South 97bb2cb632 Don't attempt to read chunks with bad length Fix #460 10 years ago