Giter Club home page Giter Club logo

genimg's Introduction

genimg

This is a small project to create some artificial images. Starting from a high resolution image, an approximation using triangles is estimated. This is similar to primitive, however this script creates SVG images and uses a different approach.

Usage

./genimg.py --help should produce the following help:

usage: genimg.py [-h] [--cpu_count CPU_COUNT] [--num_shapes NUM_SHAPES]
                 [--output_file OUTPUT_FILE]
                 image

image generator

positional arguments:
  image                 image to process

optional arguments:
  -h, --help            show this help message and exit
  --cpu_count CPU_COUNT
                        thread/cpu count (default: 8)
  --num_shapes NUM_SHAPES
                        number of used shapes (default: 20000)
  --output_file OUTPUT_FILE
                        generated resulting image (default: image.svg)

stg7 2019

You can just use one of the provided example images and run the following command:

./genimg.py example_images/rome.jpg

It will use the following image

to create a generated SVG depending on the number of iterations, similar to this:

SVG

after 664 iterations.

Licence

See LICENCE.md

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.