Code: Select all
convert inputimg -alpha off outputimg
The problem is that Mac OS' (10.11) Finder preview will only show a completely black file while Lightroom shows the correct file contents. On the other side, a TIFF with 3 channels, exported from Lightroom will appear correctly in preview.
Now I create a cropped TIFF from both files, from the original 4-channel and the 3-channel TIFF:
Code: Select all
convert 4channel.tif -crop 400x400+200+200 4channel_clip.tif
convert 3channel.tif -crop 400x400+200+200 3channel_clip.tif