ImageMagick印章后转换低质量的gif

时间:2019-06-13 20:34:38

标签: imagemagick imagemagick-convert

我正尝试将以下gif切碎,以删除其中四个内部视频: enter image description here 我使用以下命令: convert bair_action_free_00232.gif -gravity NorthWest -chop 256x0+65+0 vid_pred.gif

结果看起来非常糟糕;黑框闪烁,文本看起来糟透了。

enter image description here

添加-quality 99无济于事。有提示吗?

Gif参考:https://alexlee-gk.github.io/video_prediction/

1 个答案:

答案 0 :(得分:1)

我想你想要这个:

<div class="app">
  <main class="main">
    <div>
      Div A
    </div>
  </main>
  <footer class="actions">
    <div>
      <div>
        Div B - some text and 2 buttons
      </div>
      <div>
        <button class="button">
          Button 1
        </button>
      </div>
      <div>
        <button class="button">
          Button 2
        </button>
      </div>
    </div>
  </footer>
</div>

enter image description here