Giter VIP home page Giter VIP logo

img2h's Introduction

img2h (Image to C Header)

Build Status

This is a simple tool that allows you to convert images and icons to Arduino's Adafruit GFX library format.

Main window

Example images created using this app:

Demo 1 Demo 2 Demo 3

Download application

You can download the latest releases from repository releases page.

macOS

To install the application on macOS open .dmg file and drop the app to /Applications folder. Next, you have to remove quarantine bits from the .app file to be able to run the app (this is the only way to run the app without me having to pay $$$ for Apple dev account).

$ cd /Applications
$ sudo xattr -cr img2h.ap
$ open img2h.app

After this you will be able to start img2h app via Spotlight.

Linux

Download the provided .deb file and install it via dpkg:

$ sudo dpkg -i img2h_1.0.0-1_amd64.deb

By default, the app will be installed in /opt/img2h/, you may need to add it to PATH to use the app comfortably.

To remove the app just execute:

$ sudo apt remove img2h

Windows

TODO

How to build application from sources

You need JDK 16 or newer to compile and run this application.

# This will add module-info to dependencies that are not fully
# JPMS compliant, like e.g. Guava.
./build-modularized-version-of-dependencies.sh

./mvnw clean package
./mvnw javafx:run -pl gui

(OK it should work on JDK 11 too, but I am running all CI builds on JDK 16.)

img2h's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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