PDG ImageMagick MipMapping

   1437   4   2
User Avatar
Member
642 posts
Joined: 8月 2013
Offline
Hi.

I have a really simple TOP network. I am trying to use ImageMagick to convert to EXR while also saving out the EXR's as mipmap. Going by the online help I think I am typing the command correctly but it does not seem to mipmap. Has anyone else had any luck with this?

Best. Mark
Edited by Mark Wallman - 2022年8月29日 11:57:18

Attachments:
Capture.JPG (60.8 KB)
imageMagick_MipMap.hipnc (99.9 KB)

User Avatar
Member
7024 posts
Joined: 7月 2005
Offline
Have you tested command line Magick at all? I usually set up everything command line (the order of things sometimes matters for conversions, for example) then translate it into PDG once I have it fully working. Then you can see what PDG is executing in the Python code it outputs, making debugging easier IMO.

Cheers,

Peter B
User Avatar
Member
642 posts
Joined: 8月 2013
Offline
H8. Thanks, I'll go from the command line, and build up. Best
User Avatar
Member
59 posts
Joined: 3月 2012
Offline
I'm guessing why you get error is that ImageMagick Binary Path is not set correctly, maybe?
(check the Custom ImageMagik...then set the ImageMagick.exe)

Here's something I set for combining nth images into one picture, using ImageMagick PDG node(in Houdini 18 though).
Maybe you might find useful. Cheers,

Attachments:
Houdini_PDG_ImageMagick_Yeah.jpg (64.3 KB)

User Avatar
Member
642 posts
Joined: 8月 2013
Offline
Hi. That screegrab is really helpful. Thanks! Mark
  • Quick Links