3518 Commits (d7f6badc19010ce02c6312a74453480f6a2ae362)

Author SHA1 Message Date
Anton Firszov 71b826d010 mark DangerousGetPinnableReferenceToPixelBuffer() obsolete 8 years ago
Anton Firszov 85d7548049 rename namespace: SixLabors.ImageSharp.Memory -> SixLabors.Memory 8 years ago
Anton Firszov 6585f9551f RENAME: MemoryManager -> MemoryAllocator 8 years ago
Anton Firszov 5e428ed458 Image.WrapMemory works 8 years ago
Anton Firszov 259f9736f3 refactor FillRegionProcessor, drop MemoryManager.AllocateFake 8 years ago
Anton Firszov 85d0295f44 refactor SixLabors.ImageSharp.Primitives.Region 8 years ago
Anton Firszov 7fd6b27100 GetPixelRowMemory(), GetPixelRowSpan() 8 years ago
Anton Firszov 6c1aca985d GetPixelMemory() tests 8 years ago
Anton Firszov 5847c5f949 normalize IBuffer2D<T> API 8 years ago
Anton Firszov b32c7849f3 introduce .GetPixelMemory(), get rid of BufferExtensions.GetMemory() 8 years ago
Jason Nelson 0a16995fe2 Stackalloc LzwDecoder buffer 8 years ago
Jason Nelson 5ad7ae5089 Stackalloc bmp header 8 years ago
Anton Firszov 977eab6f2b System.Buffers.MemoryManager<T> is adapted 8 years ago
Anton Firszov e610fd0f7a Change IBuffer<T>.Span to IBuffer<T>.GetSpan() to match System.Buffers.MemoryManager<T> API 8 years ago
Jason Nelson 128dd1a147 👮 8 years ago
Jason Nelson 369deb3cf6 Remove trailing whitespace 8 years ago
Jason Nelson e0612ad200 Use pattern matching 8 years ago
Jason Nelson b5ec02eb40 Make Exif header a constant 8 years ago
Jason Nelson 23c1f8efd7 Use vectorized Span methods in DenseMatrix 8 years ago
Jason Nelson 40ea87482b Remove unused variable 8 years ago
Jason Nelson 3ea3c093ce Use Encoding.UTF8 overload accepting span 8 years ago
Jason Nelson 24bc975666 Cross target netcoreapp2.1 8 years ago
popow 1028fa5902 using MathF.Round in Pack 8 years ago
James Jackson-South e9a9f33be0 Update reference types 8 years ago
James Jackson-South e1a8ebb644 Baseline decoding seems to work 8 years ago
James Jackson-South 161a6fbb60 Update dependencies 8 years ago
Coen Munckhof d839ddfb24 Update documentation on Guard methods. 8 years ago
Anton Firszov 73d44f8380 update SixLabors.Shapes.Text 8 years ago
James Jackson-South a14c94b441 Always clear the buffer 8 years ago
James Jackson-South 48c4003896 Use Configuration over MemoryManager for ImageFrame<TPixel> 8 years ago
Johannes Bildstein e968cd604c move ICC validity check to InitDerivedMetaDataProperties 8 years ago
popow 00c6649698 using also LayoutKind.Explicit for rgb24, because it may also be affected by #576 8 years ago
popow 20f5290b8d using LayoutKind.Explicit for bgr24, to fix CloneAs_ToBgr24 failing sporadically (#576) 8 years ago
Dirk Lemstra 65a1f5be24 Added missing null check when disposing the objects. 8 years ago
Johannes Bildstein da344cb651 add a few guards around reading ICC profile data 8 years ago
Johannes Bildstein 46f0e33d59 int ToByteArray, use buffer if available instead of parsing and writing the profile 8 years ago
Johannes Bildstein 3747f46a50 add check for ICC profile validity 8 years ago
James Jackson-South f3d4aeb95b Move namespaces and improve perf 8 years ago
James Jackson-South 1fe0a900b1 Tuple deconstruct 8 years ago
Dirk Lemstra d54eabcda8 Fixed bug when marking a value as an array. 8 years ago
James Jackson-South 1cac731c9e No need for SpanHelper now. 8 years ago
Peter Amrehn 21e4f70241 #542: apply naming scheme for abstract classes 8 years ago
James Jackson-South e5797f04fe Remove missed prefixes 8 years ago
James Jackson-South 43b5b3cfb0 Remove prefix in Block8x8F and cleanup 8 years ago
Anton Firszov af26343acc minor cleanup 8 years ago
Anton Firszov 4d0c334ba6 OrigJpegDecoder -> GolangJpegDecoder + test cleanup 8 years ago
Anton Firszov be9f67ff07 update SixLabors.Shaeps to 1.0.0-ci0018 8 years ago
Johannes Bildstein b71c8d0c80 fix calculation of ICC profile ID and add tests for it 8 years ago
Jason Nelson 609e7663a0 React to LoadPixelData change 8 years ago
Jason Nelson 88098d741e Update three more spans to ReadOnly 8 years ago