3977 Commits (30912e6974330c0086f72feb081704901dd889f7)
 

Author SHA1 Message Date
James Jackson-South cf4d594287 Merge remote-tracking branch 'refs/remotes/origin/master' into feature/icc 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
James Jackson-South 7b64885741 Merge pull request #213 from JimBobSquarePants/spanaty 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
Anton Firszov 7a684bcba3 Optimized Rgba32 constructors. Created PixelConversion benchmarks. 9 years ago
James Jackson-South 9984ffa348 Replace BufferSpan<T> with Span<T> 9 years ago
James Jackson-South f3d4daf6b7 Merge pull request #212 from JimBobSquarePants/james/png-bufferspan 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 10 years ago
James Jackson-South 91626b695b Use Unsafe.Add + BufferSpan for png encode filters 10 years ago
James Jackson-South 9b4bc472a1 Use Unsafe.Add + Bufferspan for Png decode filters 10 years ago
James Jackson-South 3e9c39a00c Merge pull request #210 from FireNero/buffer-192 10 years ago
Mykhailo Matviiv ede5e84ae5 Get rid of CreatePooled and ReturnPooled methods in JpegPixelArea to separate memory management. 10 years ago
Mykhailo Matviiv 0e1d40313a Refactor JpegPixelArea to delegate memory management to Buffer2D<T>. 10 years ago
Mykhailo Matviiv a8481c80fb Remove DecodedBlockArray and replace usages with Buffer<DecodedBlock> to centralize memory management. 10 years ago
Anton Firszov a7145a433c Merge branch 'master' of https://github.com/JimBobSquarePants/ImageSharp 10 years ago
Anton Firszov 0a9ed6e59a better variable names 10 years ago
James Jackson-South 85fbfaf9dc Use var when type is apparent 10 years ago
Anton Firszov 142e7afe72 removed unnecessary unsafe modifier [skip ci] 10 years ago
Anton Firszov d5e58192c8 optimization: removed temporal buffer creation from ToVector4SimdAligned() 10 years ago
Anton Firszov fe5bdf146d a few more Vector<T> experiments 10 years ago
James Jackson-South 054f101ba3 Merge pull request #209 from JimBobSquarePants/chore/remove-non-generic-image 10 years ago
Scott Williams 41b1833e8f move Configuration to be fist paramater. 10 years ago
Scott Williams f01192c604 remove Image.Create 10 years ago
Scott Williams 65ecb53b6b Brush & Pen instead of Brush<T> & Pen<T> 10 years ago
Dirk Lemstra da3bcdb2dc Merge branch 'master' into chore/remove-non-generic-image 10 years ago
Dirk Lemstra 2ab4f2db6c Fixed never used warning. 10 years ago
Dirk Lemstra 8d832b5389 Made the Image class static. 10 years ago
James Jackson-South 482cdf4a3d Add Rgba32 specific overloads 10 years ago
James Jackson-South c320f5052c Update readme 10 years ago
James Jackson-South 8dbf34b12d Use better static format for Load etc. 10 years ago
Dirk Lemstra b9f3b50667 Fixed namespace 10 years ago
James Jackson-South 47710578f0 Fix tests 10 years ago
James Jackson-South 1df28ae430 Bump version number 10 years ago
James Jackson-South b473958882 Promote Rgba32 to root namespace 10 years ago
James Jackson-South 119c1bf70f Remove non-generic Image 10 years ago
James Jackson-South a47e1664c2 Add CieLchuv 10 years ago
James Jackson-South 84a1273167 Add CieLuv 10 years ago
James Jackson-South 3b32a4bae2 Fix ColorSpaceEquality test 10 years ago
James Jackson-South d6c7d0e248 Fix broken test 10 years ago
James Jackson-South 0a1e71afe7 Add Hsv 10 years ago
James Jackson-South 97e2c3368f Merge remote-tracking branch 'refs/remotes/origin/master' into feature/icc 10 years ago
James Jackson-South f480df46c9 Fix formatting of PixelFormat constructor docs. 10 years ago
James Jackson-South 60c1a566bc Use local functions. 10 years ago