Results 1 to 1 of 1

Thread: VB - Bitmap grouper and Compressor

  1. #1

    Thread Starter
    Ex-Super Mod'rater Electroman's Avatar
    Join Date
    Sep 2000
    Location
    Newcastle, England
    Posts
    4,349

    VB - Bitmap grouper and Compressor

    These classes allow you to hold bitmaps in OffScreenDCs and edit directly in memory. Also using this feature I created a class that groups bitmaps together in one image and then compresses the bitmap. This project holds all the classes to add this into your own project. The attached file hold the classes and a example project that will open, edit and save a file type called ".GBM" which I made up for use with these classes.

    Note: The mode that windows is in can effect the running of this code, it is best used when windows is in either 24 or 32 bit mode. this is because the bitmap is being edited directly from memory.
    Attached Files Attached Files
    When your thread has been resolved please edit the original post in the thread ()
    and amend "-[RESOLVED]-" to the end of the title and change the icon to , Thank you.

    When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width