Giter VIP home page Giter VIP logo

007durgesh219 / nomacs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nomacs/nomacs

0.0 1.0 0.0 71.51 MB

nomacs is a free image viewer for windows, linux, and mac systems.

Home Page: http://www.nomacs.org/

CMake 0.98% NSIS 0.03% Groff 8.47% Visual Basic 0.02% Shell 5.79% C++ 66.96% CSS 0.07% Batchfile 0.11% QMake 0.25% Makefile 1.18% Perl 0.03% C 12.98% HTML 1.70% JavaScript 0.08% Python 0.33% Module Management System 0.02% SAS 0.01% CLIPS 0.03% Pascal 0.42% Ada 0.53%

nomacs's Introduction

nomacs - Image Lounge

nomacs is a free, open source image viewer, which supports multiple platforms. You can use it for viewing all common image formats including RAW and psd images. nomacs is licensed under the GNU General Public License v3 and available for Windows, Linux, FreeBSD, Mac, and OS/2.

Build Status

Build nomacs (Windows)

Compile dependencies

  • Qt SDK or the compiled sources (>= 5.4.0)
  • Exiv2 (>= 0.25)
  • OpenCV (>= 2.4.6) optional
  • LibRaw (>= 0.17) optional

Compile LibRaw

only needed if ENABLE_RAW is checked

  • open LibRaw-0.xx.0/LibRaw-nomacs-2015.sln
  • build LibRaw (Debug & Release)

Compile nomacs

  1. Open CMake GUI
  2. set your ImageLounge folder to where is the source code
  3. choose a build folder
  4. Set QT_QMAKE_EXECUTABLE by locating the qmake.exe
  5. Set OpenCV_DIR to your OpenCV build folder
  6. Hit Configurethen Generate
  7. Open the nomacs.sln which is in your new build directory
  8. Right-click the nomacs project and choose Set as StartUp Project
  9. Compile the Solution

If anything did not work

  • check if you have setup opencv (otherwise uncheck ENABLE_RAW)
  • check if your Qt is set correctly (otherwise set the path to qt_install_dir/qtbase/bin/qmake.exe)
  • check if your builds proceeded correctly

Build nomacs (Ubuntu)

Get the required packages:

sudo apt-get install debhelper cdbs qt5-qmake qttools5-dev-tools qt5-default qt5tools-dev libqt5svg5-dev qt5-image-formats-plugins libexiv2-dev libraw-dev libopencv-dev cmake libtiff-dev libquazip-dev libwebp-dev git build-essential

Get the nomacs sources from github:

git clone https://github.com/nomacs/nomacs.git

This will by default place the source into ~/nomacs

Go to the nomacs/ImageLounge directory and run cmake to get the Makefiles:

cmake . 

Compile nomacs:

make

You will now have a binary (~/nomacs/nomacs), which you can test (or use directly). To install it to /usr/local/bin, use:

sudo make install

Links

nomacs's People

Contributors

a17r avatar agaida avatar alyosama avatar anirudh9119 avatar dglava avatar diemmarkus avatar exl avatar flow79 avatar gwty avatar hollaus avatar kensington avatar nholmgaard avatar plaes avatar pmattern avatar pvanek avatar sfiel avatar sizeofvoid avatar smarquespt avatar szymonrw avatar timjerman 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.