riv2notile
riv2notile infile_format outfile_format
from to [interval]
Description
riv2notile converts a tiled RivaFile(infile_format
) and writes the data as a PPM file, untiled, to outfile_format
. Only works with image files, that is, BPP = 3. riv2notile
can be applied to multiple RivaFiles by specifying range with
from and to.
Usage
% riv2notile tiled_earth%d.vic untiled_earth%d.vic 0 5
Convert RIVA tile file tiled_earth0.vic to untiled_earth0.vic
Convert RIVA tile file tiled_earth1.vic to untiled_earth1.vic
Convert RIVA tile file tiled_earth2.vic to untiled_earth2.vic
Convert RIVA tile file tiled_earth3.vic to untiled_earth3.vic
Convert RIVA tile file tiled_earth4.vic to untiled_earth4.vic
Convert RIVA tile file tiled_earth5.vic to untiled_earth5.vic
%
|