9042 Commits (5e4f3ef1ffb738240ccffda755d5d1be3ab80385)

Author SHA1 Message Date
Stefan Nikolei 7b46791c41 Remove pragma 3 years ago
Stefan Nikolei 72cee824a0 Readd deleted code... 3 years ago
Stefan Nikolei 7be55a1917 Fix build 3 years ago
Stefan Nikolei 94ebf3627d Remove nullable disable from format tga 3 years ago
Stefan Nikolei f9ac6624b0 remove nullable disable from Format Pbm 3 years ago
Stefan Nikolei 90ac3a29c9 Make skipblock static to fix build 3 years ago
Stefan Nikolei 94fd43f71f remove nullable disable from format gif 3 years ago
Stefan Nikolei cd9a06b4cb Fix unit test. 3 years ago
Stefan Nikolei 3182f935dc Remove nullable disable from Formats.BMP 3 years ago
James Jackson-South b8a76143cc Recreate @brianpopow 's changes 3 years ago
Stefan Nikolei 2d6c174606 Initialize is only needed in the constructor. It would just return on the other invocations 3 years ago
Stefan Nikolei 6eec48de54 Initialize values during declaration 3 years ago
Petar Tasev a1a2cec284 Added L16 support to tiff encoder (unit tests WIP) 3 years ago
Stefan Nikolei df803cd34d Fix nullref 3 years ago
Stefan Nikolei 7847fab011 Remove ? for pixelMap and paletteOwner 3 years ago
Stefan Nikolei e7bcc5f132 Fix build 3 years ago
Stefan Nikolei 8504518073 Remove nullable disable from Processing.Processors 3 years ago
Stefan Nikolei 34add6aebf Remove nullable disable from pixelimplementations 3 years ago
Ildar Khayrutdinov 1c23ccb839 implement adding frames metadata to tiff image metadata 3 years ago
Stefan Nikolei 5078f1e1df Remove Nullable disable from MetaData.Profiles 3 years ago
James Jackson-South e9a693b99a Normalize parameters across all extension methods 3 years ago
James Jackson-South 7f1fc960ed Use cache to make type threadsafe 3 years ago
James Jackson-South 54df7ab641 Safer cast, cleanup and comment 3 years ago
Stefan Nikolei 9c3d68f1f5
Update src/ImageSharp/Memory/Buffer2DExtensions.cs 3 years ago
Stefan Nikolei 6e70477cf2
Update src/ImageSharp/Memory/Buffer2D{T}.cs 3 years ago
Stefan Nikolei 8f18e35960
Update src/ImageSharp/Memory/DiscontiguousBuffers/MemoryGroup{T}.Owned.cs 3 years ago
Stefan Nikolei 12421030c2
Update src/ImageSharp/Memory/DiscontiguousBuffers/MemoryGroup{T}.Owned.cs 3 years ago
Stefan Nikolei 4efd49295a Resolve PR issues 3 years ago
Stefan Nikolei 12cf563c5c Use CheckDisposed 3 years ago
Stefan Nikolei dfde8d8bf5 Resolve PR comments 3 years ago
Stefan Nikolei e70e71b16c Remove nullable disable from Memory.Allocators 3 years ago
Stefan Nikolei 4605f664bc Remove nullable disable from ColorSpace and Color 3 years ago
Stefan Nikolei b41611ae6d Remove nullable disable from zlib 3 years ago
Stefan Nikolei b5c6c22c21 Changes from Review 3 years ago
James Jackson-South 3c2885e382 Allow zero DPI and only throw at EOF when not enough data 3 years ago
James Jackson-South 493ad9f5a4 Update intellisense docs. 3 years ago
James Jackson-South ed476785dc Add Lab<=>Xyz conversion 3 years ago
James Jackson-South 52f88c8e6b Fix oob in n-dimension calculator. 3 years ago
Brian Popow b036cc36d1 Fix mistake reading the clut values 3 years ago
Brian Popow 67ed4ce614 Fix warnings 3 years ago
Brian Popow d6fbc01446 Change clut values from jagged array to flat array 3 years ago
Brian Popow 20e9b7fdf7 Fix out of bounds error 3 years ago
James Jackson-South 6c2ee909f2 Fix CieLab docs 3 years ago
James Jackson-South 3be31c38cd Preserve alpha component 3 years ago
Brian Popow f1c05eec69 Remove not used IccClut constructors 3 years ago
Brian Popow 0fff06d3c4 Port 1d, 2d, 3d, 4d and nd interpolation from reference implementation 3 years ago
Stefan Nikolei ff54427090 Fix Encoding 3 years ago
Stefan Nikolei 4949c348fa Change CodePagesEncodingProvider to Encoding 3 years ago
Stefan Nikolei 06f413107f Convert to TryGetValue 3 years ago
Stefan Nikolei a39ac71837 Change GetThumbnail to TryGetThumbnail 3 years ago