473,387 Members | 1,510 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

imagecreatefrombmp ? where is that

I'd like to support all common iamge formats in my admin system,
but i don't see imagecreatefrombmp anywhere in php manual.
How can that be? Bitmap is quite common still.
And xbm - what is that? Wbmp is said there to be wireless bitmap.

So how can i create gd image from bitmap?



Jul 17 '05 #1
1 3068
"Perttu Pulkkinen" <pe**************@co.jyu.fi> wrote in message news:<p6*************@read3.inet.fi>...
I'd like to support all common iamge formats in my admin system,
but i don't see imagecreatefrombmp anywhere in php manual.
How can that be? Bitmap is quite common still.
And xbm - what is that? Wbmp is said there to be wireless bitmap.

So how can i create gd image from bitmap?


phpSt.Chung did one hack sometimes ago. You may want to look at
that <http://groups.google.com/groups?selm=a164f4b5.0311302128.40fb37f4%40posting .google.com>

--
| Just another PHP saint |
Email: rrjanbiah-at-Y!com
Jul 17 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: sentinel | last post by:
Hi, I'm currently writing a mulit-page form app that uses a session to retain data from each form element in order for the user to jump between pages, then the final data is passed to a calculation...
1
by: fartsniff | last post by:
hey all. for a small website, based off of phpnuke. running on a 2.4 down / 512 up cable connection, doing medium traffic. is it worth encoding the site using zend safeguard suite ? overall,...
2
by: ChronicFatigue | last post by:
Given that some browsers dont have javascript enabled.... do developers try to avoid using javascript when a php alternative can be used? What sort of alternative php scripts are often used?
1
by: Mark Hanford | last post by:
I'm after a regular expression that looks through a string for a certain code, and then replaces part of that code with some markup: So look in this string: this text contains (T123) a code. ...
1
by: Timothy Rue | last post by:
I found the online and free PHP manual(s) but what I need is one that is plain text/ascii Is there such a beast and if not what is the closest to it? I'd like to do my own markup on it. ...
4
by: David | last post by:
Hi, I have been playing with PHP for a few months now and have written an application that we are using at work for Garment Order Processing. The app works and does just about all we want it to...
4
by: Brian | last post by:
Someone posted a function to implement imagecreatefrombmp()but it fails in imagecreatedfromgd() in my test. Can the author check to see if theres a typo? Its very useful if it will work! Brian ...
1
by: Chung Leong | last post by:
Unrolled the scanline conversion loop into a lamda function. Should be slightly quicker. <? function ConvertBMP2GD($src, $dest = false) { if(!($src_f = fopen($src, "rb"))) {...
4
by: mingkin | last post by:
<?php function ConvertBMP2GD($src, $dest = false) { if(!($src_f = fopen($src, "rb"))) { return false; } if(!($dest_f = fopen($dest, "wb"))) { return false; }
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.