There really isn't any practical difference between these two, but repo
currently uses *.tiff files more than 8.3 variant filenames of *.tif.
Also these aren't part of the test.
["mime"]=>
string(29) "application/x-shockwave-flash"
}
- ["test4pix.tif"]=>
+ ["test4pix.tiff"]=>
array(5) {
[0]=>
int(4)
"BMP image file" => "200x100.bmp",
//TIFF intel byte order
- "TIFF intel byte order image file" => "200x100.tif",
+ "TIFF intel byte order image file" => "200x100.tiff",
//JPC file
"JPC image file" => "test1pix.jpc",
array(0) {
}
--- TIFF intel byte order image file (200x100.tif) --
+-- TIFF intel byte order image file (200x100.tiff) --
array(5) {
[0]=>
int(200)
*/
echo "*** Testing getimagesize() : tiff_mm format ***\n";
-var_dump(getimagesize(__DIR__ . "/2x2mm.tif", $arr));
+var_dump(getimagesize(__DIR__ . "/2x2mm.tiff", $arr));
var_dump($arr);
?>
string(9) "image/psd"
["test4pix.swf"]=>
string(29) "application/x-shockwave-flash"
- ["test4pix.tif"]=>
+ ["test4pix.tiff"]=>
string(10) "image/tiff"
}