Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #57177 > unrolled thread
| Started by | Metallicow <metaliobovinus@gmail.com> |
|---|---|
| First post | 2013-10-21 00:17 -0700 |
| Last post | 2013-10-28 05:28 -0700 |
| Articles | 7 — 3 participants |
Back to article view | Back to comp.lang.python
Animated PNG Vs Gif: 120fr 3D Python Powered Logo Metallicow <metaliobovinus@gmail.com> - 2013-10-21 00:17 -0700
Re: Animated PNG Vs Gif: 120fr 3D Python Powered Logo Metallicow <metaliobovinus@gmail.com> - 2013-10-21 22:28 -0700
Re: Animated PNG Vs Gif: 120fr 3D Python Powered Logo Terry Reedy <tjreedy@udel.edu> - 2013-10-22 02:52 -0400
Re: Animated PNG Vs Gif: 120fr 3D Python Powered Logo Ian Kelly <ian.g.kelly@gmail.com> - 2013-10-22 01:56 -0600
Re: Animated PNG Vs Gif: 120fr 3D Python Powered Logo Metallicow <metaliobovinus@gmail.com> - 2013-10-22 07:23 -0700
Re: Animated PNG Vs Gif: 120fr 3D Python Powered Logo Ian Kelly <ian.g.kelly@gmail.com> - 2013-10-22 15:15 -0600
Re: Animated PNG Vs Gif: 120fr 3D Python Powered Logo Metallicow <metaliobovinus@gmail.com> - 2013-10-28 05:28 -0700
| From | Metallicow <metaliobovinus@gmail.com> |
|---|---|
| Date | 2013-10-21 00:17 -0700 |
| Subject | Animated PNG Vs Gif: 120fr 3D Python Powered Logo |
| Message-ID | <eac0c7dd-b4c8-43b4-b405-e9fb0f1583e8@googlegroups.com> |
Discussion: Dear Guido and friends, Noticed this is gaining alot more support lately. http://www.kickstarter.com/projects/374397522/apngasm-foss-animated-png-tools-and-apng-standardi After testing my gif and apng Animated 3D Python Powered Logos... The difference is real obvious at first. apng wins with speed(gif is limited to say 1/10sec and apng can do at least 1/80sec) and transparency/color quality(tested on windows ATM) Mozilla based browsers, Opera, Chrome(extension), Xnview and some other popular apps have integrated rendering apng functionality so far... I wouldn't tend to think that the top browser devs were wrong in their choice. It would be nice to receive the Guido *nod of approval*... attached samples are under PSF License or your better suggestion, BDFL. Hopefully there will be a libpng implementation and pyAPNG stuff(s) worked on also soon. Attachments: Animated Python Powered Logo - 120 frames 1. gif format 2. apng format(if it doesn't animate in your browser, then apng is not supported yet) If you like what you see, then consider supporting the devs working on this and help make it a standard or start devving yourselves. @pyDEVs: Any news on this yet...? Python Samples Downloads available: Animated Python Powered Logo - 120 frames 1 gif & 1 apng samples in download. http://www.4shared.com/archive/MzoW-0Kt/AnimatedPythonPoweredLogoGifVs.html I can't seem to attach a file in this group, thus the waiting DL. Apparently, i am not qualified enough or something here(at least on this group)..., but then again if every python fanatic that posts spam here did the same, then the world would turn into eggs. Your welcome. Python is the Best! Comments, complaints, spam, eggs, etc., welcome here also.
[toc] | [next] | [standalone]
| From | Metallicow <metaliobovinus@gmail.com> |
|---|---|
| Date | 2013-10-21 22:28 -0700 |
| Message-ID | <8667656a-2f66-4282-a85b-37cace7a88ae@googlegroups.com> |
| In reply to | #57177 |
Here is links to the apng/gif on ImageShack uploaded with the "Do Not Resize" option. Checked/Views fine with default Firefox/Opera browsers. Animated 3D Python Powered Logo apng - 120frames 1/60 sec http://img34.imageshack.us/img34/4717/f4l4.png gif - 120frames about 1/10sec or as fast as it can go... http://img35.imageshack.us/img35/4231/j29.gif
[toc] | [prev] | [next] | [standalone]
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Date | 2013-10-22 02:52 -0400 |
| Message-ID | <mailman.1339.1382424743.18130.python-list@python.org> |
| In reply to | #57236 |
On 10/22/2013 1:28 AM, Metallicow wrote: > Here is links to the apng/gif on ImageShack uploaded with the "Do Not Resize" option. > Checked/Views fine with default Firefox/Opera browsers. > > Animated 3D Python Powered Logo > apng - 120frames 1/60 sec > http://img34.imageshack.us/img34/4717/f4l4.png Neat: I would actually have the rotation slower, but still smoothed. > gif - 120frames about 1/10sec or as fast as it can go... > http://img35.imageshack.us/img35/4231/j29.gif I can see the jerking. -- Terry Jan Reedy
[toc] | [prev] | [next] | [standalone]
| From | Ian Kelly <ian.g.kelly@gmail.com> |
|---|---|
| Date | 2013-10-22 01:56 -0600 |
| Message-ID | <mailman.1343.1382428637.18130.python-list@python.org> |
| In reply to | #57236 |
On Mon, Oct 21, 2013 at 11:28 PM, Metallicow <metaliobovinus@gmail.com> wrote: > Here is links to the apng/gif on ImageShack uploaded with the "Do Not Resize" option. > Checked/Views fine with default Firefox/Opera browsers. > > Animated 3D Python Powered Logo > apng - 120frames 1/60 sec > http://img34.imageshack.us/img34/4717/f4l4.png > > gif - 120frames about 1/10sec or as fast as it can go... > http://img35.imageshack.us/img35/4231/j29.gif This is not entirely true. The minimum specifiable delay for a frame in an animated gif (other than 0, which just means "as fast as possible") is 0.01 second, which is the setting in the gif linked above. However, most browsers that encounter this will automatically increase the delay to 0.1 second. This is done for compatibility with old versions of Netscape. According to [1], Firefox, Opera and Chrome will accurately display delays as small as 0.02 seconds. Safari and IE will accurately display delays as small as 0.06 seconds. Here is an alternate version of the above gif that displays the animation at 50 fps in the first three browsers listed above: http://i216.photobucket.com/albums/cc41/Peristarkawan/j29-2.gif And here it is at 17 fps with 2/3 of the frames removed, for the benefit of IE and Safari: http://i216.photobucket.com/albums/cc41/Peristarkawan/j29-6.gif [1] http://nullsleep.tumblr.com/post/16524517190/animated-gif-minimum-frame-delay-browser-compatibility
[toc] | [prev] | [next] | [standalone]
| From | Metallicow <metaliobovinus@gmail.com> |
|---|---|
| Date | 2013-10-22 07:23 -0700 |
| Message-ID | <d551aee8-2978-40eb-8dd4-ac50b9889fd9@googlegroups.com> |
| In reply to | #57245 |
On Tuesday, October 22, 2013 2:56:33 AM UTC-5, Ian wrote: > This is not entirely true. The minimum specifiable delay for a frame > in an animated gif (other than 0, which just means "as fast as > possible") is 0.01 second, which is the setting in the gif linked > above. However, most browsers that encounter this will automatically > increase the delay to 0.1 second. This is done for compatibility with > old versions of Netscape. According to [1], Firefox, Opera and Chrome > will accurately display delays as small as 0.02 seconds. Safari and > IE will accurately display delays as small as 0.06 seconds. > > Here is an alternate version of the above gif that displays the > animation at 50 fps in the first three browsers listed above: > http://i216.photobucket.com/albums/cc41/Peristarkawan/j29-2.gif > > And here it is at 17 fps with 2/3 of the frames removed, for the > benefit of IE and Safari: > http://i216.photobucket.com/albums/cc41/Peristarkawan/j29-6.gif > > [1] http://nullsleep.tumblr.com/post/16524517190/animated-gif-minimum-frame-delay-browser-compatibility Thanks, I was having a bit of trouble trying to figure it out exactly myself in blender by eye-sight. Interesting Test link. When I originally rendered the animation it was transparent background, but when giffed it looked rather sick with gifs limited transparency and colors specs, so I rerendered and modded the text back into it on white which is what the other PSF logos have. After looking at Firefox's spinning fox APNG on transparent, I think I will rerender the images again with transparency for the apng, so background color can be easily changed. It seems the delays are not altered on the apngs also, which is a good thing. Maybe there is an option with the browsers to disable gif 0 delay mangling...? So What did you use to increase the speed of the gif? ...Errm Program or whatever used to mod it? I made the gif with gimp, since I find importing/exporting as layers a bit easier than using imageready.
[toc] | [prev] | [next] | [standalone]
| From | Ian Kelly <ian.g.kelly@gmail.com> |
|---|---|
| Date | 2013-10-22 15:15 -0600 |
| Message-ID | <mailman.1381.1382476555.18130.python-list@python.org> |
| In reply to | #57262 |
On Tue, Oct 22, 2013 at 8:23 AM, Metallicow <metaliobovinus@gmail.com> wrote: > Maybe there is an option with the browsers to disable gif 0 delay mangling...? Perhaps there is, but you couldn't rely on the user to have changed it. > So What did you use to increase the speed of the gif? ...Errm Program or whatever used to mod it? I made the gif with gimp, since I find importing/exporting as layers a bit easier than using imageready. I used a freeware called Photoscape to open the gif, change the delays, and resave it.
[toc] | [prev] | [next] | [standalone]
| From | Metallicow <metaliobovinus@gmail.com> |
|---|---|
| Date | 2013-10-28 05:28 -0700 |
| Message-ID | <96971475-bf0d-4521-94bd-f16d51a2b9f8@googlegroups.com> |
| In reply to | #57314 |
On Tuesday, October 22, 2013 4:15:05 PM UTC-5, Ian wrote: > I used a freeware called Photoscape to open the gif, change the > delays, and resave it. Thanks, I have used the program before and recall some aspects of it, but as far as gif goes I try to not deal with them much because of the headaches involved with making them. So Animation technology has advanced in general(Blender, ImageReady, GIMP), so it seems a slightly offbrand from the standards app shines though for once, for a such a thing as an outdated format. gif. Cheers. As a graphic artist myself, some free softwares you might like to try. Most are all still active. * Pixel Image Editor * TwistedBrush Open Studio * Deep Paint * MyPaint * Artweaver * AndreaMosaic * Sumo Paint Pro (Adobe Online) Anywho... Here is the official art link for the Animated Python Logo APNG. http://fav.me/d6rdza2 I'll whip up a pack of gifs when I get the time... here in a few... todo.
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web