Menu

Tree [ae8aaf] master /
 History

HTTPS access


File Date Author Commit
 scripts 2014-05-04 Luis Peñaranda Luis Peñaranda [aa7765] added some conversion scripts
 COPYING 2014-04-10 Luis Peñaranda Luis Peñaranda [8908c6] added license blurbs to license under GPLv3+
 INSTALL 2014-05-06 Luis Peñaranda Luis Peñaranda [ae8aaf] some documentation in English
 Makefile 2014-05-05 Luis Peñaranda Luis Peñaranda [1fd149] added possibility to link statically
 README 2014-05-06 Luis Peñaranda Luis Peñaranda [ae8aaf] some documentation in English
 README.pt 2014-05-06 Luis Peñaranda Luis Peñaranda [ae8aaf] some documentation in English
 TODO 2014-05-06 Luis Peñaranda Luis Peñaranda [ae8aaf] some documentation in English
 png_backend.c 2014-04-10 Luis Peñaranda Luis Peñaranda [8908c6] added license blurbs to license under GPLv3+
 png_backend.h 2014-04-10 Luis Peñaranda Luis Peñaranda [8908c6] added license blurbs to license under GPLv3+
 png_frontend.c 2014-04-10 Luis Peñaranda Luis Peñaranda [8908c6] added license blurbs to license under GPLv3+
 png_frontend.h 2014-04-10 Luis Peñaranda Luis Peñaranda [8908c6] added license blurbs to license under GPLv3+
 stdout_backend.c 2014-04-10 Luis Peñaranda Luis Peñaranda [8908c6] added license blurbs to license under GPLv3+
 stdout_backend.h 2014-04-10 Luis Peñaranda Luis Peñaranda [8908c6] added license blurbs to license under GPLv3+
 stpng816_frontend.c 2014-04-11 Luis Peñaranda Luis Peñaranda [163b5f] put the four slices in clockwise order on output
 stpng816_frontend.h 2014-04-10 Luis Peñaranda Luis Peñaranda [8908c6] added license blurbs to license under GPLv3+
 stpng8_frontend.c 2014-04-10 Luis Peñaranda Luis Peñaranda [8908c6] added license blurbs to license under GPLv3+
 stpng8_frontend.h 2014-04-10 Luis Peñaranda Luis Peñaranda [8908c6] added license blurbs to license under GPLv3+
 version.h 2014-05-05 Luis Peñaranda Luis Peñaranda [66f628] added versioning
 vol2im.c 2014-05-05 Luis Peñaranda Luis Peñaranda [66f628] added versioning
 volumetric_structure.c 2014-04-10 Luis Peñaranda Luis Peñaranda [8908c6] added license blurbs to license under GPLv3+
 volumetric_structure.h 2014-04-10 Luis Peñaranda Luis Peñaranda [8908c6] added license blurbs to license under GPLv3+

Read Me

Vol2im currently accepts only inputs and output in PNG format.
Images can be converted using, for instance, Graphics Magick (in Unix):
        convert input.tif output.png
(In the folder scripts/ there are some scripts which may help in converting
multiple files at once.)

Use:
To generate an image containing four slices:
        ./vol2im -4i a.png b.png c.png d.png -o output.png
To generate an image containing 16 slices:
        ./vol2im -16i 1.png 2.png 3.png 4.png 5.png 6.png 7.png 8.png 9.png 10.png 11.png 12.png 13.png 14.png 15.png 16.png -o output.png
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.