35 Commits (211a8ecf30595ba51595096cf12daaacc9c169c2)

Author SHA1 Message Date
Anton Firszov 52c4a3d417 fix Image.FromStream() + add tests 7 years ago
Jason Nelson 48bac7b334 Update metadata names (#879) 7 years ago
James Jackson-South d134300dbb Clone => DeepClone 8 years ago
James Jackson-South 6e8b167354 Rename DeepClone => Clone 8 years ago
James Jackson-South 025d104dfa All metadata now performs a deep clone 8 years ago
popow 35aaaeefad removed ExifIdCode parameter from ExifProfile.ToByteArray, because this is jpeg specific and should be handled by the jpeg encoder 8 years ago
popow 685b5c5204 added unit test for writing large exif profiles 8 years ago
popow 4b484f9ea0 to make ExifProfile format agnostic again: passing ExifIdCode as ReadonlySpan to the ToByteArray method 8 years ago
popow 976aad3079 using defined exif constants in the TestProfileToByteArrayWorks Test 8 years ago
popow fd02990aa6 ToByteArray skips the first 6 bytes if includeExifCode is false, added unit test for that 8 years ago
popow 34e244302e all Exif tests which write and load images are now testing png and jpg 8 years ago
popow 820f30c461 - no longer exposing raw exif data byte's, using ToByteArray to write the ExifChunk 8 years ago
popow 4ed1df8ffc 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 bbf6b22b83 Added unit test. 8 years ago
Jason Nelson 970ed81b03 Improve overrun handling, variable names, and validate data on construction 8 years ago
Jason Nelson 77f0b6b78d Fix tests 8 years ago
Jason Nelson 52b16a32be Make ExifValue immutable 8 years ago
James Jackson-South fd16a60c1a Establish naming convention + move missed primitives 9 years ago
Anton Firszov 0760cb736c removing the "Issue" label from #464-s test image + ExifUndefType.jpg is actually progressive! 9 years ago
Scott Williams 3382f49b06 metadata namespace fixes 9 years ago
Scott Williams a5e124ce40 update metadata namespaces 9 years ago
Scott Williams 94c60cb338 inital rename packages and namespaces 9 years ago
Anton Firszov abd4c19bed test clenup (xUnit analyzer warnings mostly) 9 years ago
James Jackson-South 0766b03ea6 Use better static format for Load etc. 9 years ago
James Jackson-South 450987dc00 Remove non-generic Image 9 years ago
James Jackson-South 3e5c8f7b5d Move IPixel types to PixelFormat namespace 9 years ago
James Jackson-South 0a700864e5 Rename Color and ColorVector 9 years ago
James Jackson-South 292bc4db9e Rename to Color and ColorVector 9 years ago
James Jackson-South 3c5e3a966e Rename Color to Color32 9 years ago
Dirk Lemstra 88c3fb3888 Added extra checks to the ExifReader (fixes #175). 9 years ago
Steffen Habermehl 13a4a2613f Updates unit test for undefined EXIF types 9 years ago
Steffen Habermehl 2c373a623b Issue #132: Handle undefined EXIF data type where no number of components set 9 years ago
Scott Williams a3185fd6e7 Move image loading out of constructors and into static methods 9 years ago
Scott Williams e29f3eadd9 fix all instances of var 10 years ago
Dirk Lemstra fe4753c692 Moved synchronization code to the ExifProfile. 10 years ago
Dirk Lemstra 00f08396d7 Added method to update the profile data (based on #96) 10 years ago
Dirk Lemstra f7dcff1895 Fixed folder name. 10 years ago