Results 1 to 11 of 11

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

  1. #1

    Thread Starter
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    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 2006
    Location
    Greece
    Posts
    6,763

    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.
    ἄνδρα μοι ἔννεπε, μοῦσα, πολύτροπον, ὃς μάλα πολλὰ
    πλάγχθη, ἐπεὶ Τροίης ἱερὸν πτολίεθρον ἔπερσεν·

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

    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 FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet

    Social Group: VBForums - Developers from India


    Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...

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

    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!!


    ~ the original bald headed old fart ~

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

    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.
    CSS layout comes in to the 21st century with flexbox!
    Just another Perl hacker,

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

    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 FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet

    Social Group: VBForums - Developers from India


    Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...

  7. #7

    Thread Starter
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    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

    Thread Starter
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    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

    Thread Starter
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    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
    Hyperactive Member coothead's Avatar
    Join Date
    Oct 2007
    Location
    chertsey, a small town 25 miles south west of london, england.
    Posts
    285

    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.


    ~ the original bald headed old fart ~

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

    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
    CSS layout comes in to the 21st century with flexbox!
    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
  •  



Click Here to Expand Forum to Full Width