Scott Williams
ea44e6ce15
refactor encoders/decoders
refactor encoders to remove IImageFormat and split the logic across Encoders and Decoders.
remove IXXXOptions and moved setting onto encoders/decoders directly.
add out param on Image.Load APIs to output mime type of loaded image.
9 years ago
James Jackson-South
5ec3f28532
Remove StandardImageClass
9 years ago
Anton Firszov
8a63ceb75b
tests for Png & Gif codecs
10 years ago
James Jackson-South
3e5c8f7b5d
Move IPixel types to PixelFormat namespace
10 years ago
James Jackson-South
eceb889758
Rename TColor to TPixel
10 years ago
Scott Williams
5b02e9a8d4
remove ignored tests
10 years ago
Scott Williams
1da6833a2a
fix stylecop issues
10 years ago
Scott Williams
e6e97ed404
Add image comparer test helper
Add a couple of png smoke tests that encode and then decode an image in png then does a visual compare to verify they render the same.
10 years ago
Dirk Lemstra
a9f4dc07a0
Renamed test classes.
10 years ago
James Jackson-South
6526585850
Cleanup
10 years ago
Dirk Lemstra
7a799fe311
Moved the meta data of the image to a new MetaData property.
10 years ago
James Jackson-South
d5064cadc5
Make all images implement IDisposable
10 years ago
James Jackson-South
ce9a93ff24
Png encoder now passes parallel test #24
Previous build failed test when using unmanaged buffer copying. via
PixelRow
10 years ago
James Jackson-South
8cae170251
Make PngEncoder threadsafe. Fix #24
10 years ago
Anton Firszov
321f7297ff
allocation optimizations for JpegDecoderCore
10 years ago
James Jackson-South
2b2ec84e9c
Rename to ImageSharp
10 years ago
dirk
c6f775877d
Refactored creating the output directory.
Former-commit-id: f23cc3264514e4c882d0a2ed41ffc23f9abb54ef
Former-commit-id: b9e32392f090e1fd3f0c534bad3939360d0dcecd
Former-commit-id: 6276382a7659cc1f3fed381c2cedcee611947da5
10 years ago
dirk
90b385ac05
Only read and decode the test images once in the unit tests.
Former-commit-id: 789111f1860e7b59bab56e10a8145d76eec0639a
Former-commit-id: 436fb17c2ae4d183b2fc50c1770d474b0dab570f
Former-commit-id: cfce7b2f47d0fd834893251577ede00cde96cd5e
10 years ago
James Jackson-South
682f5b73e3
Add format tests
Former-commit-id: 05ae692a75c4b11f2e4474f84412f432f93e8753
Former-commit-id: 782629c7d712f5496c6ff4cdeea242eef0896e31
Former-commit-id: da773565a12c5de9186d546542b2b8f976903567
10 years ago
James Jackson-South
cab579310f
Invert
Former-commit-id: 543588719050a2a824a61b3578bad8b1453937d4
Former-commit-id: 0e0ca33a0e82a2696f63609b1332c85949f42fda
Former-commit-id: 2750fc6e82392ec3c9368d9b2f062e8823ffb363
10 years ago
James Jackson-South
e2fc7b04d2
Saturation, Sepia
Former-commit-id: f0b02bfd300840689af44740b52a9bd5f7e2e49d
Former-commit-id: 0883c72b9b8aed6625672c6a495613d4a2fbd9e1
Former-commit-id: 6a570bbd38d20705a3e1c025b083ab0b47b481b8
10 years ago
James Jackson-South
743e3309b3
Begin add ColorMatrix filters.
Former-commit-id: 87e8abdf10ff5c2068354690817dd32a86d613c2
Former-commit-id: 9eeb9dd07422fded5300087200f781d7d7064b50
Former-commit-id: a35e9e5e97952e268bcb3310194d738282817052
10 years ago
James Jackson-South
a938265ca3
jpeg now preserves dpi
Former-commit-id: fcf404c9fede3784fd312aaba739185e12aba2d8
Former-commit-id: 08d5865cda85d173d37e895373cb110d6fa4b053
Former-commit-id: 1350e5c663eca447189095abfe5f8a316c5a970c
10 years ago
James Jackson-South
a782e5fe49
Add resolution test
Test Fails just now.
Former-commit-id: da297b15e6ad9c6612378499e7506fade95174d8
Former-commit-id: 9c6106412771f797166983014b7cc976bdae3a3a
Former-commit-id: 394581f30c0ef3e6beb50e32984d8b5315e81710
10 years ago