I ran
Code: Select all
magick convert in.tiff -depth 32 out.tiff.
Any ideas how to fix this? Thanks.
Code: Select all
magick convert in.tiff -depth 32 out.tiff.
Does that help?To specify a single-precision floating-point format, use -define quantum:format=floating-point. Set the depth to 64 for a double-precision floating-point format.
If this means that PS can create 32-bit (integer or float?) images that some software (which software?) can read, but ImageMagick can't create them, perhaps there is something for IM developers to look at.GiantCowFilms wrote:When I save the 32 bit out of photoshop it reads its fine - sorry I forgot to mention that.
Photoshop saves them as float. And when I set them to float it worked in all the software. Apparently these programs do not like 32 bit integer tiffs. Thanks for all the help.snibgo wrote: ↑2017-03-01T20:28:10-07:00 I'll mention that Gimp 2.9.3 (development version) is happy to read 32-bit integer, 32-bit float and 64-bit float images made by ImageMagick, and correctly reports them as such, and shows good pictures on the screen.
Microsoft Windows Photo Viewer reads 32-bit images but shows a bad picture, and for 64-bit images it says it can't read the file.
If this means that PS can create 32-bit (integer or float?) images that some software (which software?) can read, but ImageMagick can't create them, perhaps there is something for IM developers to look at.GiantCowFilms wrote:When I save the 32 bit out of photoshop it reads its fine - sorry I forgot to mention that.
If so, perhaps you can provide URLs to sample files.
As Fred says, Imagick is a different beast, and might do something bad.