Giter Site home page Giter Site logo

app-image-generator's Introduction

NAME
    image-generator - Script to generate video.

SYNOPSIS
     image-generator [-h] [-i input_dir] [-s size] [-v] [--version] output_file

DESCRIPTION
     image-generator script uses Image::Random or Image::Select classes to create image.

ARGUMENTS
    *       "-h"

             Print help.

    *       "-i input_dir"

             Input directory with images.
             Default value is nothing, then generates random images.

    *       "-s size"

             Image size.
             Default value is 1920x1080.

    *       "-v"

             Verbose mode.

    *       "--version"

             Print version of script.

    *       "output_file"

             Output file.
             e.g. foo.jpg
             e.g. foo.bmp

EXAMPLE1
     image-generator

     # Output:
     # Usage: /home/skim/perl5/bin/image-generator [-h] [-i input_dir] [-s size] [-v]
     #         [--version] output_file
     # 
     #         -h              Print help.
     #         -i input_dir    Input directory with images (default value is nothing).
     #         -s size         Size (default value is 1920x1080).
     #         -v              Verbose mode.
     #         --version       Print version.

EXAMPLE2
     image-generator foo.jpg

     # Output:
     # -nothing-
     # Created foo.jpg file in local directory.

EXAMPLE3
     image-generator -s 100x100 foo.jpg

     # Output:
     # -nothing-
     # Created foo.jpg file in local directory.

EXAMPLE4
     image-generator -i /data/images/ foo.jpg

     # Output:
     # -nothing-
     # Created foo.jpg file in local directory, generated from images in /data/images.

REPOSITORY
    <https://github.com/michal-josef-spacek/App-Image-Generator>

AUTHOR
    Michal Josef Špaček <mailto:[email protected]>

    <http://skim.cz>

LICENSE AND COPYRIGHT
    © 2015-2023 Michal Josef Špaček

    BSD 2-Clause License

VERSION
    0.06

app-image-generator's People

Contributors

michal-josef-spacek avatar

Watchers

 avatar  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.