www.webdeveloper.com
Recent Articles
  • Finding Slow Running Queries in ASE 15
  • A More Advanced Pie Chart for Analysis Services Data
  • Adobe AIR Programming Unleashed: Working with Windows
  • Performance Testing SQL Server 2008's Change Data Capture Functionality
  • The ABC's of PHP: Introduction to PHP
  • How to Migrate from BasicFiles to SecureFiles Storage
  • Why the Twitter Haters Are Wrong
  • User Personalization with PHP: Beginning the Application
  • Whats in an Oracle Schema?
  • Lighting Enhancement in Photoshop
  •  

    Go Back   WebDeveloper.com > Client-Side Development > Graphics

    Graphics Discussion and technical support for creating and editing graphics for the web.

    Reply
     
    Thread Tools Search this Thread Rate Thread Display Modes
      #1  
    Old 01-31-2003, 02:26 PM
    Zach Elfers Zach Elfers is offline
    Registered User
     
    Join Date: Nov 2002
    Posts: 631
    Animated bitmaps?

    Are animated .bmp's possible?

    On a computer, the startup screen on Windows (where it says Windows 9x on the cloudy background) the bottom of the screen is moving. It is a small line and it is a gradient skyblue to white which is moving to show that it is loading. This image is a bmp even though it has an extension of .sys

    The file is Logo.sys in case you don't know.

    I was just wondering how bitmaps can be animated?

    Last edited by Zach Elfers; 01-31-2003 at 02:29 PM.
    Reply With Quote
      #2  
    Old 02-01-2003, 03:58 AM
    jdavia's Avatar
    jdavia jdavia is offline
    Well I came up with this
     
    Join Date: Dec 2002
    Location: Lake Havasu City, Arizona
    Posts: 528
    Yes the logo.sys is a bmp. but it is not animated. that portion is done separate from the bmp. (mand who knows it might really be a DIB with a sys name).
    There is such a file called DIB. (Device independant Bitmap)
    I used to play around with it to make an animation. How I think it worked, (forgot):
    You put several bmp files together something like this:
    tt.bmp+aa.bmp+zz.bmp You highlight the three files and save them as a dib file. And it animated like a gif.
    I will check back in my files to see if I can find it.
    Reply With Quote
      #3  
    Old 02-03-2003, 04:48 PM
    jdavia's Avatar
    jdavia jdavia is offline
    Well I came up with this
     
    Join Date: Dec 2002
    Location: Lake Havasu City, Arizona
    Posts: 528
    Zach Elfers
    [quote]I was just wondering how bitmaps can be animated?[/Quote}

    Creating Movies which are in 3D. As the name (Lathe)implies all objects are rounded. They turn tumble, get larger and smaller.

    The easiest way to create a movie is to let a program generate it for you. The µLathe application generates movies (called sequences) that are compatible with MiniMovie.

    Another way to create a movie is to manually combine multiple BMP format bitmaps into a single DIB file. Use a program which supports the BMP file type (Paintbrush, for example) to create several bitmaps, one for each frame of your movie. Then, use the COPY command to concatenate the BMP files into a DIB.

    The following statement combines every BMP file in the current directory, in the directory order, into a single DIB file called ANIMATE.DIB:

    COPY /B *.BMP ANIMATE.DIB

    The next few statements copy four bitmaps, BITMAP1.BMP, BITMAP2.BMP, BITMAP3.BMP, and BITMAP4.BMP, in that order, to a DIB file called MOVIE.DIB:

    COPY /B BITMAP1.BMP MOVIE.DIB
    COPY /B MOVIE.DIB+BITMAP2.BMP MOVIE.DIB
    COPY /B MOVIE.DIB+BITMAP3.BMP MOVIE.DIB
    COPY /B MOVIE.DIB+BITMAP4.BMP MOVIE.DIB

    The program was written for Win 3.1 but I use it in win98.
    Reply With Quote
      #4  
    Old 02-09-2003, 09:20 AM
    Zach Elfers Zach Elfers is offline
    Registered User
     
    Join Date: Nov 2002
    Posts: 631
    Wow! Thanx jdavia.
    Reply With Quote
      #5  
    Old 02-09-2003, 01:16 PM
    jdavia's Avatar
    jdavia jdavia is offline
    Well I came up with this
     
    Join Date: Dec 2002
    Location: Lake Havasu City, Arizona
    Posts: 528
    Quote:
    Originally posted by Zach Elfers
    Wow! Thanx jdavia.
    If you want to play around with the program,
    GO HERE

    Last edited by jdavia; 02-09-2003 at 01:20 PM.
    Reply With Quote
    Reply

    Bookmarks


    Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
     
    Thread Tools Search this Thread
    Search this Thread:

    Advanced Search
    Display Modes Rate This Thread
    Rate This Thread:

    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is Off
    HTML code is Off
    Forum Jump


    All times are GMT -5. The time now is 10:28 PM.



    Acceptable Use Policy

    internet.comMediabistrojusttechjobs.comGraphics.com

    WebMediaBrands Corporate Info


    Advertise | Newsletters | Feedback | Submit News

    Legal Notices | Licensing | Permissions | Privacy Policy

    Powered by vBulletin® Version 3.7.3
    Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.