1823 Commits (8af80459baa107038abe27985de10be1b9a25552)

Author SHA1 Message Date
Andrew Wilkinson 8af80459ba Move TIFF internals into own namespace 9 years ago
Andrew Wilkinson 5c79b5d755 Add Image extensions to save TIFF format files 10 years ago
Andrew Wilkinson 738f62bf9c Implement image decoding for the most basic TIFF image format. 10 years ago
Andrew Wilkinson d5e85a621f Decode TIFF image resolution 10 years ago
Andrew Wilkinson 1e9165a16b Decode TIFF image dimensions. 10 years ago
Andrew Wilkinson fdcd483e58 Add documentation to all elements. 10 years ago
Andrew Wilkinson 11d7aed07c Fix many StyleCop warnings! 10 years ago
Andrew Wilkinson ef2302dfee Remove unneeded using statements 10 years ago
Andrew Wilkinson 254e70ad99 Incorporate Tiff codec into new project structure 10 years ago
Andrew Wilkinson a073a9a2d4 Add a number of TIFF specific constants/enums 10 years ago
Andrew Wilkinson 4cbb28ba62 Read floating-point numbers from TIFF IFDs 10 years ago
Andrew Wilkinson f56367f6be Use constants for data type sizes 10 years ago
Andrew Wilkinson 6c9e894141 Read rational numbers from TIFF IFDs 10 years ago
Andrew Wilkinson a27964aabe Read strings from TIFF IFDs 10 years ago
Andrew Wilkinson d82ef72d72 Read integer types from TIFF IFDs 10 years ago
Scott Williams 4ab7d37e38 update sixlabors.* dependencies 10 years ago
James Jackson-South 27a952fb89 Bump version and fix metadata 10 years ago
James Jackson-South 73a88cf853 Move all drawing code into drawing project 10 years ago
James Jackson-South 5d82ed31c4 Remove unneeded package references from drawing. 10 years ago
James Jackson-South 98bd97c4d2 Fix stylecop.json reference in project 10 years ago
Scott Williams f921dd171a tweak file location 10 years ago
Scott Williams 7616142dc0 disable header rules as stylecop.json not working at command line 10 years ago
Scott Williams aae0ca9cff try local stylecop.json 10 years ago
Scott Williams 6fba1f3949 fix stylecop 10 years ago
Scott Williams 88d96c7345 produce full pdb for codecov 10 years ago
Scott Williams 3b59b02488 consolidate packages 10 years ago
James Jackson-South 43b08e509a Resize should respect source rectangle Fix #118 10 years ago
Anton Firszov a1db28fbae docs for ClearPixels() 10 years ago
Anton Firszov 43a482dc71 PixelDataPool<T> is static again, it no longer clears it's arrays. 10 years ago
Anton Firszov bf92d664e4 BufferPointer<T>.Clear() 10 years ago
Anton Firszov 81ce9f5977 inlining 10 years ago
Anton Firszov 3064b2ba20 better BufferPointer.Copy() 10 years ago
Anton Firszov ebfd6ce899 if (count < 256) { no SIMD } 10 years ago
James Jackson-South 0b08485708 Fix #127 10 years ago
Anton Firszov 973be3c4ac PixelDataPool<T> is no longer static having PixelDataPool<T>.Clean + PixelDataPool<T>.Dirty instead 10 years ago
Anton Firszov 0e526eeeb1 benchmarks 10 years ago
Anton Firszov 13ab7a4631 Using BulkPixelOperations<T> in PixelAccessor<T> 10 years ago
Anton Firszov 6fbd5e1bbc StyleStalin 10 years ago
Anton Firszov e8b0945052 naming 10 years ago
Anton Firszov 6357b94034 even better BufferPointer.Copy() 10 years ago
Anton Firszov ef34b11bca optimized BufferPointer.Copy() implementations 10 years ago
Anton Firszov dfeead95a1 Color.BulkOperations full implementation 10 years ago
Anton Firszov 793fdf41d6 implemented Color.BulkOperations.ToVector4() 10 years ago
Andrew Wilkinson 2a89db1a06 Read raw bytes for IFD entries 10 years ago
Anton Firszov 553d4f2ab7 DebugGuard 10 years ago
Anton Firszov d04c424bfa renamed ArrayPointer to BufferPointer 10 years ago
Anton Firszov 0032e2b457 Renamed BulkPixelOperation methods, removed ArrayExtensions and the unused dangerous PixelAccessor ctr. 10 years ago
Anton Firszov 2b3b3ea93b IPixel<T>.BulkOperations ---> IPixel<T>.CreateBulkOperations() 10 years ago
Anton Firszov 74f853a55b build and testrunning fix 10 years ago
Anton Firszov e59255d43f cleanup & stylecop 10 years ago