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
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?
I have to see what are the dependencies but since it is a package for php as ext-gd i was hoping
a year 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.
a year ago
updated
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
😄 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!
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.