I have numpy type array, array[x][y], 16bit, little endian. How to save this to a tiff file as an image?.

Recommended Answers

All 4 Replies

the link is informative. Need a piece of code that actually can do the work.

Did you try imsave('foo.tiff', myarray) ?

does it save as 16bit,little endian?.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.