2431 Commits (74f05629b86d7b4e9d30266d5a0b3c5acbc8ba2d)

Author SHA1 Message Date
Scott Williams 74f05629b8 fix frame double processing 9 years ago
Scott Williams ec2503c2e4 wip - pixel data only on image frames 9 years ago
Scott Williams 93a9b321fa remove Unsafe from namespace 9 years ago
Scott Williams 3b26e2e2a0 fix usage of GetPixelRowSpan(). 9 years ago
Scott Williams 382381462f fix merge 9 years ago
Scott Williams 6cd4824dee add save pixel data extension method 9 years ago
Scott Williams 7c6f399d2d internalise span apis from imagebase 9 years ago
Anton Firszov a60b665144 static readonly -> const 9 years ago
Anton Firszov b11c0eeb0f switching jpeg decoders back 9 years ago
Anton Firszov 23a578df0f docs 9 years ago
Anton Firszov 922fa635bd formatting + cleanup 9 years ago
Scott Williams 7d92886812 expose registered ImageFormats publicly 9 years ago
Scott Williams 4d5beeec14 enable reading bmp with larger headers 9 years ago
Anton Firszov b881c599ca fixed #159 for the other known case, test image is too big though, won't add it 9 years ago
Anton Firszov ed0d25980a fixed #159 for the progressive case 9 years ago
Anton Firszov b5a844d713 ErrorCode is now a state of InputProcessor 9 years ago
Anton Firszov 54f8bb6ebf fixed #178 9 years ago
Anton Firszov a3dd2d1978 fixed #214 9 years ago
Anton Firszov cb713a3ade deleted all deprecated channel processing code 9 years ago
James Jackson-South 4d85b30c98 GrayScale & RGB + Tests 9 years ago
James Jackson-South 7f5afe2571 Add Ycck and CMYK conversion 9 years ago
Anton Firszov 5b589c001f XmlDocs for JpegImagePostProcessor 9 years ago
Anton Firszov e77d79c763 removed DoPostProcessorStep() return value 9 years ago
Anton Firszov 6a64d37d79 JpegImagePostProcessor code path is the default now in OrigJpegDecoderCore 9 years ago
Anton Firszov e72250e6ee inlined YCbCr conversion code 9 years ago
Anton Firszov e3cc961fb9 JpegColorConverter 9 years ago
Anton Firszov 1c83ea59f9 DeduceJpegColorSpace() 9 years ago
Anton Firszov 92e93df8dd organizing classes 9 years ago
James Jackson-South 5a33414d5f Fix #301 9 years ago
Anton Firszov 860a89dcd2 comments on rounding logic 9 years ago
Anton Firszov 0d424c7c93 super accurate results! 9 years ago
Anton Firszov 5afcc2328c reached consistent state with component scaling data 9 years ago
Anton Firszov 4974617e11 several refactors 9 years ago
Dirk Lemstra 0d5dacaadf Added missing reset to zero for the Adam7 pass. 9 years ago
Dirk Lemstra 2dc1decf44 Added missing clear for the previousScanline when going to the next pass 9 years ago
Dirk Lemstra fadb70224d Minor optimization for the PaethFilter decoder. 9 years ago
Anton Firszov e250de52ed JpegComponentPostProcessor works for Calliphora.jpg! 9 years ago
Anton Firszov bd24e375bb fineshed CopyTo(area), introduced IRawJpegData 9 years ago
Anton Firszov 07e9e40b98 GetSubArea() 9 years ago
Anton Firszov d06a014d12 implemented BufferArea<T> 9 years ago
Anton Firszov 5ec9310d73 introduce BufferArea2D, move Memory utility tests to proper place 9 years ago
Anton Firszov 66a2bb9714 CalculateJpegChannelSizes() 9 years ago
Anton Firszov 352198db4d CalculateJpegChannelSize() 9 years ago
Anton Firszov 36cc13346e test Ycck as well .. 9 years ago
Anton Firszov dc9367ce2b OrigJpegDecoderCore channel management refactor 9 years ago
Anton Firszov 3e8c2eee5d more subsampling refactor 9 years ago
Anton Firszov 074717ea37 refactor subsampling + better IDCT constants in actual implementation 9 years ago
Anton Firszov 5b03fb7829 renaming files 9 years ago
Anton Firszov 4e62e7e8d7 UnZigAndQuantize --> QuantizeBlock (the block itself is not zigged here) 9 years ago
Anton Firszov 79e756483e rename files to match types 9 years ago