3566 Commits (1a11f36ef81df39a99a5829de0d9f3281b6e527a)

Author SHA1 Message Date
James Jackson-South d7f6badc19 Align ICC and EXIF API. 8 years ago
James Jackson-South 0427d8c92d Calculate bool once in constructor. 8 years ago
James Jackson-South bd3cd931d8 Add Rgb specific tests 8 years ago
James Jackson-South 661c0dca6d Remove interface. 8 years ago
James Jackson-South 6683287d95 Notes 8 years ago
James Jackson-South b97ecb0dcf Remove per-pixel allocation 8 years ago
James Jackson-South 0a5c84adbd Make ColorSpaceConverter immutable. 8 years ago
James Jackson-South 7a9efabaea Cleanup ToString() and remove unused operator 8 years ago
James Jackson-South 72b3aff65c Add companding tests 8 years ago
James Jackson-South b78c022294 Make colorspaces public 8 years ago
James Jackson-South 53798df51c Bulk colorspace conversion tests 8 years ago
James Jackson-South 28f793d5e8 Begin colorspace test cleanup. 8 years ago
Anton Firszov 84d448501f further cleanup 8 years ago
James Jackson-South 0e06b6b466 Improve coverage. 8 years ago
James Jackson-South 0f510f1ee8 Cleanup JpegFrameComponent 8 years ago
James Jackson-South ed07db23ae delete golang jpeg decoder 8 years ago
Anton Firszov bb2c06718d WhitespaceCop 8 years ago
Anton Firszov f3d41f71a3 WrapMemory<T>(IMemoryOwner<T>) + additional System.Drawing test case 8 years ago
Anton Firszov f1cb97270e renamed BufferManager<T> to MemorySource<T> + enable consuming external IMemoryOwner<T> 8 years ago
James Jackson-South db6c8f39fc Add bulk ToHunterLab, ToLinearRgb, and ToLms 8 years ago
Anton Firszov 7c53bc1785 made WrapMemory() public + test case demonstrating using Image.WrapMemory() to draw over a System.Drawing.Bitmap instance 8 years ago
Anton Firszov 3ed641f660 FillRegion_WorksOnWrappedMemoryImage 8 years ago
Anton Firszov 12bcdbb49a replace IBuffer<T> with IMemoryOwner<T> 8 years ago
Anton Firszov 96b51193fd introducing BufferManager<T> 8 years ago
James Jackson-South 7fd59e56d0 Fix git merge 8 years ago
James Jackson-South ade60bd284 Cleanup and remove double cast. 8 years ago
James Jackson-South 53566333c5 Fix tests 8 years ago
James Jackson-South 1e9061d986 Add bulk ToHsl, ToHsv 8 years ago
James Jackson-South 5c6568ae6f Add bulk ToCmyk 8 years ago
popow 2b7f982120 moved extension to the processing namespace and the processor accordingly into Processors namespace 8 years ago
James Jackson-South 2cbb34a080 Add bulk ToCieXyz 8 years ago
James Jackson-South 897cbe13a0 Add bulk CieXyy transforms 8 years ago
popow 481b52f42c moved extending the ExifProfile to the jpeg decoder 8 years ago
James Jackson-South 4dfc1518bc Use previous VS environment. 8 years ago
James Jackson-South 83291f35ff See if we can fix appveyor by forcing redirects. 8 years ago
James Jackson-South 60859e25f7 Update xml docs. 8 years ago
Dirk Lemstra 612e3e60a2 Changed clean boolean for allocation into an enumeration. 8 years ago
James Jackson-South 96d27c46ea Simplify structs, 5% perf increase. 8 years ago
popow f488d5a33d added support for large exif profiles for the old GolangJpegDecoderCore 8 years ago
popow 8b0b7ab1b4 skipping exif id code before extending the exif profile 8 years ago
Jason Nelson a8d8f5ce9e Remove leading whitespace 8 years ago
Jason Nelson 7d6ed9a6ec Fix comment reference 8 years ago
Jason Nelson 05ee8b6e94 Format with expressions 8 years ago
Jason Nelson 01714d96d6 Eliminate virtual calls from unnecessary IRgbWorkingSpace abstraction 8 years ago
Jason Nelson 4084257cc9 Remove AggressiveInlining hint from trival field accessor 8 years ago
Jason Nelson 61112f9102 Seal memory classes 8 years ago
popow 675c0a671a to keep the ExifReader free from jpeg specific stuff, the Exif Id Code will be skipped when setting the ExifProfile 8 years ago
popow c91fb4a260 removed ExifIdCode parameter from ExifProfile.ToByteArray, because this is jpeg specific and should be handled by the jpeg encoder 8 years ago
popow f30389f7d5 removed unnecessary comments 8 years ago
James Jackson-South d56010a9d9 Add UnitConverter tests 8 years ago