GithubHelp home page GithubHelp logo

letmaik / imageprocessing Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gemserk/imageprocessing

0.0 3.0 0.0 62 KB

Image Processing Library (for now Color Bleeding to remove artifacts when using sprites)

Java 100.00%

imageprocessing's Introduction

Description

Image Processing Library, for now just Color Bleeding to remove artifacts when using sprites.

Introduction

To generate an executable jar you need to download the project and execute:

mvn package 

That will create an executable jar named imageprocessing-0.0.2-SNAPSHOT-jar-with-dependencies.jar in the folder target that could be used later to process images.

Usage

To run the image processing tool from the jar, just run:

java -jar imageprocessing-0.0.2-SNAPSHOT-jar-with-dependencies.jar

And it will show the Usage with the following options:

  • -debug: Writes debug images without alpha. Default: false
  • -dir: Directory containing the images. Required
  • -maxiterations: Max iterations to run the algorithm. Default: 2147483647
  • -numthreads: Number of threads to use. Default: 8
  • -outdir: Directory to use for the output (copy if not overriding and debug image if debug enabled)
  • -overwrite: Overwrite Source Images. Default: false

Usage from code

In case you want to use the processor directly from code, you can run:

mvn install

And then include the dependency in your maven project as:

<dependency>
	<groupId>com.gemserk.utils.imageprocessing</groupId>
	<artifactId>imageprocessing</artifactId>
	<version>0.0.2-SNAPSHOT</version>
</dependency>

Or if your project is not maven, just copy the imageprocessing-0.0.2-SNAPSHOT.jar file from /target in your project.

After including the project, just add the following code:

Options options = new Options();
options.dir = "/my/directory";
ColorBleedingCLI.execute(options);

Contributing

Feel free to add issues, make forks or contact us directly if you have suggestions, bug reports or enhancements.

imageprocessing's People

Contributors

rgarat avatar letmaik avatar acoppes avatar

Watchers

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