2578 Commits (75bf4d6d728450220f372e0f38d90f765bc8f6dc)

Author SHA1 Message Date
Scott Williams db80a7ff61 introduce IImageFrameCollectino to hide disposable 9 years ago
Anton Firszov e5197d78ef JpegColorConverter.FromYCbCrSimd256 conversion core method seems to work 9 years ago
James Jackson-South 19b45049f4 Reuse comparable swap 9 years ago
James Jackson-South 2dc3c4f519 Remove unused local variables 9 years ago
James Jackson-South 22d51633ad Fix spelling 9 years ago
Scott Williams 176920a180 expose span APIs on image 9 years ago
Scott Williams 41358ce077 FrameCollection responsible for adding initial frame 9 years ago
James Jackson-South 3eb75e6ef8 Undo my silliness 9 years ago
James Jackson-South 13b19b9c21 Adjust for new frame cont in Gif encoder 9 years ago
James Jackson-South b7087736c7 Fix recursion plus cleanup 9 years ago
Dirk Lemstra 53e1741ab5 Minor refactor and added Guard for null image. 9 years ago
Dirk Lemstra 46cf55094c Move extension method back to Image<Pixel> to keep it public. 9 years ago
Dirk Lemstra 10926cc05e Silence warnings. 9 years ago
Dirk Lemstra cd75248320 Added new extension method for IConfigurable to get the configuration and remove the one from Image<TPixel>. 9 years ago
Dirk Lemstra bd0d188997 Minor refactor. 9 years ago
Scott Williams 31ad6159d5 remove IImageFrame interface 9 years ago
Scott Williams 09a667d3a5 pass configuation into processors 9 years ago
Scott Williams ee60eb3e83 exlusivly use frames to access pixel spans 9 years ago
James Jackson-South 40433d8fea Use RootFrame for validation 9 years ago
JimBobSquarePants a478aed393 Fix null reference execption 9 years ago
JimBobSquarePants 1b1359995e Remove Parent property 9 years ago
JimBobSquarePants 48fbc4f832 Fix AutoOrientProcessor 9 years ago
Scott Williams 05bb7c2c18 fix stylecop issues 9 years ago
Scott Williams d8a8211417 fix frame double processing 9 years ago
Scott Williams 07e9f23dec wip - pixel data only on image frames 9 years ago
Dirk Lemstra c8fcfc0c49 Silence warnings. 9 years ago
Dirk Lemstra c3070f9027 Renamed AutoRotateProcessor to AutoOrientProcessor. 9 years ago
Scott Williams 5adcfdb653 remove Unsafe from namespace 9 years ago
Scott Williams ff3e372e26 fix usage of GetPixelRowSpan(). 9 years ago
Scott Williams e22489f984 fix merge 9 years ago
Scott Williams 8d3c6d2bb1 add save pixel data extension method 9 years ago
Scott Williams 1a3859159e internalise span apis from imagebase 9 years ago
Anton Firszov 0ae9206d69 static readonly -> const 9 years ago
Anton Firszov 4b39251ada switching jpeg decoders back 9 years ago
Anton Firszov 99b0b1525e docs 9 years ago
Anton Firszov baf2da240f formatting + cleanup 9 years ago
Scott Williams fceb6f89a5 expose registered ImageFormats publicly 9 years ago
Scott Williams baaa7dc1d0 enable reading bmp with larger headers 9 years ago
Anton Firszov e696d99490 fixed #159 for the other known case, test image is too big though, won't add it 9 years ago
Anton Firszov bc27c83073 fixed #159 for the progressive case 9 years ago
Anton Firszov b75481b849 ErrorCode is now a state of InputProcessor 9 years ago
Anton Firszov a743fc924b fixed #178 9 years ago
Anton Firszov f11fc034d2 fixed #214 9 years ago
Anton Firszov 6e17898163 deleted all deprecated channel processing code 9 years ago
James Jackson-South 92750fdb58 GrayScale & RGB + Tests 9 years ago
James Jackson-South 61b9c3c25f Add Ycck and CMYK conversion 9 years ago
Anton Firszov 1448e6bac1 XmlDocs for JpegImagePostProcessor 9 years ago
Anton Firszov 9778eb35d5 removed DoPostProcessorStep() return value 9 years ago
Anton Firszov a48f1dcac1 JpegImagePostProcessor code path is the default now in OrigJpegDecoderCore 9 years ago
Anton Firszov f59d425883 inlined YCbCr conversion code 9 years ago