activex for generating bmp files from png - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: activex for generating bmp files from png (/showthread.php?tid=61580) activex for generating bmp files from png by luisillo on 06-26-2006 at 02:15 PM
Hello! RE: activex for generating bmp files from png by mathieumg on 06-26-2006 at 02:18 PM
Why do you want to convert it to bmp? quote: RE: activex for generating bmp files from png by deAd on 06-26-2006 at 02:23 PM The library (dynimage, i bet) only supports BMP. The library is also used in iTunes+ for image generation...I tried to make a script like this, but I'm not sure there's a way to convert it in jscript :/ RE: RE: activex for generating bmp files from png by luisillo on 06-26-2006 at 02:29 PM
quote: Exactly! thats why I need to convert the DP to BMP, everything else is done, but you have to put the img in bmp format, and i cant do that 'cause when a picture is loaded into WLM DP is set to .dat with png format, so this takes a lot of work away, otherwise I had to create a browser dialog, and all thet stuff, which, appart from being little far from my experience with js programing (that's not the main reason), it would make my script heavier, and I want (if possible) a light one. RE: activex for generating bmp files from png by CookieRevised on 06-26-2006 at 02:34 PM
add the text using GDI+ API's, save the picture again, done RE: activex for generating bmp files from png by alexp2_ad on 06-26-2006 at 02:35 PM
Making a browser dialog is actually quite simple, but yeah I see why you want a PNG to BMP, I thought the same thing when I started uisng dynimage, didn't find anything though. |