libvips / nip2

A spreadsheet-like GUI for libvips.
https://libvips.github.io/libvips/
GNU General Public License v2.0
360 stars 13 forks source link

save histograms #44

Closed rxjx closed 10 years ago

rxjx commented 10 years ago

How does one save non-image data? I have histograms of a group of images that I'd like to save, each image in the group resulting in a text file containing the bin counts for example.

rxjx commented 10 years ago

Never mind, the answer is to save as CSV. I misssed it in the save formats. Loving how fast nip2 crunches through my images. Excellent work!

jcupitt commented 10 years ago

TIFF should work too, I think, it can save as 32-bit ints. Not many programs will read 32-bit TIFF though :(