|
synfig-core
1.0.3
|
SYNFIG Tool. More...
#include <iostream>#include <string>#include <list>#include <boost/program_options/options_description.hpp>#include <boost/program_options/parsers.hpp>#include <boost/program_options/variables_map.hpp>#include <boost/tokenizer.hpp>#include <boost/token_functions.hpp>#include <boost/filesystem.hpp>#include <boost/format.hpp>#include <glibmm.h>#include <synfig/module.h>#include <synfig/importer.h>#include <synfig/cairoimporter.h>#include <synfig/layer.h>#include <synfig/canvas.h>#include <synfig/target.h>#include <synfig/targetparam.h>#include <synfig/string.h>#include <synfig/paramdesc.h>#include <synfig/main.h>#include <autorevision.h>#include "definitions.h"#include "progress.h"#include "job.h"#include "synfigtoolexception.h"#include "optionsprocessor.h"#include "joblistprocessor.h"#include "printing_functions.h"#include "named_type.h"Functions | |
| std::string | _appendAlphaToFilename (std::string input_filename) |
| int | main (int argc, char *argv[]) |
SYNFIG Tool.
$Id$
| std::string _appendAlphaToFilename | ( | std::string | input_filename | ) |
Referenced by main().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
References _, _appendAlphaToFilename(), Job::alpha_mode, Job::canvas, SynfigToolGeneralOptions::create_singleton_instance(), DEFAULT_QUALITY, Job::desc, Job::extract_alpha, OptionsProcessor::extract_job(), OptionsProcessor::extract_renddesc(), OptionsProcessor::extract_targetparam(), SynfigToolGeneralOptions::get_binary_path(), SynfigToolException::get_exit_code(), SynfigToolException::get_message(), SynfigToolGeneralOptions::instance(), Job::outfilename, print_usage(), OptionsProcessor::process_info_options(), process_job_list(), OptionsProcessor::process_settings_options(), SYNFIG_CHECK_VERSION, SYNFIGTOOL_BADVERSION, SYNFIGTOOL_HELP, SYNFIGTOOL_MISSINGARGUMENT, SYNFIGTOOL_OK, SYNFIGTOOL_UNKNOWNARGUMENT, synfig::TARGET_ALPHA_MODE_EXTRACT, and synfig::TARGET_ALPHA_MODE_REDUCE.
1.8.1.2