Coder Social home page Coder Social logo

img2grf's Introduction

Written by Arash Sharif, released under MIT license @ http://opensource.org/licenses/MIT

This is a standard maven project.  It uses the "maven-assembly-plugin" @ http://maven.apache.org/plugins/maven-assembly-plugin/ to combine all files into one jar.

1.  To build install maven2 and type "mvn clean package"
2.  In your "target" directory there should be a file called "img2grf-1.0-jar-with-dependencies.jar".  This is the file you want.  
3.  To run just type "java -jar target/img2grf-1.0-jar-with-dependencies.jar -help" to learn how to use

img2grf's People

Contributors

asharif avatar

Stargazers

Jorge Luis avatar Zwolfen avatar Caio Santos avatar Iulian Gheorghita avatar  avatar  avatar Taras Kalapun avatar Sergey Khlobystov avatar

Watchers

James Cloos avatar  avatar  avatar  avatar

img2grf's Issues

ArrayOutOfBoundsException when image width not multiple of 8

Hi, looks like the utility crashes when the image width is not a multiple of 8 due to a bug in the nested for loops:

height: 1170 width: 1170 total byte length: 173222
pixel offset: 62
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 173160
at org.orphanware.App.convertBMP(App.java:132)
at org.orphanware.App.main(App.java:87)

Easiest workaround is to add or remove a couple of pixels to your image width so that it is exactly divisible by 8.

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.