| Subject: | I do not see the point of this class. |
| Summary: | Package rating comment |
| Messages: | 2 |
| Author: | Christopher Kramer |
| Date: | 2009-09-14 11:18:54 |
| Update: | 2009-09-15 15:42:51 |
| |
|
|
Christopher Kramer rated this package as follows:
| Utility: | Insufficient |
| Consistency: | I am not sure |
| Documentation: | I am not sure |
|
|
| |
1. I do not see the point of this class. |
|
Reply |
|
|
 Christopher Kramer | 2009-09-14 11:18:54 |
I do not see the point of this class.
One could simply use imagewbmp(), imagecreatefromwbmp() or image2wbmp().
But maybe this class is a possible workaround if one is using PHP with an old GDlib version (<1.8) which does not support bmp. (But I still would say updating would be the better way then.) |
| |
2. Re: I do not see the point of this class. |
|
Reply |
|
|
 Dzsoni Voker | 2009-09-15 15:42:51 - In reply to message 1 from Christopher Kramer |
BMP != WBMP :)
WBMP is a bitmap data container originally designed to mobile devices. WBMP files are monochrome (1 bit per pixel).
Resource:
http://en.wikipedia.org/wiki/WBMP |
|