ftde0 / yt2009

2009 youtube frontend.
Apache License 2.0
183 stars 112 forks source link

alter convert.exe to use imagemagick instead. #140

Open john123903 opened 2 weeks ago

john123903 commented 2 weeks ago

post_config_setup.js needs to update to use imagemagick instead of convert.

(if convert.exe is not imagemagick please provide me a url)

TheBigFatOof commented 2 weeks ago

ImageMagick removed convert.exe in the latest versions (despite still mentioning it in the installer where you select to install legacy components.)

Until YT2009 updates accordingly, you'll need to use an older version of ImageMagick. I'm pretty sure this is the last version to include convert.exe: https://web.archive.org/web/20240615174506if_/https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-33-Q16-HDRI-x64-dll.exe ( Or here for other downloads of it: https://web.archive.org/web/20240622103347/https://imagemagick.org/script/download.php )

It may also be possible to take the convert.exe from that version and slip it back into the installation directory of the latest version, but I haven't tried it.

ftde0 commented 2 weeks ago

will be taken into consideration within the next update. thanks for the report!