Code Monkey home page Code Monkey logo

repeaty's Introduction

Repeaty

Repeaty Logo

A tool specialized for print that generates repeating patterns out of input images. It preserves DPI, ICC Profile, Chroma, Gamma and SRGB information of the original image in the output image.

Usage

The easiest way to use Repeaty is to download the latest release from the release page and extract it to a directory of our choice.

Example conversion output

Additional example output can be found in the examples directory.

Limitations

As of now Repeaty supports only .png files.

Building it

Assuming we have Git installed first we need to clone and initialize this repository via:

git clone https://github.com/kerskuchen/repeaty.git
cd repeaty
git submodule update --init --remote

Assuming we have Rust installed and can run cargo commands we can build a release version by just running windows_build_shipping.bat. This creates a new folder named windows_shipping which contains the final executable ready to run with all needed resources.

If we have the Resource Hacker tool in our %PATH the windows_build_shipping.bat script will also set a launcher icon and version information for our executable.

Development

We can build a debug version by running the usual cargo build command. The Rust website has good information about how to start development with Rust.

For development it is a good idea to check out the cottontail submodule on the master branch via

cd cottontail
git checkout master

That will make sure that we don't accidentally commit something to cottontail in the detached HEAD state. We need to be cautious though as this will not automatically checkout the latest version of cottontail.

If we want to update cottontail to its latest version on master we can just run the git_update_cottontail.bat script.

repeaty's People

Contributors

kerskuchen avatar

Watchers

 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.