Giter VIP home page Giter VIP logo

kimageannotator's Introduction

kImageAnnotator Linux Build Status Windows Build Status Translation status

Tool for annotating images

Version 0.7.2

kImageAnnotator

Dependencies

kImageAnnotator depends on kColorPicker which needs to be installed before building kImageAnnotator. Install instructions can be found on the GitHub page.

Building from source

  1. Get the latest release from GitHub by cloning the repo:
    $ git clone https://github.com/ksnip/kImageAnnotator
  2. Change to repo directory:
    $ cd kImageAnnotator
  3. Make new build directory and enter it:
    $ mkdir build && cd build
  4. Create the makefile and build the project:
    $ cmake .. && make
    to build with Qt6, pass -DBUILD_WITH_QT6=true to the cmake command
  5. Install shared library (not required when only using the example):
    $ sudo make install
  6. Run the example application:
    $ ./example/kImageAnnotator-example

Shared vs Static

You can either build the project as shared library by providing the flag -DBUILD_SHARED_LIBS=ON to cmake or -DBUILD_SHARED_LIBS=OFF to build as static library. When no flag is provided a static library is build. For windows, we currently only support building as static library.

Integrate library

  1. Let cmake find the shared library, optionally with version
    set(KIMAGEANNOTATOR_MIN_VERSION "0.x.x")
    to build with Qt5:
    find_package(kImageAnnotator-Qt5 ${KIMAGEANNOTATOR_MIN_VERSION} REQUIRED)
    to build with Qt6:
    find_package(kImageAnnotator-Qt6 ${KIMAGEANNOTATOR_MIN_VERSION} REQUIRED)

  2. Link the library with your application
    target_link_libraries(myApp kImageAnnotator)

Translations

We are always looking for help with translations, contributors are welcome!
For translations, we use Weblate!
Translation status

Acknowledgement

Stickers designed by OpenMoji โ€“ the open-source emoji and icon project.

kimageannotator's People

Contributors

damirporobic avatar fnkabit avatar antrrax avatar milotype avatar waldist avatar yurchor avatar eson57 avatar fpohtmeh-github avatar precla avatar nicolasfella avatar volkov0aa avatar nathanbnm avatar dflogeras avatar shilin-da avatar comradekingu avatar dglent avatar santossi avatar vistaus avatar weblate avatar ujdhesa avatar murznn avatar adriaandegroot avatar friedrichfroebel avatar lisapple avatar albanobattistella avatar huyz-git avatar mnhauke avatar poipoipoipoipoipoipoipoipoi avatar txemaq avatar sbivol 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.