OMH::ImportMovieSettings Class Reference

Detailed Description

Provides the default movie import options.

Note: If the insertion frame is inferior to 1 it will be set to 1.

Public Member Functions

 ImportMovieSettings (int insertion_frame=1, bool sound=True, QString vectorization_type="KEEP_ORIGINAL", QString colourSpace="sRGB", QString alignment_type="CENTER_FIT", QString transparency_type="PREMULTIPLY_STRAIGHT", QString vectorization_options="Grey")
 The default constructor. More...
 

Public Attributes

bool sound
 Import the sound of the movie. True by default. More...
 
QString vectorization_type
 The conversion method to import the image into an element drawing. "KEEP_ORIGINAL" by default. More...
 
QString vectorization_options
 The vectorization preset method, with all its default or user defined vectorization specifications. "Grey" by default. More...
 
QString colour_space
 The final colour space of the imported frames. "sRGB" by default. More...
 
QString alignment_type
 The alignment on the canvas of the imported frames. "CENTER_FIT" by default. More...
 
QString transparency_type
 The value to multiply the canvas in case the imported drawing has alpha values. The default value is "PREMULTIPLY_STRAIGHT". More...
 
int insertion_frame
 The frame number on which to insert the import. More...
 

Constructor & Destructor Documentation

◆ ImportMovieSettings()

OMH::ImportMovieSettings::ImportMovieSettings ( int  insertion_frame = 1,
bool  sound = True,
QString  vectorization_type = "KEEP_ORIGINAL",
QString  colourSpace = "sRGB",
QString  alignment_type = "CENTER_FIT",
QString  transparency_type = "PREMULTIPLY_STRAIGHT",
QString  vectorization_options = "Grey" 
)

The default constructor.

Member Data Documentation

◆ alignment_type

QString OMH::ImportRasterSettings::alignment_type
inherited

The alignment on the canvas of the imported frames. "CENTER_FIT" by default.

Alignment Value
Left LEFT
Right RIGHT
Top TOP
Bottom BOTTOM
Center fit CENTER_FIT
Center fill CENTER_FILL
Center LR CENTER_LR
Center TB CENTER_TB
Stretch STRETCH
ASIS ASIS
Center first page CENTER_FIRST_PAGE

◆ colour_space

QString OMH::ImportRasterSettings::colour_space
inherited

The final colour space of the imported frames. "sRGB" by default.

Avaialble colour spaces:

  • "Linear",
  • "Display P3",
  • "Display P3 Linear",
  • "Rec.709",
  • "Rec.709 2.4",
  • "Rec.2020",
  • "Rec.2020 2.4",
  • "Rec.2020 Linear",
  • "sRGB".

◆ insertion_frame

int OMH::ImportSettingsBase::insertion_frame
inherited

The frame number on which to insert the import.

The default value is the first frame.

◆ sound

bool OMH::ImportMovieSettings::sound

Import the sound of the movie. True by default.

◆ transparency_type

QString OMH::ImportRasterSettings::transparency_type
inherited

The value to multiply the canvas in case the imported drawing has alpha values. The default value is "PREMULTIPLY_STRAIGHT".

Pre-multiplication method Value Description
Pre-multiply with black PREMULTIPLY_WITH_BLACK Premultiplied with Black
Pre-multiply straight PREMULTIPLY_STRAIGHT Straight
Pre-multiply with white PREMULTIPLY_WITH_WHITE Premultiplied with White
Pre-multiply minimum PREMULTIPLY_MIN min (alpha,color) - not available with vectorized frames.

◆ vectorization_options

QString OMH::ImportRasterSettings::vectorization_options
inherited

The vectorization preset method, with all its default or user defined vectorization specifications. "Grey" by default.

◆ vectorization_type

QString OMH::ImportRasterSettings::vectorization_type
inherited

The conversion method to import the image into an element drawing. "KEEP_ORIGINAL" by default.

Conversion Type Value
Keep as original Bitmap KEEP_ORIGINAL
Import as toonboom Bitmap drawing TOON_BOOM_BITMAP
Convert to toonboom vector drawing VECTORIZE
Inheritance diagram for OMH::ImportMovieSettings:
Collaboration diagram for OMH::ImportMovieSettings: