Inrimage official Home Page

Last version: 4.6.9 (november 2021)

  • Inrimage was hosted on Inria Forge (as a private project), but the forge is definitively shutdown. Source code is now available here.
  • Documentation (in french) available here.
  • Last distribution available in these repertories (sources files and some packaging).
  • Missing packaging may be obtained on request.
  • New: support for Raspbian.

Installation

Debian/Ubuntu/Raspbian

$ wget https://www-pequan.lip6.fr/~bereziat/inrimage/dist//4.6.8/inrimage_4.6.8-jessie_amd64.deb
  # OR if you use Ubuntu
$ wget https://www-pequan.lip6.fr/~bereziat/inrimage/dist//4.6.8/inrimage_4.6.8-xenial_amd64.deb
  # OR if you use Raspbian
$ wget https://www-pequan.lip6.fr/~bereziat/inrimage/dist/4.6.8/inrimage_4.6.8-debian_armhf.deb
  # then:
$ sudo dpkg -i inrimage_4.6.8-{your_system}.deb
$ sudo aptitude install inrimage

Fedora/RedHat/CentOS

$ wget https://www-pequan.lip6.fr/~bereziat/inrimage/dist/4.6.8/inrimage-4.6.8-static_R1.x86_64.rpm 
$ su 
$ rpm -iv inrimage-4.6.8-static_R1.x86_64.rpm 

Mac OSX

  • The recommanded way is to use Homebrew. First install Homebrew:

    $ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
    

    Second, install Inrimage:

    $ brew tap inrimage/inrimage
    $ brew install inrimage
    

    or manually, install dependencies and compile:

    $ brew install libjpeg libpng netpbm libtiff libmpeg2 jasper gtk+ gcc wget
    $ wget https://www-pequan.lip6.fr/~bereziat/inrimage/dist/4.6.9/inrimage-4.6.9.tar.gz
    $ tar xvfz inrimage-4.6.9.tar.gz
    $ cd inrimage-4.6.9
    $ ./configure --prefix=/usr/local/inrimage
    $ make
    $ make install
    
  • Without Homebrew, it is possible to compile inrimage. You need Xcode (or more simply the Xcode command line tools): just type gcc in your terminal and follow instructions if gcc is not installed on your computer. You also need a Fortran compiler, it can been found at this location: https://gcc.gnu.org/wiki/GFortranBinaries#MacOS.

Windows

You first have to install Cygwin/X, or Windows Subsystem Linux. Then you can try to compile inrimage.


Date: 2022-03-12 Sam 00:00

Author: Dominique Béréziat

Email: dominique.bereziat@lip6.fr

Validate