10 Commits (23a80a3483c6ca98e21d1b7f2f634bde61543933)

Author SHA1 Message Date
Sergio Pedri 23a80a3483 Fixed a build error 6 years ago
James Jackson-South 8cd722cfc5 Revert `using` declaration changes for until we establish guidelines. 6 years ago
Brian Popow f60bc937de Use using declarations to reduce nesting 6 years ago
Brian Popow 7b052c8076 Fix stylecop warnings in the test project 6 years ago
James Jackson-South c24b364be1 Merge namespaces 6 years ago
James Jackson-South 3646b9d7d4 Update ExifProfileTests.cs 6 years ago
James Jackson-South d54cef8190 All tests pass. 6 years ago
James Jackson-South 07c7c1e626 Initial port + most tests 6 years ago
James Jackson-South 6bc6afb3e7 MetaData => Metadata 6 years ago
Simon Cropp fd6a03af15 remove some redundant usings (#976) 7 years ago
Simon Cropp 270a073fc6 Cleanup (#965) 7 years ago
Simon Cropp 30804cfefd remove unused variables and methods (#963) 7 years ago
Anton Firszov 5215a13cbb fix Image.FromStream() + add tests 7 years ago
Jason Nelson fca697206a Update metadata names (#879) 7 years ago
James Jackson-South b36a58bcde Clone => DeepClone 8 years ago
James Jackson-South 251ae936a7 Rename DeepClone => Clone 8 years ago
James Jackson-South eb9e051da0 All metadata now performs a deep clone 8 years ago
popow c91fb4a260 removed ExifIdCode parameter from ExifProfile.ToByteArray, because this is jpeg specific and should be handled by the jpeg encoder 8 years ago
popow f8db637e49 added unit test for writing large exif profiles 8 years ago
popow cc4a203130 to make ExifProfile format agnostic again: passing ExifIdCode as ReadonlySpan to the ToByteArray method 8 years ago
popow 01aa5303e1 using defined exif constants in the TestProfileToByteArrayWorks Test 8 years ago
popow 3aa00199f1 ToByteArray skips the first 6 bytes if includeExifCode is false, added unit test for that 8 years ago
popow 7841776e2f all Exif tests which write and load images are now testing png and jpg 8 years ago
popow 08797b1031 - no longer exposing raw exif data byte's, using ToByteArray to write the ExifChunk 8 years ago
popow 47ad00447b added unit test which writes a png with a Exif Profile and checks after reloading it, if the profile is still there (#611) 8 years ago
Dirk Lemstra e62786a6a0 Added unit test. 8 years ago
Jason Nelson 81cfbb6740 Improve overrun handling, variable names, and validate data on construction 8 years ago
Jason Nelson d9142ad0ba Fix tests 8 years ago
Jason Nelson e250767506 Make ExifValue immutable 8 years ago
James Jackson-South 9f078c818c Establish naming convention + move missed primitives 8 years ago
Anton Firszov 78368a785c removing the "Issue" label from #464-s test image + ExifUndefType.jpg is actually progressive! 8 years ago
Scott Williams 763239563b metadata namespace fixes 9 years ago
Scott Williams 1fcbdfa167 update metadata namespaces 9 years ago
Scott Williams 872ca973de inital rename packages and namespaces 9 years ago
James Jackson-South 8dbf34b12d Use better static format for Load etc. 9 years ago
James Jackson-South 119c1bf70f Remove non-generic Image 9 years ago
James Jackson-South 7d2fe2c7e5 Move IPixel types to PixelFormat namespace 9 years ago
James Jackson-South fa152146dd Rename Color and ColorVector 9 years ago
James Jackson-South b20c19ab80 Rename to Color and ColorVector 9 years ago
James Jackson-South a550b0f95e Rename Color to Color32 9 years ago
Steffen Habermehl 5f47d4e768 Updates unit test for undefined EXIF types 9 years ago
Steffen Habermehl 183260b48e Issue #132: Handle undefined EXIF data type where no number of components set 9 years ago
Scott Williams 177064f05a Move image loading out of constructors and into static methods 9 years ago
Scott Williams 095c3fb5fb fix all instances of var 9 years ago
Dirk Lemstra 6550d3f1cf Moved synchronization code to the ExifProfile. 9 years ago
Dirk Lemstra 7024deccab Added method to update the profile data (based on #96) 9 years ago
Dirk Lemstra 9fbc44e14c Fixed folder name. 9 years ago
Dirk Lemstra 7ea3238d83 Moved the meta data of the image to a new MetaData property. 9 years ago
James Jackson-South 1339ad3075 Make all images implement IDisposable 9 years ago
Anton Firszov 4004feeda9 strictly categorized test jpeg-s into Baseline/Progressive groups 9 years ago