us.temerity.pipeline.plugin.XImageEditor.v2_2_1
Class XImageEditor
java.lang.Object
us.temerity.pipeline.Named
us.temerity.pipeline.PluginID
us.temerity.pipeline.BasePlugin
us.temerity.pipeline.BaseEditor
us.temerity.pipeline.SimpleEditor
us.temerity.pipeline.plugin.XImageEditor.v2_2_1.XImageEditor
- All Implemented Interfaces:
- Serializable, Cloneable, Comparable<PluginID>, Glueable
public class XImageEditor
- extends SimpleEditor
The Radiance HDR image viewer.
See the Radiance documentation for
ximage(1) for
details.
On Mac OS X, the X11 server must already be running before launching ximage(1) with
this editor plugin in order to view the HDR image.
On Windows, the "winimage.exe" program is used to display images. This Windows equivalent
to ximage is part of the Desktop
Radiance package.
- See Also:
- Serialized Form
| Fields inherited from class us.temerity.pipeline.Named |
pName |
| Methods inherited from class us.temerity.pipeline.BasePlugin |
addSupport, compareTo, getDescription, getFullMessage, getPluginID, getResource, getResources, getResourceSize, getSupports, isUnderDevelopment, removeSupport, setSupports, supports, toString, underDevelopment |
| Methods inherited from class us.temerity.pipeline.Named |
getName |
XImageEditor
public XImageEditor()
getProgram
public String getProgram()
- Gets the name of the editor executable.
- Overrides:
getProgram in class BaseEditor