synfig-core  1.0.3
Functions
tool/main.cpp File Reference

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[])

Detailed Description

SYNFIG Tool.

$Id$

Function Documentation

std::string _appendAlphaToFilename ( std::string  input_filename)

Referenced by main().

int main ( int  argc,
char *  argv[] 
)