9054 Commits (65808ae55f1bc069434bacbf1964895720b9b1d0)
 

Author SHA1 Message Date
James Jackson-South 65808ae55f Fix throwhelper 5 years ago
Dmitry Pentin 5704403030 Implemented ThrowObjectDisposedException for the ThrowHelper, replaced raw throws with this in Image/ImageFrameCollection 5 years ago
Dmitry Pentin d54ff0e084 Fixed disposable resouce leak in unit test. 5 years ago
Dmitry Pentin e787ffa518 Implemented dispose method according to common convention. 5 years ago
Dmitry Pentin 1c8dcefd6d Renamed private Image<TPixel>.PixelSourse to PixelSourceUnsafe 5 years ago
James Jackson-South 34706fb0e3
Merge branch 'master' into image-disposed-fix 5 years ago
James Jackson-South af519602a5
Merge pull request #1630 from TechnologicalPizza/vectorize-png-encoder-filters 5 years ago
TechPizza 4cfc7016ec Added comment on Accumulate 5 years ago
TechPizza 5c7f4a9ab3 Added more specialized Png filter code 5 years ago
TechPizza 9d04ec8274 Small intrinsics cleanup 5 years ago
TechPizza d7f02bc23c Greatly optimized PaethFilter 5 years ago
TechPizza 64e082615a Optimized AverageFilter 5 years ago
TechPizza 0af3adf65c Merge branch 'vectorize-png-encoder-filters' of https://github.com/TechnologicalPizza/ImageSharp into vectorize-png-encoder-filters 5 years ago
TechPizza 29250ffbec Added Png filter tests 5 years ago
TechPizza 43a519c7e3
Merge branch 'master' into vectorize-png-encoder-filters 5 years ago
TechPizza 41b773ac02 Made PaethFilter use unsafe loads 5 years ago
TechPizza 425e4876fa Vectorized UpFilter 5 years ago
TechPizza 514d230982 Vectorized SubFilter 5 years ago
TechPizza c16af90f79 Vectorized AverageFilter 5 years ago
TechPizza 78b6d78058 Moved Accumulate to Numerics 5 years ago
Dmitry Pentin f56105393b Fixed a couple of failing tests 5 years ago
Dmitry Pentin a71ce1913f ImageFrameCollection.Contains first checks if it was disposed first 5 years ago
Dmitry Pentin f0f0c088ab Fixed couple of invalid tests for ImageFrameCollection<TPixel> 5 years ago
Dmitry Pentin 009e9357bd Added tests for issues#1628 5 years ago
Dmitry Pentin 3f8bd3d2e6 Added internal accessor for root frame 5 years ago
Dmitry Pentin 127e9ddcdd All ImageFrameCollection<TPixel> public properties & method now check if object was disposed 5 years ago
Dmitry Pentin cbca565788 ImageFrameCollection now properly implements IDisposable interface & ensures all operations are called on valid object 5 years ago
Dmitry Pentin ff4b269d59 Removed invalid tests 5 years ago
Dmitry Pentin 8ec1013ce8 Removed redundant flag from Image.Dispose(bool) call 5 years ago
Dmitry Pentin acf9d85e8c Moved dispose control logic to base Image class 5 years ago
Dmitry Pentin 095ce41626 Added tests for issue#1628 5 years ago
Dmitry Pentin 1c45c1a705 Removed GC.SuppressFinalize(this) from Image.Dispose() due to it not having a Finalization method 5 years ago
Dmitry Pentin 7029b2ffb1 Image<TPixel> private property PixelSource no longer checks if object was disposed, check is delegated to public methods using that property 5 years ago
Dmitry Pentin d48b15227d Image<TPixel> private methods no longer check if object was disposed - it is done at public method calls 5 years ago
Dmitry Pentin 7900b43d1d Image<TPixel>.Frames now properly throws ObjectDisposedException after being disposed 5 years ago
James Jackson-South 993f96eb7d
Merge pull request #1624 from SixLabors/js/branding 5 years ago
James Jackson-South 5b280d3f5c Update branding [skip ci] 5 years ago
TechPizza 02d0a808c3 Vectorized PaethFilter 5 years ago
James Jackson-South a8cb711584
Merge pull request #1623 from SixLabors/bp/bmp1bit 5 years ago
Brian Popow 33192d396b Switch default quantizer for the bitmap encoder to Wu-quantizer 5 years ago
Brian Popow ea8bef4321 Add support for encoding 1 bit per pixel bitmaps 5 years ago
James Jackson-South 6fa903c83d
Merge pull request #1622 from SixLabors/bp/bmp4bit 5 years ago
Brian Popow 60bd3946de Execute 4bit bitmap encoder tests only on windows 5 years ago
Brian Popow 04e6b4135a Make sure bitmap encoder preserves 4 bits per pixel, when the input is 4 bit 5 years ago
Brian Popow c05d4ddeb5 Add support for encoding 4 bit per pixel bitmaps 5 years ago
James Jackson-South a6c1785468
Merge pull request #1615 from SixLabors/js/sponsors 5 years ago
James Jackson-South 9ed5fe95cf Update README.md 5 years ago
James Jackson-South 31dbe9a8ae
Merge pull request #1614 from SixLabors/js/fix-publish 5 years ago
James Jackson-South 4db99dbbf5 Update shared-infrastructure 5 years ago
James Jackson-South c5c4dd209b
Merge pull request #1610 from ptasev/pt/mem-manager-byte 5 years ago