After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 537619 - Wrong processing of GIF-animation
Wrong processing of GIF-animation
Status: RESOLVED DUPLICATE of bug 437791
Product: gthumb
Classification: Other
Component: general
2.10.x
Other All
: Normal normal
: ---
Assigned To: Paolo Bacchilega
Paolo Bacchilega
Depends on:
Blocks:
 
 
Reported: 2008-06-10 15:42 UTC by Andrey
Modified: 2009-03-17 14:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Animated gif 1 (38.12 KB, image/gif)
2008-06-10 15:43 UTC, Andrey
Details
Animated gif 2 (39.22 KB, image/gif)
2008-06-10 15:44 UTC, Andrey
Details
Animated gif 3 (48.29 KB, image/gif)
2008-06-10 15:44 UTC, Andrey
Details

Description Andrey 2008-06-10 15:42:59 UTC
Please describe the problem:
In some animated gifs (seems, who has variable timeouts from frame to frame) timeouts processed wrongly (as identical) in result animation looks broken.

Steps to reproduce:
1. Open attached animated gif files in Opera or Firefox. See proper beautiful animation.
2. Open them in gThumb. See broken animation.


Actual results:
Animation is broken.

Expected results:
See animation as in web browsers.

Does this happen every time?
yes

Other information:
Comment 1 Andrey 2008-06-10 15:43:52 UTC
Created attachment 112480 [details]
Animated gif 1
Comment 2 Andrey 2008-06-10 15:44:22 UTC
Created attachment 112481 [details]
Animated gif 2
Comment 3 Andrey 2008-06-10 15:44:36 UTC
Created attachment 112482 [details]
Animated gif 3
Comment 4 Roman Ovseitsev 2008-07-26 18:38:48 UTC
These gifs have their frame delay set to 0.
Firefox and opera seem to use 100ms delay for such occasions, while gthumb uses 20ms (returned by gdk_pixbuf_animation_iter_get_delay_time() for zero delay frames).
I suppose the minimal delay in gthumb could be increased but then it might worsen things for other animations?
Comment 5 Andrey 2008-07-27 05:43:01 UTC
In theory it is, but in comparision Opera or Firefox displays animation more berrer, therefore such default settins are well-taken.
Comment 6 Michael Chudobiak 2009-03-17 14:40:21 UTC
This has been fixed in the gif loader.

- Mike



*** This bug has been marked as a duplicate of 437791 ***