ftde0 / yt2009

2009 youtube frontend.
Apache License 2.0
193 stars 120 forks source link

What are Imagemagick's legacy tools? #103

Closed Gemdation closed 4 months ago

Gemdation commented 5 months ago

Installation was going well until I realized there is an issue that is happening with imagemagick. I have it installed, but it says it isn't found. I then noticed that the readme says to install it's legacy tools, how exactly would I get that on Linux Mint?

  • make sure you have imagemagick and ffmpeg in your PATH.

    when installing imagemagick, make sure you also install its legacy tools (convert)!

    
    == checking external tool: ffmpeg
    == checking external tool: magick
    magick not found!! make sure it is in your path
    exiting
gohoski commented 4 months ago

In order to get them, I had to build imagemagick from source. Please correct me if I'm wrong and it is possible to get them prebuilt.

Don't forget to sudo apt purge imagemagick* -y before building it.

Gemdation commented 4 months ago

I forgot to reply to this but thanks, building from source did let me get past that.