GithubHelp home page GithubHelp logo

styloint / uniconvertor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sk1project/uniconvertor

0.0 1.0 0.0 14.28 MB

UniConvertor is a universal vector graphics translator

Python 75.38% C 23.38% PostScript 1.25% Gnuplot 0.01%

uniconvertor's Introduction

UniConvertor is a multiplatform universal vector graphics translator.
Uses sK1 model to convert one format to another. 

THIS REPOSITORY CONTAINS OLD UNICONVERTOR 1.x BRANCH.
Actual UniConvertor 2.0 is under active development and the source
code is placed in sk1project/sk1-wx repository (together with sK1 2.0).

sK1 Project (http://sk1project.net),
Copyright (C) 2007-2013 by Igor E. Novikov

How to install: 
--------------------------------------------------------------------------
 to build package:   python setup.py build
 to install package:   python setup.py install
--------------------------------------------------------------------------
 to create source distribution:   python setup.py sdist
--------------------------------------------------------------------------
 to create binary RPM distribution:  python setup.py bdist_rpm
--------------------------------------------------------------------------
 to create binary DEB distribution:  python setup.py bdist_deb
--------------------------------------------------------------------------

help on available distribution formats: python setup.py bdist --help-formats


DETAILS

If you wish testing UniConvertor you have two installation ways. 
First option is a distutils install with commands:

python setup.py build
python setup.py install

Application will be installed into /usr/local/lib/python2.x/site-packages
Also uniconvertor script will be in /usr/local/bin
But this way is not recommended. The most preferred option is a package 
installation (deb or rpm). You can create package using command:

python setup.py bdist_deb (for Ubuntu|Mint|Debian etc.)
python setup.py bdist_rpm (for Fedora|OpenSuse|Mandriva etc.)

By installing the package you have full control over all the installed files 
and can easily remove them from the system (it's important for application
preview).

For successful build either distutils or deb|rpm package you need installing
some development packages. We describe dev-packages for Ubuntu|Debian, but for
other distros they have similar names. So, you need:

libfreetype6-dev
python-dev
liblcms1-dev (or liblcms2-dev)


To run application you need installing also:

python-imaging 
python-reportlab

uniconvertor's People

Contributors

sk1project avatar

Watchers

Hadi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.