pic2eps - a QPicture to (Encapsulated) PostScript converter by Ion Vasilief (C) 2015 ------------------------------------------------------------------------------------ pic2eps can be used in order to test EpsEngine. It is a console executable. The Qt libraries can be downloaded from the following link: http://www.qt.io/download/ In order to run your tests you need to create QPicture files that record and replay QPainter commands, see the QPicture class documentation for more details: http://doc.qt.io/qt-5/qpicture.html#details Usage: pic2eps [options] [source] [destination] Options: -h, --help Displays this help. -v, --version Displays version information. -p, --preview Embed TIFF preview. Arguments: source Input QPicture file name. destination Name of the output EPS/PS image. Both 'source' and 'destination' arguments are optional. If you do not provide a valid source QPicture file, pic2eps will create a 'demo.pic' file for you. If you do not specify a destination file name, pic2eps will output the result to a Encapsulated PostScript (.eps) file that has the name derived from the input file name.