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
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?
I have to see what are the dependencies but since it is a package for php as ext-gd i was hoping
2 years ago
have you tried installing the nix package imagemagick with a nixpacks.toml file?
[phases.setup]
nixPkgs = ["...", "imagemagick"]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
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
😄 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!
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.