9551 Commits (58a3a958bfc74f00a9d75011b8c7ebdc8c8bd65b)
 

Author SHA1 Message Date
James Jackson-South af519602a5
Merge pull request #1630 from TechnologicalPizza/vectorize-png-encoder-filters 5 years ago
Dmitry Pentin e5188fe4f4 Implemented FDCT8x8 using avx instruction set, added backward compatibility for FDCT8x4 calls using FDCT8x8(ref Block8x8F, ref Block8x8F) method 5 years ago
TechPizza 4cfc7016ec Added comment on Accumulate 5 years ago
Dmitry Pentin 20236b8c75 Block8x8F.TransposeInto no longer uses unsafe casts (partially) 5 years ago
Dmitry Pentin fbf0ff1466 Block8x8F.MultiplyInPlace no longer use unsafe casts 5 years ago
Dmitry Pentin 7229dbf73f Block8x8F explicit layout & 256bit rows support 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
James Jackson-South fab1f3a5a0 Make XMP internal, minor cleanup 5 years ago
Dmitry Pentin f56105393b Fixed a couple of failing tests 5 years ago
Brian Popow 9ab7dcc8d6
Merge branch 'master' into tiff-format 5 years ago
Brian Popow 09f4957ce5 Make TiffFrameMetadata internal 5 years ago
Brian Popow 04b6f3ffcf Remove ExifProfile from TiffFrameMetadata, Add ExifProfile and XmpProfile to ImageFrameMetaData 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
Brian Popow 411c7d6520 Add setters for TiffFrameMetaData properties, initialize properties from frame ExifProfile 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
Brian Popow 275a6cc27d Remove Exif profile from the image metadata: each frame will have its own ExifProfile 5 years ago
Brian Popow 587910f3e3 Remove PhotometricInterpretation and Compression from tiff metadata, because those are already present in the frame metadata 5 years ago
Brian Popow 875db67386 Remove Tiff specific values from the EXIF profile 5 years ago
Brian Popow 85a65ae6f9 Remove width and height from tiff frame metadata 5 years ago
Brian Popow fa68e1b843 Read and write Exif Profile 5 years ago
Brian Popow a67bdc222d Remove the Func from SetSingle and SetArray 5 years ago
Brian Popow 4516ec445a Rename generic type classes to include the type in the filename 5 years ago
TechPizza 02d0a808c3 Vectorized PaethFilter 5 years ago
James Jackson-South 10a12f752a Add TODO to TiffLZWDecoder 5 years ago
James Jackson-South 10a3e5eba0 Update HorizontalPredictor.cs 5 years ago