Setting ImageMagick env variable on a Mac
10839 22 3- kevinthebright
- Member
- 208 posts
- Joined: Nov. 2010
- Offline
- chrisgreb
- Member
- 603 posts
- Joined: Sept. 2016
- Offline
- kevinthebright
- Member
- 208 posts
- Joined: Nov. 2010
- Offline
Yes, that's my .env file. I also use Renderman and Megascans. I set their .env paths by copying and pasting their examples and changing the file paths but couldn't find an explicit example in the help docs for Houdini or ImageMagick this time.
No error message other than the red fail cross on the node. I installed ImageMagick and ran the TOP Wedge example script.
No error message other than the red fail cross on the node. I installed ImageMagick and ran the TOP Wedge example script.
Edited by kevinthebright - June 18, 2019 11:45:49
- BrookeA
- Staff
- 387 posts
- Joined: Aug. 2017
- Offline
- kevinthebright
- Member
- 208 posts
- Joined: Nov. 2010
- Offline
- BrookeA
- Staff
- 387 posts
- Joined: Aug. 2017
- Offline
- kevinthebright
- Member
- 208 posts
- Joined: Nov. 2010
- Offline
- BrookeA
- Staff
- 387 posts
- Joined: Aug. 2017
- Offline
- kevinthebright
- Member
- 208 posts
- Joined: Nov. 2010
- Offline
- kevinthebright
- Member
- 208 posts
- Joined: Nov. 2010
- Offline
Didn't get ImageMagick installed with either MacPorts or Homebrew installs with
PDG_IMAGEMAGICK=/Applications/ImageMagick-7.0.8/bin/magick
Not a big deal but disappointing. I would love it if SideFX wouldn't go the plug-in route. Modo went that route and you just end up feeling like an IT Dept maintaing updates all the time. Or at least make it as easy as the GameTools.
PDG_IMAGEMAGICK=/Applications/ImageMagick-7.0.8/bin/magick
Not a big deal but disappointing. I would love it if SideFX wouldn't go the plug-in route. Modo went that route and you just end up feeling like an IT Dept maintaing updates all the time. Or at least make it as easy as the GameTools.
- BrookeA
- Staff
- 387 posts
- Joined: Aug. 2017
- Offline
- kevinthebright
- Member
- 208 posts
- Joined: Nov. 2010
- Offline
Yes, it is:
dyld: Library not loaded: /ImageMagick-7.0.8/lib/libMagickCore-7.Q16HDRI.6.dylib
Referenced from: /Applications/ImageMagick-7.0.8/bin/magick
Reason: image not found
Executing command: “/Applications/ImageMagick-7.0.8/bin/magick” -label ‘mymontage1’ -background black -mode concatenate “/Applications/Houdini/Houdini17.5.293/Frameworks/Houdini.framework/Versions/Current/Resources/houdini/help/examples/nodes/top/imagemagick/terrain_images/inputs/ridges-inputs-001.png” “/Applications/Houdini/Houdini17.5.293/Frameworks/Houdini.framework/Versions/Current/Resources/houdini/help/examples/nodes/top/imagemagick/terrain_images/targets/ridges-targets-001.png” “/Users/io/Projects/PDG/images/imagemagick11.jpg”
libMagickCore-7.Q16HDRI.6.dylib is installed in that location.
Hip file attached. It is the PDG example file from the help.
dyld: Library not loaded: /ImageMagick-7.0.8/lib/libMagickCore-7.Q16HDRI.6.dylib
Referenced from: /Applications/ImageMagick-7.0.8/bin/magick
Reason: image not found
Executing command: “/Applications/ImageMagick-7.0.8/bin/magick” -label ‘mymontage1’ -background black -mode concatenate “/Applications/Houdini/Houdini17.5.293/Frameworks/Houdini.framework/Versions/Current/Resources/houdini/help/examples/nodes/top/imagemagick/terrain_images/inputs/ridges-inputs-001.png” “/Applications/Houdini/Houdini17.5.293/Frameworks/Houdini.framework/Versions/Current/Resources/houdini/help/examples/nodes/top/imagemagick/terrain_images/targets/ridges-targets-001.png” “/Users/io/Projects/PDG/images/imagemagick11.jpg”
libMagickCore-7.Q16HDRI.6.dylib is installed in that location.
Hip file attached. It is the PDG example file from the help.
Edited by kevinthebright - Aug. 6, 2019 12:18:46
- BrookeA
- Staff
- 387 posts
- Joined: Aug. 2017
- Offline
- kevinthebright
- Member
- 208 posts
- Joined: Nov. 2010
- Offline
- kevinthebright
- Member
- 208 posts
- Joined: Nov. 2010
- Offline
- BrookeA
- Staff
- 387 posts
- Joined: Aug. 2017
- Offline
Hi, sorry I should have clarified – I meant to run this command in your terminal:
“/Applications/ImageMagick-7.0.8/bin/magick” -label ‘mymontage1’ -background black -mode concatenate “/Applications/Houdini/Houdini17.5.293/Frameworks/Houdini.framework/Versions/Current/Resources/houdini/help/examples/nodes/top/imagemagick/terrain_images/inputs/ridges-inputs-001.png” “/Applications/Houdini/Houdini17.5.293/Frameworks/Houdini.framework/Versions/Current/Resources/houdini/help/examples/nodes/top/imagemagick/terrain_images/targets/ridges-targets-001.png” “/Users/io/Projects/PDG/images/imagemagick11.jpg”
- kevinthebright
- Member
- 208 posts
- Joined: Nov. 2010
- Offline
- BrookeA
- Staff
- 387 posts
- Joined: Aug. 2017
- Offline
Can you try this amended command from your Terminal:
“/Applications/ImageMagick-7.0.8/bin/montage” -label ‘mymontage1’ -background black -mode concatenate “/Applications/Houdini/Houdini17.5.293/Frameworks/Houdini.framework/Versions/Current/Resources/houdini/help/examples/nodes/top/imagemagick/terrain_images/inputs/ridges-inputs-001.png” “/Applications/Houdini/Houdini17.5.293/Frameworks/Houdini.framework/Versions/Current/Resources/houdini/help/examples/nodes/top/imagemagick/terrain_images/targets/ridges-targets-001.png” “/Users/io/Projects/PDG/images/imagemagick11.jpg”
- kevinthebright
- Member
- 208 posts
- Joined: Nov. 2010
- Offline
- BrookeA
- Staff
- 387 posts
- Joined: Aug. 2017
- Offline
-
- Quick Links