Instaling ImageMagic to instance

nerko85HOBBY

a year ago

Is there a way to add this plugin that is needed for image conversion from svg to png.
project ID: 393f3b53-a2da-4a7b-b40c-84e7306cebe4

1 Replies

nerko85HOBBY

a year ago

Project ID: 393f3b53-a2da-4a7b-b40c-84e7306cebe4


a year ago

does imagemagic have docs on whats needs to be installed?



a year ago

haha you know your apps aren't run on macs when on railway right?


nerko85HOBBY

a year ago

I can see it on list of packages on nixos


nerko85HOBBY

a year ago

😄 I understand that much ahhaah


nerko85HOBBY

a year ago

I have to see what are the dependencies but since it is a package for php as ext-gd i was hoping


nerko85HOBBY

a year ago

It will be easy to install as it was when adding that one


a year ago

have you tried installing the nix package imagemagick with a nixpacks.toml file?

[phases.setup]
    nixPkgs = ["...", "imagemagick"]

nerko85HOBBY

a year ago

No. Do you have some documentation to share please so i can see how to install these dependencies. Thank you very much @Brody for always being here and ready to help.


a year ago

updated


nerko85HOBBY

a year ago

is that going to bypass the composer installation of ext-gd?


a year ago

forgive me but I'm not sure what imagemagick has to do with ext-gd


a year ago

so I'm going to assume no


nerko85HOBBY

a year ago

😄 thanks man. Ur a life saver. I will try the toml file and see if it helps in this case


a year ago

sounds good!


mpkogliHOBBY

8 months ago

Been banging my head against the keys for hours now. Any thoughts on this? Similar over here: https://help.railway.app/questions/imagemagick-is-installed-but-seems-like-59eccb12

ext-gd is not the same as imagemagick. My specific need is to process HEIC photos (iOS) and gd does not provide that capability, unfortunately.