MTV ray tracer bitmap
From Just Solve the File Format Problem
(Difference between revisions)
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
|||
(2 intermediate revisions by one user not shown) | |||
Line 20: | Line 20: | ||
* [[XnView]] | * [[XnView]] | ||
* [http://cd.textfiles.com/graphics16000/GENERAL/RAYTRACE/MTV/MTV.LHA MTV source code] | * [http://cd.textfiles.com/graphics16000/GENERAL/RAYTRACE/MTV/MTV.LHA MTV source code] | ||
+ | |||
+ | == Sample files == | ||
+ | * {{DexvertSamples|image/mtv}} | ||
== Resources == | == Resources == | ||
* {{EGFF|mtv|MTV File Format Summary}}, from the [[Encyclopedia of Graphics File Formats]] | * {{EGFF|mtv|MTV File Format Summary}}, from the [[Encyclopedia of Graphics File Formats]] |
Latest revision as of 04:00, 28 December 2023
MTV ray tracer bitmap refers to the output format of the MTV ray tracer program by Mark T. VandeWettering. It is a simple uncompressed truecolor raster image format, similar to binary PPM format. Its name comes from the author's initials, not the Music Television cable channel, so the slogan "I Want My MTV!" doesn't apply to it.
MTV format can also be used by Rayshade (see Rayshade scene description). Rayshade reportedly also uses a multi-image extension of it, consisting of multiple files concatenated together.
MTV uses NFF as its input format.
Contents |
[edit] Identifiers
The MTV software uses a filename extension of .pic. Third-party applications that support this format sometimes use .mtv instead.
[edit] Software
- ImageMagick
- Konvertor
- Netpbm: mtvtoppm
- XnView
- MTV source code