Results 1 to 11 of 11

Thread: How do you make your own simple animated GIF?

  1. #1
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 04
    Location
    CT
    Posts
    14,406

    How do you make your own simple animated GIF?

    I've attached an image of a screen that displays a dashed line and >>'s as an indicator to fill text into a TEXT AREA on the screen.

    That instruction line with the --->> is variable - fed by ajax calls to web methods...

    At any rate - I want the --->> to be more "image" like and maybe even animated a bit to move the arrow towards the right.

    How do you go about making an animated GIF that might serve this purpose?
    Attached Images Attached Images  

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  2. #2
    King of sapila
    Join Date
    Oct 06
    Location
    Greece
    Posts
    3,508

    Re: How do you make your own simple animated GIF?

    I suppose a gif animation software.
    Or try this one http://picasion.com/
    with 3 different arrow positions.Haven't tried but it would be interested to see how it turns out for you.
    Slow as hell.

  3. #3
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 08
    Location
    Trivandrum, Kerala, India
    Posts
    7,557

    Re: How do you make your own simple animated GIF?

    If you are familiar with Photoshop then, try ImageReady. I use that to create animated GIFs. For one of my academic project, I used it to create the effect of ECG display.


    If my post was helpful to you, then express your gratitude using Rate this Post.
    And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
    My system: AMD Athlon X2 5200+, ASUS Motherboard, 2 GB RAM, 400 GB HDD, Nvidia 8600 GT 512MB, 19.5" TFT(Wide), Creative 5.1 Home Theater

    Social Group: VBForums - Developers from India

    Skills: PHP, MySQL, jQuery, VB.Net, VB6, Photoshop...

  4. #4
    Addicted Member coothead's Avatar
    Join Date
    Oct 07
    Location
    chertsey, a small town 25 miles south west of london, england.
    Posts
    212

    Re: How do you make your own simple animated GIF?

    Hi there szlamany,

    check out the attachment which contains two animated gif images.
    One repeats and the other plays once.

    Either may suit your requirements.
    Attached Files Attached Files
    Last edited by coothead; Jun 17th, 2012 at 05:12 AM. Reason: spelling error!!

  5. #5
    Frenzied Member tr333's Avatar
    Join Date
    Nov 04
    Location
    /dev/st0
    Posts
    1,426

    Re: How do you make your own simple animated GIF?

    My favourite site for animated GIFs is http://mothereffinganimatedgif.com, created by Paul Irish (Google Chrome and jQuery dev) & co. It's all completely client-side in the browser, so no server-side interactions. Just drag+drop your images, and it's all done for you.
    Last edited by tr333; Jun 20th, 2012 at 06:39 PM.
    Don't forget about rep points if you think a post has benefited you in any way.
    Just another Perl hacker,

  6. #6
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 08
    Location
    Trivandrum, Kerala, India
    Posts
    7,557

    Re: How do you make your own simple animated GIF?

    For loaders, I mainly use this: http://ajaxload.info/


    If my post was helpful to you, then express your gratitude using Rate this Post.
    And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
    My system: AMD Athlon X2 5200+, ASUS Motherboard, 2 GB RAM, 400 GB HDD, Nvidia 8600 GT 512MB, 19.5" TFT(Wide), Creative 5.1 Home Theater

    Social Group: VBForums - Developers from India

    Skills: PHP, MySQL, jQuery, VB.Net, VB6, Photoshop...

  7. #7
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 04
    Location
    CT
    Posts
    14,406

    Re: How do you make your own simple animated GIF?

    Quote Originally Posted by akhileshbc View Post
    For loaders, I mainly use this: http://ajaxload.info/

    Yeah - I believe I got my loader gif's at that site last year.

    I was thinking I should go back to my jQuery in Action book and look at the animation functions in the jQuery library - they were pretty cool and hooked into DOM events if I recall. I always intended on using them a bit for other things - like making tab's "appear" by dropping down or sliding to the right - or something like that.

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  8. #8
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 04
    Location
    CT
    Posts
    14,406

    Re: How do you make your own simple animated GIF?

    Quote Originally Posted by coothead View Post
    Hi there szlamany,

    check out the attachment which contains two animated gif images.
    One repeats and the other plays once.

    Either may suit your requirements.
    Hey - thanks for those.

    What utility did you use to make them?

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  9. #9
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 04
    Location
    CT
    Posts
    14,406

    Re: How do you make your own simple animated GIF?

    Quote Originally Posted by tr333 View Post
    My favourite site for animated GIFs is http://mothereffinganimatedgif.com, created by Paul Irish (Google Chrome and jQuery dev) & co. It's all completely client-side in the browser, so no server-side interactions. Just drag+drop your images, and it's all done for you.
    That is a cool site - I just created three cheesy arrows in PAINT and dragged them into that site - and it made a quick gif.

    Thanks!
    Attached Images Attached Images  

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  10. #10
    Addicted Member coothead's Avatar
    Join Date
    Oct 07
    Location
    chertsey, a small town 25 miles south west of london, england.
    Posts
    212

    Re: How do you make your own simple animated GIF?

    Hi there szlamany,
    What utility did you use to make them?
    I used the p.c. keyboard , "Windows Notepad", "IrfanView" and "Easy GIF Animator".
    1. Typed the symbols for each frame - (24 in total) - in "Notepad" and then used the "PrtScn" key to capture my efforts.
    2. Pasted the screen images into "IrfanView", and cropped them to the appropriate dimension.
    3. Used "Easy GIF Animator " to create the animations.

  11. #11
    Frenzied Member tr333's Avatar
    Join Date
    Nov 04
    Location
    /dev/st0
    Posts
    1,426

    Re: How do you make your own simple animated GIF?

    Quote Originally Posted by szlamany View Post
    That is a cool site - I just created three cheesy arrows in PAINT and dragged them into that site - and it made a quick gif.

    Thanks!
    There's also a bunch of other cool tools. My favourite is the HSL Colour Picker. It's what got me going on the HSL bandwagon
    Don't forget about rep points if you think a post has benefited you in any way.
    Just another Perl hacker,

Posting Permissions

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