Table of Contents
start
Export in 16 bit PGM format (ASCII)
Introduction
This plugin was originally written to export B&W 16 bit heightmaps in a format that can be read by CryEngine 3.
Author
François.
Features
Save image (not stack) in PGM format, 16 bit, in ASCII.
Description
It's a basic plugin. It just checks that the image is in 16 bit. If that's so, a dialog is opened, to save the file in PGM (ASCII). The plugin is designed only for images, not for stacks.
Installation
Put PGM_16bit_Writer.class or PGM_16bit_Writer.java in …\ImageJ\plugins\Input-Output If you put the .java file, run ImageJ, go to menu/plugins/Compile and Run…, choose PGM_16bit_Writer.java
Download
source: pgm_16bit_writer.java class: pgm_16bit_writer.class
Licence
Free for non-commercial use, source can be modified or improved but if you change the code, keep the original author…
Changelog
Known bugs
Unknown, but report any of them !