Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Graphics
  4. BBM format-Deluxe Paint Brush image format

BBM format-Deluxe Paint Brush image format

Scheduled Pinned Locked Moved Graphics
csharphelptutorial
7 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    gtag
    wrote on last edited by
    #1

    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.

    L 1 Reply Last reply
    0
    • G gtag

      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.

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      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.

      G 1 Reply Last reply
      0
      • L Lost User

        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.

        G Offline
        G Offline
        gtag
        wrote on last edited by
        #3

        Please give me the details of the LBM or IFF, like conversion of BMP to LBM or IFF formats. Thanks in advance

        L 1 Reply Last reply
        0
        • G gtag

          Please give me the details of the LBM or IFF, like conversion of BMP to LBM or IFF formats. Thanks in advance

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          You can get started here[^]. Cheers, Drew.

          G 1 Reply Last reply
          0
          • L Lost User

            You can get started here[^]. Cheers, Drew.

            G Offline
            G Offline
            gtag
            wrote on last edited by
            #5

            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

            L 1 Reply Last reply
            0
            • G gtag

              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

              L Offline
              L Offline
              Lost User
              wrote on last edited by
              #6

              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.

              G 1 Reply Last reply
              0
              • L Lost User

                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.

                G Offline
                G Offline
                gtag
                wrote on last edited by
                #7

                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

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups