render library

Classes

BmpFormat
FFmpegRenderOperation
Arguments associated for ffmpeg execution. Note, that calling "ffmpeg" is not needed.
GifFormat
ImageFormat
ImageSettings
JpgFormat
MotionFormat
MotionRecorder<T extends MotionFormat>
MotionSettings
MovFormat
Mp4Format
PngFormat
RealRenderSettings
Render
RenderActivity
RenderAudio
RenderController
RenderError
Used to notify the user about an error that has occurred in the rendering process.
RenderFormat
RenderLog
RenderNotifier
RenderResult
RenderScale
RenderSettings
TiffFormat

Enums

FormatHandling
How the format can be handled. This is important for handling the file later (eg. displaying the file). Some file types might be FormatType.motion but still should be handled like an image (eg. apng, gif, etc.).
Interpolation
Interpolation in is a method used to calculate new pixel values when resizing images. It is used to make sure that the resulting image looks as smooth and natural as possible. Different interpolation methods are available, each with its own trade-offs in terms of quality and computational expense.
LogLevel
Which logs should be displayed in the console or notification stream during rendering. RenderResult will always be displayed.
RenderState
A state machine that is used to track the current state of the rendering process. ! This enum is order sensitive

Exceptions / Errors

RenderException