3496 Commits (1da918033be1798c7052ae4c3e12e82c75cc5332)

Author SHA1 Message Date
James Jackson-South 1da918033b No underscores! 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
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
popow 2b7f982120 moved extension to the processing namespace and the processor accordingly into Processors namespace 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
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
James Jackson-South d56010a9d9 Add UnitConverter tests 8 years ago
James Jackson-South 9c1bd97589 Add bmp and jpeg tests 8 years ago
James Jackson-South 09da21b2bb Read/Write bmp resolution 8 years ago
James Jackson-South 285784c5b2 Use UnitConverter to abstract complexity. 8 years ago
James Jackson-South f8256e3d8d Properly handle png resolution. 8 years ago
James Jackson-South b9d1648577 Can now preserve correct resolution for jpeg and gif. 8 years ago
Vicente Penades 92d28aba40 changed In and Out composition functions to always produce "transparent black" 8 years ago
popow d5cc405212 luminance levels is now a parameter of the constructor, defaults to 65536 8 years ago
Anton Firszov b9034ba459 remove unnecessary partial keyword 8 years ago
Jason Nelson 0a664ad4d2 Heed to Stylecop 8 years ago
Jason Nelson 94dad69411 Add periods 8 years ago
Jason Nelson 77f3d4e754 Return RgbWorkingSpace directly to reduce virtual calls 8 years ago
Jason Nelson 595ae45920 Prevent boxing of RgbWorkingSpace 8 years ago
Jason Nelson f871c9f1eb Update IColorConversion to support readonly structs 8 years ago
Jason Nelson 18e7a9e60d Pass by reference 8 years ago
Vicente Penades 549208fef7 fixed Clear composition, it essentially returns fully transparent 8 years ago
Jason Nelson 0b31c8c3c5 Match AggressiveInlining usage to main pixel classes 8 years ago
Jason Nelson 0dab6fc986 Remove IsEmpty properties when we can just compare to default 8 years ago
Jason Nelson ebb76ff474 Use HashHelpers 8 years ago
Jason Nelson b1578e25be Remove MethodImplOptions.AggressiveInlining from trival field accessors 8 years ago
Jason Nelson e40177004b Simplify IccProfileId IsSet 8 years ago
Jason Nelson 02496102cd Spanify blittable equality checks 8 years ago
Johannes Bildstein cb1c9de428 improve check for invalid ICC profiles and extend tests 8 years ago
popow 8b08b71d00 using Vector4 to calculate the luminance and set the pixel value 8 years ago
popow 6d78ea9420 allocating cdf and histogram buffer with a using statement 8 years ago