Results 1 to 8 of 8

Thread: Bitmap vs Gif

  1. #1

    Thread Starter
    Member
    Join Date
    Nov 2000
    Posts
    40

    Question

    Which format to use?
    Using Visual Studio 6 Enterprise
    ---------------------------------
    Everyone needs help at some point..
    This time or another.

  2. #2
    The Devil crptcblade's Avatar
    Join Date
    Aug 2000
    Location
    Quetzalshacatenango
    Posts
    9,091
    in what scenario?? GIF is generally smaller than BMP, so they take less time to load, etc. I generally stick with GIF or JPG.
    Laugh, and the world laughs with you. Cry, and you just water down your vodka.


    Take credit, not responsibility

  3. #3
    Guest

    Question Animated gifs?

    Generally we use gifs, cannot remember the reason for this. Are you using animated gifs in your projects?

  4. #4

    Thread Starter
    Member
    Join Date
    Nov 2000
    Posts
    40
    Well, I am using bmp as of loading from the resources file.
    Would it be better to use gif. But how? Loading from the resources files. HOW? vbOther?
    Using Visual Studio 6 Enterprise
    ---------------------------------
    Everyone needs help at some point..
    This time or another.

  5. #5
    Guest

    Question How many are you loading

    We have an app where we load gifs of country maps, we did not include them as resources in the project for two reasons.

    1. Extra deployment size.

    2. Ability to change them, without having to re-issue the program for each change.

  6. #6

    Thread Starter
    Member
    Join Date
    Nov 2000
    Posts
    40
    Well, my BMP images are static images and I don't need to
    change them. Is their anyway I can load GIFs from RESOURCES
    file during form_load? I know how to load bmps but not gif
    anyone got any idea?
    Using Visual Studio 6 Enterprise
    ---------------------------------
    Everyone needs help at some point..
    This time or another.

  7. #7
    Guest

    Unhappy Sorry, we have never done that

    Persumably we should look into this for flash window images, which only ever change between version release.

    Will be interested in why this cannot be done in the same fashion as bmp images.

  8. #8
    Guest

    Thumbs up Will have a play tonite

    Have to add a new flash window to a product, so will try to add the gif image as a resource and see what happens.

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