473,382 Members | 1,766 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

animate images on the fly

I need to take several images and make them into an animates gif/png on the
fly. Possible?? Example???
Nov 18 '05 #1
8 1127
No, not without some 3rd-party component. However, you can animate them via
JavaScript on the client.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"DaveF" <df*****@geodecisions.com> wrote in message
news:u#**************@TK2MSFTNGP10.phx.gbl...
I need to take several images and make them into an animates gif/png on the fly. Possible?? Example???

Nov 18 '05 #2
That is what I am doing now. What is a 3rd party??

--

David Fetrow
Helixpoint LLC.
da***@helixpoint.com
"Kevin Spencer" <ks******@takempis.com> wrote in message
news:On**************@TK2MSFTNGP12.phx.gbl...
No, not without some 3rd-party component. However, you can animate them via JavaScript on the client.

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"DaveF" <df*****@geodecisions.com> wrote in message
news:u#**************@TK2MSFTNGP10.phx.gbl...
I need to take several images and make them into an animates gif/png on

the
fly. Possible?? Example???


Nov 18 '05 #3
<<What is a 3rd party>>
Your mistress.


"DaveF" <df*****@geodecisions.com> wrote in message
news:Oc**************@TK2MSFTNGP12.phx.gbl...
That is what I am doing now. What is a 3rd party??

--

David Fetrow
Helixpoint LLC.
da***@helixpoint.com
"Kevin Spencer" <ks******@takempis.com> wrote in message
news:On**************@TK2MSFTNGP12.phx.gbl...
No, not without some 3rd-party component. However, you can animate them

via
JavaScript on the client.

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"DaveF" <df*****@geodecisions.com> wrote in message
news:u#**************@TK2MSFTNGP10.phx.gbl...
I need to take several images and make them into an animates gif/png
on the
fly. Possible?? Example???



Nov 18 '05 #4
OK. I meant what is a 3rd party that does that

--

David Fetrow
Helixpoint LLC.
da***@helixpoint.com
"Merkisson Jourhanssen" <me***@guthrie37.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
<<What is a 3rd party>>
Your mistress.


"DaveF" <df*****@geodecisions.com> wrote in message
news:Oc**************@TK2MSFTNGP12.phx.gbl...
That is what I am doing now. What is a 3rd party??

--

David Fetrow
Helixpoint LLC.
da***@helixpoint.com
"Kevin Spencer" <ks******@takempis.com> wrote in message
news:On**************@TK2MSFTNGP12.phx.gbl...
No, not without some 3rd-party component. However, you can animate
them
via
JavaScript on the client.

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"DaveF" <df*****@geodecisions.com> wrote in message
news:u#**************@TK2MSFTNGP10.phx.gbl...
> I need to take several images and make them into an animates gif/png

on the
> fly. Possible?? Example???
>
>



Nov 18 '05 #5
3rd Party is a generic term to describe (In this case) additional software
(e.g.Not part of the operating system)

"DaveF" <df*****@geodecisions.com> wrote in message
news:OE**************@TK2MSFTNGP10.phx.gbl...
OK. I meant what is a 3rd party that does that

--

David Fetrow
Helixpoint LLC.
da***@helixpoint.com
"Merkisson Jourhanssen" <me***@guthrie37.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
<<What is a 3rd party>>
Your mistress.


"DaveF" <df*****@geodecisions.com> wrote in message
news:Oc**************@TK2MSFTNGP12.phx.gbl...
That is what I am doing now. What is a 3rd party??

--

David Fetrow
Helixpoint LLC.
da***@helixpoint.com
"Kevin Spencer" <ks******@takempis.com> wrote in message
news:On**************@TK2MSFTNGP12.phx.gbl...
> No, not without some 3rd-party component. However, you can animate them via
> JavaScript on the client.
>
> --
> HTH,
> Kevin Spencer
> .Net Developer
> Microsoft MVP
> Big things are made up
> of lots of little things.
>
> "DaveF" <df*****@geodecisions.com> wrote in message
> news:u#**************@TK2MSFTNGP10.phx.gbl...
> > I need to take several images and make them into an animates
gif/png on
> the
> > fly. Possible?? Example???
> >
> >
>
>



Nov 18 '05 #6
The System.Drawing and related CLR namespaces do not support the creation of
animated GIFs. You would have to buy an application manufactured by another
(3rd) party to do this programmatically.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"DaveF" <df*****@geodecisions.com> wrote in message
news:Oc**************@TK2MSFTNGP12.phx.gbl...
That is what I am doing now. What is a 3rd party??

--

David Fetrow
Helixpoint LLC.
da***@helixpoint.com
"Kevin Spencer" <ks******@takempis.com> wrote in message
news:On**************@TK2MSFTNGP12.phx.gbl...
No, not without some 3rd-party component. However, you can animate them

via
JavaScript on the client.

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"DaveF" <df*****@geodecisions.com> wrote in message
news:u#**************@TK2MSFTNGP10.phx.gbl...
I need to take several images and make them into an animates gif/png
on the
fly. Possible?? Example???



Nov 18 '05 #7
I undederstand that. What is a 3rd party that does this???

--

David Fetrow
Helixpoint LLC.
da***@helixpoint.com
"Kevin Spencer" <ks******@takempis.com> wrote in message
news:eb**************@TK2MSFTNGP12.phx.gbl...
The System.Drawing and related CLR namespaces do not support the creation of animated GIFs. You would have to buy an application manufactured by another (3rd) party to do this programmatically.

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"DaveF" <df*****@geodecisions.com> wrote in message
news:Oc**************@TK2MSFTNGP12.phx.gbl...
That is what I am doing now. What is a 3rd party??

--

David Fetrow
Helixpoint LLC.
da***@helixpoint.com
"Kevin Spencer" <ks******@takempis.com> wrote in message
news:On**************@TK2MSFTNGP12.phx.gbl...
No, not without some 3rd-party component. However, you can animate
them
via
JavaScript on the client.

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"DaveF" <df*****@geodecisions.com> wrote in message
news:u#**************@TK2MSFTNGP10.phx.gbl...
> I need to take several images and make them into an animates gif/png

on the
> fly. Possible?? Example???
>
>



Nov 18 '05 #8
Don't know offhand. I once Googled for it, but went with JavaScript in the
long run. But you could Google it for yourself.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"DaveF" <df*****@geodecisions.com> wrote in message
news:#I**************@TK2MSFTNGP09.phx.gbl...
I undederstand that. What is a 3rd party that does this???

--

David Fetrow
Helixpoint LLC.
da***@helixpoint.com
"Kevin Spencer" <ks******@takempis.com> wrote in message
news:eb**************@TK2MSFTNGP12.phx.gbl...
The System.Drawing and related CLR namespaces do not support the creation
of
animated GIFs. You would have to buy an application manufactured by

another
(3rd) party to do this programmatically.

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"DaveF" <df*****@geodecisions.com> wrote in message
news:Oc**************@TK2MSFTNGP12.phx.gbl...
That is what I am doing now. What is a 3rd party??

--

David Fetrow
Helixpoint LLC.
da***@helixpoint.com
"Kevin Spencer" <ks******@takempis.com> wrote in message
news:On**************@TK2MSFTNGP12.phx.gbl...
> No, not without some 3rd-party component. However, you can animate them via
> JavaScript on the client.
>
> --
> HTH,
> Kevin Spencer
> .Net Developer
> Microsoft MVP
> Big things are made up
> of lots of little things.
>
> "DaveF" <df*****@geodecisions.com> wrote in message
> news:u#**************@TK2MSFTNGP10.phx.gbl...
> > I need to take several images and make them into an animates

gif/png on
> the
> > fly. Possible?? Example???
> >
> >
>
>



Nov 18 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Danny Masti | last post by:
Hello, I have a HIDDEN div with a "Please Wait Message". OnSubmit I show the hidden div with the "Please Wait Message". It works fine. But if I replace the "Please Wait Message" with an animated...
5
by: Charles Crume | last post by:
Hello all; I've been able to locate, and download, the source for "animate.js" from a number of web sites, but have not been able to find *any* documentation on this script. Does anyone have...
0
by: Francesco | last post by:
Vorrei aggiungere delle gif animate nelle Maschere di Access. Ho provato a lavorare sulla libreria free gif89; funziona ma non riesco a fare una gestione personalizzata. In sintesi, vorrei che...
0
by: Rick Brown | last post by:
Access97 using the Gif89 Class I have an animated gif that becomes animatated during a long running routine. The gif becomes visible and animates when I click the command button. The gif does...
0
by: DaveF | last post by:
I need to take several images and make them into an animates gif/png on the fly. Possible?? Example??? -- Dave
4
by: Marty | last post by:
Hi, Can I animate the content of a picturebox? I mean, I have a static boat picture that I inserted in a picture box, and I would like to programmatically make some water wave around it. Is...
0
by: czi02 | last post by:
hi there; I draw the microsoft internet control on my form. But it doen't work? Then whats the next step to be able to animate my gif and find it on my folders. Is there a code to animate my gif? ...
5
by: Fabrizio | last post by:
My web cam save a file each minute with a name like this "history20070611s202635195.jpg" Do you know a script that can animate the last 60 jpg ? What I like is something like this: ...
1
by: artev | last post by:
var_cont. find('.style1').src(current.src).css({ opacity: 1 }).animate({ opacity: 0.6}).end(). is possible to have 2nd opacity with no use of .animate? and which are a list of animates's...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.