Bug 194554
Summary: | -delay option on convert does not work properly | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | David Kaplan <dmkaplan> |
Component: | ImageMagick | Assignee: | Hans de Goede <hdegoede> |
Status: | CLOSED RAWHIDE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | hdegoede, triage |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | bzcl34nup | ||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2008-04-27 17:03:56 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
David Kaplan
2006-06-09 00:01:32 UTC
Fedora apologizes that these issues have not been resolved yet. We're sorry it's taken so long for your bug to be properly triaged and acted on. We appreciate the time you took to report this issue and want to make sure no important bugs slip through the cracks. If you're currently running a version of Fedora Core between 1 and 6, please note that Fedora no longer maintains these releases. We strongly encourage you to upgrade to a current Fedora release. In order to refocus our efforts as a project we are flagging all of the open bugs for releases which are no longer maintained and closing them. http://fedoraproject.org/wiki/LifeCycle/EOL If this bug is still open against Fedora Core 1 through 6, thirty days from now, it will be closed 'WONTFIX'. If you can reporduce this bug in the latest Fedora version, please change to the respective version. If you are unable to do this, please add a comment to this bug requesting the change. Thanks for your help, and we apologize again that we haven't handled these issues to this point. The process we are following is outlined here: http://fedoraproject.org/wiki/BugZappers/F9CleanUp We will be following the process here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping to ensure this doesn't happen again. And if you'd like to join the bug triage team to help make things better, check out http://fedoraproject.org/wiki/BugZappers Short intro: I'm a new co-maintainer of ImageMagick and as such walking through all open bugs. I can still reproduce this bug with the current rawhide version of ImageMagick. I'll send a notice about this upstream. Here is upstreams reaction: -------------------------- > he option to set the delay between frames when creating an animated gif does > > not work properly Command line order is important. The delay option is a setting, not an operator: convert -delay 200 test??.gif -coalesce anim1.gif convert -delay 1000 test??.gif -coalesce anim2.gif See http://www.imagemagick.org/Usage/basics/#why for a discussion on why the ImageMagick command line style changed from ImageMagick 5 to ImageMagick 6. ------------------------ And I can confirm that using the upstream provided invocation fixes this, closing. |