|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
  [2003-01-26 01:55 UTC] olivier dot jacquemard at wanadoo dot fr
 -Short script :
<?php
  $taille = getimagesize("JPEG2000.jp2");
  dump $taille;
?>
-List of modules :
I dowloaded PHP4.3 binary for Windows (ZIP file), from your site.
-Any other information :
I tried the same script with a JPG image, it works.
I saw every where that JPEG2000 is managed in PHP 4.3. : http://www.zend.com/manual/function.getimagesize.php for exemple. Is there a "Zend" PHP or is it for the future ?
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 05:00:02 2025 UTC | 
I have downloaded PHP 4.3.1 and i didn't found any change in using something like getimagesize("jpeg2000.jp2"). I have two questions : Is there a remedy to read the header of a jpeg2000 and extract the length and height of the image ? Is it possible to define a class and use it as a buffer to read the header of a jpeg2000 image ?