6103 Commits (484ec85ba7fec5a38bbc4dc82ae1ed17a741f97f)

Author SHA1 Message Date
Scott Williams a1908fb909 add internal IXXOptions to provider cleaner passing of params to core encoders/decoders 9 years ago
Dirk Lemstra 4a35489cac Various comment fixes and some variable renames. 9 years ago
Scott Williams c4aceae4a6 use buffer instead of array pool directly 9 years ago
Scott Williams 120db27a35 update comment 9 years ago
Scott Williams 732cb21bdc fix comments 9 years ago
Scott Williams 5e477e4537 fix formats + added sample for switching out encoders/decoders 9 years ago
James Jackson-South 12d81aec4b Experiment with new file marker finder 9 years ago
James Jackson-South 0b7a08a062 Impove disposal 9 years ago
Scott Williams 00c5897c2e provide IImageFormatProviders and split mimetype detection from decoders. 9 years ago
James Jackson-South d572b75036 Begin second phase of decoding 9 years ago
Andrew Wilkinson 596a738daa Write metadata to a TIFF file 9 years ago
James Jackson-South 8b699bf1d4 Can now decode a scan 9 years ago
Scott Williams 42e0395a60 refactor encoders/decoders 9 years ago
Dirk Lemstra cb8ab9a1f4 Use var instead. 9 years ago
James Jackson-South a2431cb5d0 Begin ProcessStartOfScan 9 years ago
James Jackson-South 1ccca34ce4 Can now build huffman tables 9 years ago
Andrew Wilkinson 51dc7ded67 Add TIFF IFD encoding 9 years ago
James Jackson-South 74ba49f162 (╯°□°)╯︵ ┻━┻ 9 years ago
James Jackson-South 6feb98f763 Fix progressive bool assignment 9 years ago
James Jackson-South 5675e56e77 Remove offset 9 years ago
James Jackson-South 49c13e3073 Use buffer 9 years ago
James Jackson-South f29bb65492 Add js source link 9 years ago
James Jackson-South e35224662d Fix header finder 9 years ago
Johannes Bildstein 34b224ec20 read and write duplicate tag data entries only once 9 years ago
Scott Williams 53c67b2387 ensure older blenders function as before 9 years ago
Scott Williams b76c21e7ee fix blending to allow non rectangualar regions to antialiase 9 years ago
Scott Williams 69501ee20c cleanup and reduce branches 9 years ago
Scott Williams 0384acb36f generate pixel blenders 9 years ago
James Jackson-South 7bda1a997d Begin port 9 years ago
Scott Williams 7f8d10c89a migrate to use primitives from SixLabors.Core 9 years ago
James Jackson-South 93e757573a Fix #247 9 years ago
Scott Williams 699895c3c9 [SL.Core] remove IsEmpty based ToString() branches 9 years ago
Scott Williams 5ba4110c19 [SL.Core] drop zero in favor of empty 9 years ago
Scott Williams d080c0bcfa [SL.Core] Revert "add center property to rectangle" 9 years ago
Scott Williams e16bc60634 [SL.Core] add multiplication and divide operators to Point 9 years ago
Scott Williams 0d18481fb3 [SL.Core] add center property to rectangle 9 years ago
Scott Williams 5be9c18a1e [SL.Core] rename project from Primitives to Core 9 years ago
Scott Williams e040a5e6f4 [SL.Core] Drop unneeded types plus added Size operators. 9 years ago
James Jackson-South b56341de43 [SL.Core] Fix naming 9 years ago
Scott Williams 717cb902ab [SL.Core] Remove matrix in favour of Matrix3x2 9 years ago
Andrew Wilkinson fd0f49f050 Add TiffEncoder and write TIFF header 9 years ago
Andrew Wilkinson 06ed5221c4 Add TIFF as a default image format 9 years ago
Andrew Wilkinson f41eb1101c Use new pixel packing methods 9 years ago
Andrew Wilkinson 53d17fc40e Read baseline TIFF metadata 9 years ago
Anton Firszov b5ce236d1c T4 Rgba32.PixelOperations 9 years ago
Andrew Wilkinson 7af04b1415 Refactor TIFF metadata reading into separate method 9 years ago
Andrew Wilkinson 59b5df5dd9 Fill TIFF Readme tables with current status. 9 years ago
Anton Firszov 8d7a8eeded headers in T4 and generated .cs 9 years ago
Anton Firszov c6a52884b9 removed unnecessary warnings, added source headers 9 years ago
Anton Firszov ba364d89ef implemented the rest of pixel conversion methods 9 years ago