2119 Commits (5a884da4c0a24e854a90d52fe0fc25c2c40f6cec)

Author SHA1 Message Date
James Jackson-South 5a884da4c0 Optimize ColorMatrixProcessors 9 years ago
James Jackson-South 49a95e4ba0 Optimize dither 9 years ago
James Jackson-South 1aa94295ef Optimize some low hanging fruit 9 years ago
James Jackson-South 0ea63d606f Fix image disposal 9 years ago
James Jackson-South e768b09198 Internalize PixelAccessor 9 years ago
James Jackson-South d8b5acf4f2 Fix png to gif transparency 9 years ago
Scott Williams cad87f6cdd updated to make better use of Span<T> 9 years ago
Scott Williams 717daed35e Load from pixel data methods 9 years ago
James Jackson-South ca4e9114a1 Revert IccTagDataEntry equality operator 9 years ago
James Jackson-South a9e316fa34 Fix #217 9 years ago
James Jackson-South 4db897f83d Fix equality operators. 9 years ago
James Jackson-South d19b78197a No need for interfaces in adapter 9 years ago
James Jackson-South f6dbf84144 Make AlmostEquatable public so tests pass. 9 years ago
James Jackson-South 5ea2b867bc Make colorspace code internal for now. 9 years ago
James Jackson-South 482391b1f2 Clean up code a little 9 years ago
James Jackson-South b413b6166a Can now read/write all ICC Profiles 9 years ago
Dirk Lemstra b33d633df4 Fixed var warnings. 9 years ago
Dirk Lemstra ce396ccef8 Remove resolution value from profile before setting it if it does not have the correct data type. (Fixes #215) 9 years ago
Anton Firszov 5de5b91242 added guards to unsafe PixelOperations methods 9 years ago
Anton Firszov 649aab1ded Span<T> on IPixel API surface. 9 years ago
James Jackson-South 9984ffa348 Replace BufferSpan<T> with Span<T> 9 years ago
James Jackson-South 1bc7fee3fb Add missed file 9 years ago
James Jackson-South 4e0737a0c2 Use DebugGuard 9 years ago
Anton Firszov a2113fab95 removed bytesPerScanline parameters, added param checking 9 years ago
Anton Firszov cd5de8a694 replaced Png byte[] -s with Buffer<byte> 9 years ago
James Jackson-South b5cf29c8d7 Rename base refs 9 years ago
James Jackson-South 0e9a9ed1f7 Simplify API 9 years ago
James Jackson-South 91626b695b Use Unsafe.Add + BufferSpan for png encode filters 9 years ago
James Jackson-South 9b4bc472a1 Use Unsafe.Add + Bufferspan for Png decode filters 9 years ago
Mykhailo Matviiv ede5e84ae5 Get rid of CreatePooled and ReturnPooled methods in JpegPixelArea to separate memory management. 9 years ago
Mykhailo Matviiv 0e1d40313a Refactor JpegPixelArea to delegate memory management to Buffer2D<T>. 9 years ago
Mykhailo Matviiv a8481c80fb Remove DecodedBlockArray and replace usages with Buffer<DecodedBlock> to centralize memory management. 9 years ago
Anton Firszov 0a9ed6e59a better variable names 9 years ago
Anton Firszov 142e7afe72 removed unnecessary unsafe modifier [skip ci] 9 years ago
Anton Firszov d5e58192c8 optimization: removed temporal buffer creation from ToVector4SimdAligned() 9 years ago
Scott Williams 41b1833e8f move Configuration to be fist paramater. 9 years ago
Scott Williams f01192c604 remove Image.Create 9 years ago
Scott Williams 65ecb53b6b Brush & Pen instead of Brush<T> & Pen<T> 9 years ago
Dirk Lemstra 2ab4f2db6c Fixed never used warning. 9 years ago
Dirk Lemstra 8d832b5389 Made the Image class static. 9 years ago
James Jackson-South 482cdf4a3d Add Rgba32 specific overloads 9 years ago
James Jackson-South 8dbf34b12d Use better static format for Load etc. 9 years ago
James Jackson-South 1df28ae430 Bump version number 9 years ago
James Jackson-South b473958882 Promote Rgba32 to root namespace 9 years ago
James Jackson-South 119c1bf70f Remove non-generic Image 9 years ago
James Jackson-South a47e1664c2 Add CieLchuv 9 years ago
James Jackson-South 84a1273167 Add CieLuv 9 years ago
James Jackson-South 0a1e71afe7 Add Hsv 9 years ago
James Jackson-South f480df46c9 Fix formatting of PixelFormat constructor docs. 9 years ago
James Jackson-South 60c1a566bc Use local functions. 9 years ago