2125 Commits (a56a97a2e289cac0912110e2206c75689d36aad8)

Author SHA1 Message Date
James Jackson-South a56a97a2e2 Optimize Invert 9 years ago
James Jackson-South c5b332f965 Optimize Contrast 9 years ago
James Jackson-South 334ba994e7 Optimize Brightness 9 years ago
James Jackson-South 7c529d7ff8 Optimize BackgroundColor 9 years ago
James Jackson-South 2423c680bb Optimize Alpha 9 years ago
James Jackson-South 2ed67f0562 Optimize Convolution processors 9 years ago
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