Search found 3 matches

by codycuellar
2017-05-19T10:25:47-07:00
Forum: Users
Topic: tiffs not viewable in some software
Replies: 5
Views: 4229

Re: tiffs not viewable in some software

I did some research, and turn out that the default behavior for IM is to find the most efficient encoding type, which is why it was doing the ya16le pixel format, which is incompatible with Nuke and Resolve. Forcing it to truecolor keeps it rgb16le, which is fine. I disabled alpha for good measure, ...
by codycuellar
2017-05-18T23:38:29-07:00
Forum: Users
Topic: tiffs not viewable in some software
Replies: 5
Views: 4229

Re: tiffs not viewable in some software

AMAZING! Thank you so much, I literally would never have found that option. -type truecolor seems to be the ticket. It reads in Resolve and ffprobe reads the pix_fmt as rgb48le like the Photoshop outputs. I'll check tomorrow if it works in Nuke too. As long as I can verify in Nuke that I'm getting p...
by codycuellar
2017-05-18T21:20:49-07:00
Forum: Users
Topic: tiffs not viewable in some software
Replies: 5
Views: 4229

tiffs not viewable in some software

Hi all, brand new to ImageMagick. After struggling to accomplish my goal in Pil for Python, I decided to give ImageMagick a try. So far, everything worked beautifully, until I found out the two apps I need to use my generated TIFFs won't display them correctly. What I have is a library of floating p...