- JPEG 2000 support

This commit is contained in:
Marcus Boerger 2003-01-16 19:46:12 +00:00
parent 8958762de6
commit 1dabcd4dad
2 changed files with 5 additions and 3 deletions

View File

@ -40,7 +40,7 @@ array(10) {
string(9) "image/bmp"
}
["test1pix.jpc"]=>
array(6) {
array(7) {
[0]=>
int(1)
[1]=>
@ -50,9 +50,11 @@ array(10) {
[3]=>
string(20) "width="1" height="1""
["bits"]=>
int(8)
["channels"]=>
int(3)
["mime"]=>
string(10) "image/jpeg"
string(24) "application/octet-stream"
}
["test1pix.jpg"]=>
array(7) {

View File

@ -29,7 +29,7 @@ array(10) {
["test1pix.bmp"]=>
string(9) "image/bmp"
["test1pix.jpc"]=>
string(10) "image/jpeg"
string(24) "application/octet-stream"
["test1pix.jpg"]=>
string(10) "image/jpeg"
["test2pix.gif"]=>