History log of /php-src/ext/standard/image.c (Results 151 – 175 of 235)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 71e9f8cd 18-Jan-2003 Ilia Alshanetsky

Removed pointless memory allocation checks.

# 973c5fa1 17-Jan-2003 Marcus Boerger

fix jp2 detection and add testfile

# 8958762d 16-Jan-2003 Marcus Boerger

- corrected error in file detection for very small files
- JPEG 2000 support, mostly Adam Wright <adam@elysium.ltd.uk>
@Enhanced jpeg 2000 support for GetImageSize(). (marcus, Adam Wright)

# 66fd5008 09-Jan-2003 foobar

Fix the ZTS build.

# 072be90d 08-Jan-2003 Ilia Alshanetsky

Added support for WBMP images.

# b506f5c8 31-Dec-2002 Sebastian Bergmann

Bump year.

Revision tags: php-4.3.0, php-4.3.0RC4, RELEASE_1_0b3, php-4.3.0RC3
# 19d5e535 05-Dec-2002 Marcus Boerger

Remove unnecessary code here

# 373361d9 05-Dec-2002 Marcus Boerger

Return FALSE on error as mentioned by John Coggeshall.
See Bug #20822

Revision tags: php-4.3.0RC2, RELEASE_1_0b2
# 7751c4f5 19-Nov-2002 Ilia Alshanetsky

Do not register IMAGETYPE_SWC if zlib, which is needed for parsing of swc
files is not available.

# a3d821c6 18-Nov-2002 Marcus Boerger

Added colordepth for png

# 25456939 18-Nov-2002 Marcus Boerger

Fixing unsigned/signed problems (and i thought about it before...)

# e93f1c00 18-Nov-2002 Derick Rethans

- Remove outdated GPL clause; the file was totally rewritten

# a3157908 16-Nov-2002 Marcus Boerger

Make getimagesize more robust against corrupt files

Revision tags: BEFORE_RENAMING, php-4.3.0RC1
# 619fc2c3 12-Nov-2002 Ilia Alshanetsky

Data manipulation (for big endian transformation) should occur after the
data has been read from file.

# d28e3d9d 08-Nov-2002 Ilia Alshanetsky

Fixed prototype of image_type_to_mime_type(), bug #20094.

# 15fb290e 07-Nov-2002 Ilia Alshanetsky

Fixed a crash in image_type_to_mime_type(), when a non integer value is
passed to the function.
Fixed Width/Height detection of bmp files on big endian systems.
Added bit depth detection

Fixed a crash in image_type_to_mime_type(), when a non integer value is
passed to the function.
Fixed Width/Height detection of bmp files on big endian systems.
Added bit depth detection for bmp files.

show more ...

Revision tags: php-4.3.0pre2, RELEASE_1_0b1, php-4.3.0pre1, MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003
# 869c42a5 18-Sep-2002 Ilia Alshanetsky

Added additional handlers for compressed swf files, which require
entire file to be downloaded for successful decompression.

Revision tags: RELEASE_0_91, php-4.3.0dev_zend2_alpha3
# 0ea12a47 06-Sep-2002 Anantha Kesari H Y

NetWare related additions/modifications

Revision tags: php-4.2.3, php-4.2.3RC2
# 149ad05b 24-Aug-2002 Marcus Boerger

php_error_docref
#New conversion available at: http://docref.txt.marcus-boerger.de

Revision tags: php-4.2.3RC1, dev, php-4.2.2
# 48634e40 12-Jul-2002 foobar

- Fixed compile (bug #18297) on such systems which define uchar.

# 728f2de4 08-Jul-2002 Derick Rethans

Unify error messages

Revision tags: INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt
# d73eed92 01-Jul-2002 Derick Rethans

- No C++ comments

Revision tags: php-4.3.0dev_zend2_alpha2
# 43ec2dfa 25-Jun-2002 Marcus Boerger

bits/channels for gif

# ba6498e4 24-Jun-2002 Marcus Boerger

missing return value

# cccc4e3c 24-Jun-2002 Marcus Boerger

register IMAGETYPE_<xxx> constants in image.c as they are needed
there.

12345678910