View Full Version : Wbmp
kehers
03-15-2006, 02:16 PM
Any one knows any where i can easily convert gif images to wbmp online?
hyperbole
03-15-2006, 03:47 PM
Image Alchemy (http://www.handmadesw.com/Online_Demo/index.html)
ImageMagick (http://www.imagemagick.org/script/index.php)
.
trendybox
03-16-2006, 07:48 PM
you can do it easily enough with php if you know php and have the gd library installed...
the code would be something like this:
$im=createImageFromGif('YOURGIF');
header('Content-type: image/wbmp');
imageWBMP($im); //for just exporting it in the browser then doing a 'save as'
imageWBMP($im,'NEWFILENAME'); //for saving it in a directory on the server.
php should do the conversion automatically for you.
kehers
03-17-2006, 09:27 AM
the problem is i av no GD installed. and then i'm like aving problems with the links hyperbole helped with too....
attahced here is the image...would b glad if someone can help out...
trendybox
03-17-2006, 02:49 PM
what's the problem? do you just need that attached graphic converted to a bitmap? let me know. I'll do it in 3 seconds.
kehers
03-18-2006, 03:54 PM
Yap...just need the conversion to WBMP.
wont mind if u can help reduced d size (both in height/width and KB)...to something like around 1KB(if possible anyway)....
Looking forward....thanks man.
trendybox
03-18-2006, 04:47 PM
yeah no prob but it will have to wait until monday. i'm out of town today and tomorrow. you can actually prob do this with ms paint. just open it as a .gif and then do a "save as". :thumbsup:
trendybox
03-20-2006, 05:52 PM
the image has been cropped and converted to a bitmap (.bmp) but the smallest i could get it is 24 kb.
Bitmaps aren't really all that great if you need it to be a small filesize.
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.