Hello;
I'm running into an error message in PTGui Pro for which I can't find any clues how to troubleshoot.
I have a set of images, shot with a Canon 5d. They are CR2 RAW images, and I'm using dcraw to convert them to 16-bit tiffs. I would like to then convert these to 32-bit tiffs before importing them into PTGui.
I can use photoshop to perform this bit depth operation, but I would prefer to achieve this conversion on the command-line (in a Terminal; I'm on a mac). I find that imageMagick seems to allow me to do this easily enough:
> convert myFile.tif -depth 32 myNewFile.tif
When I try to load it in PTGui, however, I get a popup error that reads "Tiff Format Not Supported":
I can't see to trigger problems with this file anywhere else...Preview and Photoshop are both able to open the image with no problems.
Might anyone have advice as to what I may be doing wrong here (or, better yet, a suggestion as to how I may perform this bit depth change in a way that makes PTGui happy?)
Many thanks!