James Jackson-South
90de26fbe5
Fix #115
9 years ago
James Jackson-South
a1c4882922
Ignore chunk length of 1. Fix #103
TODO: Read libpng for matching behaviour
9 years ago
Anton Firszov
fe89861d10
bad EOF progressive test image
9 years ago
Anton Firszov
addf8c6c04
jpeg test cleanup
9 years ago
Anton Firszov
2fe420bd9a
strictly categorized test jpeg-s into Baseline/Progressive groups
9 years ago
Scott Williams
2953d877c6
Revert "At least render something when progressive."
This reverts commit d05b06bbbd .
9 years ago
James Jackson-South
d05b06bbbd
At least render something when progressive.
This allows parsing of the broken eof images. The non-progressive
renders perfectly, the progressive appears to not render the final
scan.... or something.
9 years ago
Scott Williams
ea0126f3c8
stop processing jpeg file once image loaded.
9 years ago
Anton Firszov
fac468fedc
fixed jpeg quality issue pointed out in conversation under #75
9 years ago
James Jackson-South
08c48acb7d
Add interlace powerpoint image touch #76 [skip ci]
9 years ago
Anton Firszov
4f27e6b938
Benchmark_JpegDecoder
10 years ago
antonfirsov
2822e2a950
Benchmark_JpegDecoder
10 years ago
Dirk Lemstra
4c9e3dc4e7
Refactored TestImages again so they can be used in Attributes.
10 years ago
James Jackson-South
dae509430b
Add new test file.
The octree quantizer does not like this file. A couple of frame
backgrounds turn out the wrong color. When you resize though all is
fixed!?
10 years ago
Dirk Lemstra
ca42f82295
Fixes for CodeCoverage.
10 years ago
Dirk Lemstra
b36d7a6ae9
Changed the test images from string into TestFile.
10 years ago
James Jackson-South
58428cc840
Decode CMYK and YCCK images Fix #40
We can decode the images but there is a loss of accuracy due to a lack
of ICC support.
10 years ago
Anton Firszov
4bcb5208cc
manually merged DecodeJpegMultiple + additional test images
10 years ago
James Jackson-South
e6af16b081
Much better output. Nearly there. Touch #9
Image in issue works perfectly as does rgba test image. rgb 8x8 test
image shows 2 pixel error though and I don't know why.
10 years ago
James Jackson-South
89297f314d
A little bit better
10 years ago
James Jackson-South
f45bbecfa7
Initial attempt to decode png. Touch #9
I can pull the pixels from the stream but something is wrong with my
offset calculations. Fingers crossde it's something easy to spot.
10 years ago
Anton Firszov
06eaf8610c
test fixes
10 years ago
Anton Firszov
246cdddd25
removed "geneserath.jpg" from TestImages
10 years ago
Anton Firszov
321f7297ff
allocation optimizations for JpegDecoderCore
10 years ago
Oleg Bogdanov
472350e5b8
Don't allocate memory for png decode filters, reuse scanline buffers
- Added png test images with different filters for local tests
10 years ago
James Jackson-South
2b2ec84e9c
Rename to ImageSharp
10 years ago
dirk
0a2de54539
Use jpeg instead of jpg.
Former-commit-id: c6c5334eaff8c57cd508e2388b9287fba8c635b3
Former-commit-id: be669dc053bd6ff9cf4d320bd8e6d5cc5eaa775d
Former-commit-id: 2cd963161aa5afe53e6f304c42d2fd4c57383ae7
10 years ago
James Jackson-South
0ae7344458
Organise tests
Former-commit-id: 8c43c6aba24aa6983422a8b9645634c6b09f3a6b
Former-commit-id: b5152d24a3f764fa3525a9f65dbefecb65305db9
Former-commit-id: ee28c35506740387c1d91aeb902ff017790a58d3
10 years ago
James Jackson-South
4b95cac1bc
JpegDecoder now supports Cmyk Fix #444
Touch #446
Former-commit-id: c46493a2a08e77b870a0c1f9c5606c019c7f3a63
Former-commit-id: 4f7f58f1fa7d3e8f4f113c07236d7561f8d65f05
Former-commit-id: ead2c2298e2b056bc7b3785018c7e3cb29d7e47f
10 years ago
James Jackson-South
93e4c4d562
Add Rational struct [skip ci]
Former-commit-id: 42f38934bd4650dfdb7e733bebcdbe11eb57cd1f
Former-commit-id: ff53006f57bd6b40ee863692b41eda42ce33b7b3
Former-commit-id: d1358cebb22a24144a19eef570c23e645a42714a
10 years ago
dirk
ac58565b9f
Added option to change the orientation of an image based on the information in the Exif profile.
Former-commit-id: ae4de1addaed801930aea365f4bc0a87d03f6e3f
Former-commit-id: bb1e39e2ef759b391e88b7f3fbfd98ea97913b3f
Former-commit-id: 97d2de47e68c5dafc524656ec3d95c1c1f72e7c2
10 years ago
dirk
5366dc83e4
Add new TestImages class to get easier access to individual test images.
Former-commit-id: 9a2532c9dfb7d153dcc67d2fe3978771e90e07cc
Former-commit-id: 9dd731103d2774c5c5923d1b57e90c66d78349f5
Former-commit-id: 7c8dd93df1e327e3b816aa04721d35f16957215a
10 years ago