History log of /PHP-5.5/ext/standard/image.c (Results 76 – 100 of 156)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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.


# 48bdf08e 24-Jun-2002 Marcus Boerger

@GetImageSize now allways set fields unknown to 0 and new Imagetype
@iff. (Marcus)


# 1f56d4ba 23-Jun-2002 Marcus Boerger

-imagetype2mimetype renamed to image_type_to_mime_type


# c8f1529d 22-Jun-2002 Marcus Boerger

@GetImageSize now returns additional index 'MimeType' and new function
@imagetype2mimetype to convert php imagetypes to mime-types. (Marcus)
#the reason why i export php_imagetype2mimetype is

@GetImageSize now returns additional index 'MimeType' and new function
@imagetype2mimetype to convert php imagetypes to mime-types. (Marcus)
#the reason why i export php_imagetype2mimetype is that i use that for
#exif, too. Followup example will explain why.

show more ...


# d4b1909a 22-Jun-2002 Marcus Boerger

ws fix


1234567