Instaling ImageMagic to instance
nerko85
HOBBYOP

2 years 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

17 Replies

nerko85
HOBBYOP

2 years ago

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


2 years ago

does imagemagic have docs on whats needs to be installed?



2 years ago

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


nerko85
HOBBYOP

2 years ago

I can see it on list of packages on nixos


nerko85
HOBBYOP

2 years ago

😄 I understand that much ahhaah


nerko85
HOBBYOP

2 years ago

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


nerko85
HOBBYOP

2 years ago

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


2 years ago

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

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

nerko85
HOBBYOP

2 years 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.


2 years ago

updated


nerko85
HOBBYOP

2 years ago

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


2 years ago

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


2 years ago

so I'm going to assume no


nerko85
HOBBYOP

2 years ago

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


2 years ago

sounds good!


mpkogli
HOBBY

2 years 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.


Loading...