I would like to convert a Khoros Visualization Image – .XV
or .VIFF
extension – to bitmap. I've tried
convert tree.xv tree.bmp
but it returns a black image, while the original is similar to the following:
I've looked into this ImageMagick description and it apparently supports this format:
The ImageMagick utilities recognize the following image formats:
Name Mode Description
VIFF *rw+ Khoros Visualization image
Is it possible to convert a .XV
image to .BMP
or .PNG
using ImageMagick?
If someone would like to test, download an example of the figure here.