Giter Site home page Giter Site logo

Save Gif don't work about gifcurry HOT 8 CLOSED

lettier avatar lettier commented on August 25, 2024
Save Gif don't work

from gifcurry.

Comments (8)

wilx avatar wilx commented on August 25, 2024 3

Did you use the AppImage executable? In any case, this sounds possibly like the issue I had.. The ImageMagick that comes with Ubuntu has rather restrictive policies set. I had to increase some of the sizes.

diff -r 1f3699fff237 ImageMagick-6/policy.xml
--- a/ImageMagick-6/policy.xml  Sun Nov 17 07:38:57 2019 +0100
+++ b/ImageMagick-6/policy.xml  Wed Nov 20 00:13:35 2019 +0100
@@ -57,14 +57,16 @@
   <!-- <policy domain="system" name="memory-map" value="anonymous"/> -->
   <!-- <policy domain="system" name="max-memory-request" value="256MiB"/> -->
   <!-- <policy domain="resource" name="temporary-path" value="/tmp"/> -->
-  <policy domain="resource" name="memory" value="256MiB"/>
-  <policy domain="resource" name="map" value="512MiB"/>
+  <!-- policy domain="resource" name="memory" value="256MiB"/ -->
+  <policy domain="resource" name="memory" value="1GiB"/>
+  <policy domain="resource" name="map" value="1GiB"/>
   <policy domain="resource" name="width" value="16KP"/>
   <policy domain="resource" name="height" value="16KP"/>
   <!-- <policy domain="resource" name="list-length" value="128"/> -->
-  <policy domain="resource" name="area" value="128MB"/>
-  <policy domain="resource" name="disk" value="1GiB"/>
+  <policy domain="resource" name="area" value="512MB"/>
+  <policy domain="resource" name="disk" value="2GiB"/>
   <!-- <policy domain="resource" name="file" value="768"/> -->
+  <policy domain="resource" name="file" value="10000"/>
   <!-- <policy domain="resource" name="thread" value="4"/> -->
   <!-- <policy domain="resource" name="throttle" value="0"/> -->
   <!-- <policy domain="resource" name="time" value="3600"/> -->

from gifcurry.

heiger1949 avatar heiger1949 commented on August 25, 2024 1

@lettier
After I installed gifcurry new it works brillant !
Thank's for this useful tool !

from gifcurry.

lettier avatar lettier commented on August 25, 2024

Hello,

What is the output when you run Gifcurry from the terminal?

👍

from gifcurry.

heiger1949 avatar heiger1949 commented on August 25, 2024

???
I do not know how to use the termninal. I only use graphical programs.

from gifcurry.

lettier avatar lettier commented on August 25, 2024

Hello,

open-terminal

To run Gifcurry from the terminal:

  1. Right-click on the desktop and select "Open Terminal". You can also press Ctrl+Alt+t and a terminal window will open.
  2. From the command prompt, type:
gifcurry

If that doesn't work, type:

gifcurry_gui
  1. Use Gifcurry as you would normally and make note of the messages being printed in the terminal window.

👍

from gifcurry.

heiger1949 avatar heiger1949 commented on August 25, 2024

Thank You, but
typing gifcurry or gifcurry_gui brings "Befehl nicht gefunden."(command not found)
I've tried to change to the directory where gifcurry is installed -
cd brings "Befehl nicht gefunden." and man cd brings "Kein Eintrag zu cd im Handbuch".
Should I delete gifcurry and install it new ?

from gifcurry.

heiger1949 avatar heiger1949 commented on August 25, 2024

@wilx
I use AppImage.

from gifcurry.

kimi-builds avatar kimi-builds commented on August 25, 2024

Imagemagick seems a trash implementation by now, because even after changing my policy values it throws some a bunch of exceptions. Also, why not link the ffmpeg utility to do the whole thing with the codecs within the program? I'm going to stick to the CLI because that was what was working...
Tried the old procedure with ffmpeg and no issues. Wonder what's about IM

from gifcurry.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.