Setting ImageMagick env variable on a Mac
12002 22 3-
- kevinthebright
- Member
- 215 posts
- Joined: 11月 2010
- Offline
-
- chrisgreb
- Member
- 603 posts
- Joined: 9月 2016
- Offline
-
- kevinthebright
- Member
- 215 posts
- Joined: 11月 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 - 2019年6月18日 11:45:49
-
- BrookeA
- スタッフ
- 390 posts
- Joined: 8月 2017
- Offline
-
- kevinthebright
- Member
- 215 posts
- Joined: 11月 2010
- Offline
-
- BrookeA
- スタッフ
- 390 posts
- Joined: 8月 2017
- Offline
-
- kevinthebright
- Member
- 215 posts
- Joined: 11月 2010
- Offline
-
- BrookeA
- スタッフ
- 390 posts
- Joined: 8月 2017
- Offline
-
- kevinthebright
- Member
- 215 posts
- Joined: 11月 2010
- Offline
-
- kevinthebright
- Member
- 215 posts
- Joined: 11月 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
- スタッフ
- 390 posts
- Joined: 8月 2017
- Offline
-
- kevinthebright
- Member
- 215 posts
- Joined: 11月 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 - 2019年8月6日 12:18:46
-
- BrookeA
- スタッフ
- 390 posts
- Joined: 8月 2017
- Offline
-
- kevinthebright
- Member
- 215 posts
- Joined: 11月 2010
- Offline
-
- kevinthebright
- Member
- 215 posts
- Joined: 11月 2010
- Offline
-
- BrookeA
- スタッフ
- 390 posts
- Joined: 8月 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
- 215 posts
- Joined: 11月 2010
- Offline
-
- BrookeA
- スタッフ
- 390 posts
- Joined: 8月 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
- 215 posts
- Joined: 11月 2010
- Offline
-
- BrookeA
- スタッフ
- 390 posts
- Joined: 8月 2017
- Offline
-
- Quick Links