BBM format-Deluxe Paint Brush image format
-
Any one who knows about BBM format and its specifications, or how to convert any image to BBM format using C#, please help me. Searched in all blogs, no clue about BBM format. Thanks in advance.
-
I couldn't find much about it. It appears to be an image format used for animation. You might want to check out LBM (which is essentially IFF) first as I bet BBM is very closely related. Cheers, Drew.
-
Please give me the details of the LBM or IFF, like conversion of BMP to LBM or IFF formats. Thanks in advance
-
Thank you. But i need one more help. I got few details about the BBM. But the problem is, before converting to BBM i have to convert it to DIB format. Is there any DLL which can be used to convert any format to DIB format. Thanks in Advance
-
gtag wrote:
Is there any DLL which can be used to convert any format to DIB format.
Not that I know of. That's the part you'll have to write - reading a BBM file into a DIB. Cheers, Drew.
sorry for not giving correct info. I want to write BMP into DIB format. Later on after conversion to DIB. I got one DDL called IMGCTL.dll but while refering one function called PixelDIB , getting error: A call to PInvoke function 'Test!IMGCTL.Class1::PixelDIB' has unbalanced the stack. This is likely because the managed PInvoke signature does not match the unmanaged target signature. Check that the calling convention and parameters of the PInvoke signature match the target unmanaged signature. This is the link from where i downloaded dll: http://www.ruche-home.net