[PHP-CVS] cvs: php4 /ext/standard image.c

2003-02-14 Thread Marcus Boerger
helly Fri Feb 14 14:43:07 2003 EDT Modified files: /php4/ext/standard image.c Log: a little bit slower but somewhat tricky and more flexible and it does not allocate static buffers anymore Index: php4/ext/standard/image.c diff -u php4/ext/standard/image.c:

[PHP-CVS] cvs: php4 /ext/standard image.c

2003-02-12 Thread Jani Taskinen
sniper Thu Feb 13 02:02:53 2003 EDT Modified files: /php4/ext/standard image.c Log: ws fix Index: php4/ext/standard/image.c diff -u php4/ext/standard/image.c:1.89 php4/ext/standard/image.c:1.90 --- php4/ext/standard/image.c:1.89 Sun Feb 9 14:09:51 2003 +

[PHP-CVS] cvs: php4 /ext/standard image.c

2003-02-01 Thread Marcus Boerger
helly Sat Feb 1 18:38:29 2003 EDT Modified files: /php4/ext/standard image.c Log: avoid warnings Index: php4/ext/standard/image.c diff -u php4/ext/standard/image.c:1.87 php4/ext/standard/image.c:1.88 --- php4/ext/standard/image.c:1.87 Sat Feb 1 18:14:1

[PHP-CVS] cvs: php4 /ext/standard image.c php_image.h

2003-02-01 Thread Marcus Boerger
helly Sat Feb 1 18:14:13 2003 EDT Modified files: /php4/ext/standard image.c php_image.h Log: @Added XBM support for GetImageSize(). (helly) Index: php4/ext/standard/image.c diff -u php4/ext/standard/image.c:1.86 php4/ext/standard/image.c:1.87 --- php4/ex

[PHP-CVS] cvs: php4 /ext/standard image.c

2003-01-24 Thread Ilia Alshanetsky
iliaa Fri Jan 24 19:23:03 2003 EDT Modified files: /php4/ext/standard image.c Log: Fixed compiler warning. Index: php4/ext/standard/image.c diff -u php4/ext/standard/image.c:1.85 php4/ext/standard/image.c:1.86 --- php4/ext/standard/image.c:1.85 Sat Ja

[PHP-CVS] cvs: php4 /ext/standard image.c /ext/standard/tests/image image_type_to_mime_type.phpt test1pix.jp2

2003-01-17 Thread Marcus Boerger
helly Fri Jan 17 13:51:31 2003 EDT Added files: /php4/ext/standard/tests/image test1pix.jp2 Modified files: /php4/ext/standard image.c /php4/ext/standard/tests/image image_type_to_mime_type.phpt Log: fix jp2 detection and

[PHP-CVS] cvs: php4 /ext/standard image.c php_image.h

2003-01-16 Thread Marcus Boerger
helly Thu Jan 16 14:45:27 2003 EDT Modified files: /php4/ext/standard image.c php_image.h Log: - corrected error in file detection for very small files - JPEG 2000 support, mostly Adam Wright <[EMAIL PROTECTED]> @Enhanced jpeg 2000 support for GetImageSize()

[PHP-CVS] cvs: php4 /ext/standard image.c

2003-01-08 Thread Jani Taskinen
sniper Wed Jan 8 19:15:34 2003 EDT Modified files: /php4/ext/standard image.c Log: Fix the ZTS build. Index: php4/ext/standard/image.c diff -u php4/ext/standard/image.c:1.81 php4/ext/standard/image.c:1.82 --- php4/ext/standard/image.c:1.81 Wed Jan 8 15:

[PHP-CVS] cvs: php4 /ext/standard image.c php_image.h

2003-01-08 Thread Ilia Alshanetsky
iliaa Wed Jan 8 15:36:03 2003 EDT Modified files: /php4/ext/standard image.c php_image.h Log: Added support for WBMP images. Index: php4/ext/standard/image.c diff -u php4/ext/standard/image.c:1.80 php4/ext/standard/image.c:1.81 --- php4/ext/standard/image

[PHP-CVS] cvs: php4 /ext/standard image.c

2002-12-05 Thread Marcus Boerger
helly Thu Dec 5 10:52:20 2002 EDT Modified files: /php4/ext/standard image.c Log: Remove unnecessary code here Index: php4/ext/standard/image.c diff -u php4/ext/standard/image.c:1.78 php4/ext/standard/image.c:1.79 --- php4/ext/standard/image.c:1.78 T

[PHP-CVS] cvs: php4 /ext/standard image.c

2002-12-05 Thread Marcus Boerger
helly Thu Dec 5 07:39:01 2002 EDT Modified files: /php4/ext/standard image.c Log: Return FALSE on error as mentioned by John Coggeshall. See Bug #20822 Index: php4/ext/standard/image.c diff -u php4/ext/standard/image.c:1.77 php4/ext/standard/image.c:1.7

[PHP-CVS] cvs: php4 /ext/standard image.c

2002-11-19 Thread Ilia Alshanetsky
iliaa Tue Nov 19 16:24:47 2002 EDT Modified files: /php4/ext/standard image.c Log: Do not register IMAGETYPE_SWC if zlib, which is needed for parsing of swc files is not available. Index: php4/ext/standard/image.c diff -u php4/ext/standard/image.c:1.76

[PHP-CVS] cvs: php4 /ext/standard image.c

2002-11-18 Thread Marcus Boerger
helly Mon Nov 18 11:50:10 2002 EDT Modified files: /php4/ext/standard image.c Log: Added colordepth for png Index: php4/ext/standard/image.c diff -u php4/ext/standard/image.c:1.75 php4/ext/standard/image.c:1.76 --- php4/ext/standard/image.c:1.75 Mon N

Re: [PHP-CVS] cvs: php4 /ext/standard image.c

2002-11-18 Thread Marcus Börger
Yes i thought also i think we should have one that has the bit 7 set for width and height and it should have one bit more set in the second byte. And width and height should be different. This would lead us to an image of (256+128) * (256+128+1) = 384 * 385 pixels in size. As most images are detect

Re: [PHP-CVS] cvs: php4 /ext/standard image.c

2002-11-18 Thread Derick Rethans
On Mon, 18 Nov 2002, Marcus Boerger wrote: > helly Mon Nov 18 10:49:06 2002 EDT > > Modified files: > /php4/ext/standardimage.c > Log: > Fixing unsigned/signed problems (and i thought about it before...) > Maybe we can add rasmus images to our test sui

[PHP-CVS] cvs: php4 /ext/standard image.c

2002-11-18 Thread Marcus Boerger
helly Mon Nov 18 10:49:06 2002 EDT Modified files: /php4/ext/standard image.c Log: Fixing unsigned/signed problems (and i thought about it before...) Index: php4/ext/standard/image.c diff -u php4/ext/standard/image.c:1.74 php4/ext/standard/image.c:1.75 ---

[PHP-CVS] cvs: php4 /ext/standard image.c

2002-11-18 Thread Derick Rethans
derick Mon Nov 18 10:45:27 2002 EDT Modified files: /php4/ext/standard image.c Log: - Remove outdated GPL clause; the file was totally rewritten Index: php4/ext/standard/image.c diff -u php4/ext/standard/image.c:1.73 php4/ext/standard/image.c:1.74 --- php4/

[PHP-CVS] cvs: php4 /ext/standard image.c

2002-11-16 Thread Marcus Boerger
helly Sat Nov 16 12:02:07 2002 EDT Modified files: /php4/ext/standard image.c Log: Make getimagesize more robust against corrupt files Index: php4/ext/standard/image.c diff -u php4/ext/standard/image.c:1.72 php4/ext/standard/image.c:1.73 --- php4/ext/stand

[PHP-CVS] cvs: php4 /ext/standard image.c

2002-11-12 Thread Ilia Alshanetsky
iliaa Tue Nov 12 11:14:18 2002 EDT Modified files: /php4/ext/standard image.c Log: Data manipulation (for big endian transformation) should occur after the data has been read from file. Index: php4/ext/standard/image.c diff -u php4/ext/standard/image.c:1

[PHP-CVS] cvs: php4 /ext/standard image.c

2002-11-07 Thread Ilia Alshanetsky
iliaa Thu Nov 7 22:04:23 2002 EDT Modified files: /php4/ext/standard image.c Log: Fixed prototype of image_type_to_mime_type(), bug #20094. Index: php4/ext/standard/image.c diff -u php4/ext/standard/image.c:1.70 php4/ext/standard/image.c:1.71 --- php4/ext

[PHP-CVS] cvs: php4 /ext/standard image.c

2002-11-07 Thread Ilia Alshanetsky
iliaa Thu Nov 7 11:37:48 2002 EDT Modified files: /php4/ext/standard image.c Log: 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 d

[PHP-CVS] cvs: php4 /ext/standard image.c

2002-09-18 Thread Ilia Alshanetsky
iliaa Wed Sep 18 16:37:24 2002 EDT Modified files: /php4/ext/standard image.c Log: Added additional handlers for compressed swf files, which require entire file to be downloaded for successful decompression. Index: php4/ext/standard/image.c diff -u php4