Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
I have never used it, but I think you have to install it as a delegate, possible in place of libtiff. However, check the libtiff library and see if it is included in libtiff. You may need TIFF64, if so, then try
converted from .PSB file with this call:
magick in.psb -define quantum:"format=floating-point TIFF64:out.tif
And the original PSB file was a 32bit floating point image with colors over 1 (up to 1.6414 RGB values)
and the resulting TIFF64 (eg. BigTIFF) image kept all of that with it.
UPDATE:
FYI: Photoshop reads the BigTIFF format about 4 times faster that it's own .PSB Large Format Filetype.
SWEET! Thank you, one and all (magick, fmw42 and snibgo) for helping me get to this solution.
Cheers!
- Jimbo
PS- I will be posting what I know about the psd and psb issues concerning HDRI imagery in the Developers Forum. - J