The "/gmic_1.3.9.0_macosx..cosx_SnowLeopard.zip" file could not be found or is not available. Please select another file.
Looking for the latest version? Download gmic_1.5.1.4.tar.gz (1.9 MB)
Home
Name Modified Size Status
Totals: 27 Items   184.7 MB
old 2012-05-10 67,392 downloads
gmic_gimp_1.5.1.5_beta_linux64.zip 2012-05-25 1.2 MB 18 downloads
gmic_1.5.1.5_beta_amd64.deb 2012-05-25 9.7 MB 16 downloads
gmic_gimp_1.5.1.5_beta_linux32.zip 2012-05-25 1.2 MB 9 downloads
gmic_1.5.1.5_beta_i386.deb 2012-05-25 9.3 MB 16 downloads
README 2012-05-25 4.3 kB 1,638 downloads
gmic_1.5.1.5_beta.tar.gz 2012-05-25 1.9 MB 7 downloads
Macgmic_1.5.1.4_macosx_Leopard.dmg 2012-05-25 11.6 MB 11 downloads
Macgmic_1.5.1.5_beta_macosx_SnowLeopard.dmg 2012-05-25 21.4 MB 14 downloads
Macgmic_1.5.1.5_beta_macosx_Lion.dmg 2012-05-25 19.9 MB 11 downloads
gmic_gimp_1.5.1.5_beta_win32.exe 2012-05-25 2.0 MB 29 downloads
gmic_gimp_1.5.1.5_beta_win32.zip 2012-05-25 2.4 MB 13 downloads
gmic-1.5.1.4_full_64bits_win.zip 2012-05-25 21.4 MB 55 downloads
Macgmic_1.5.1.4_macosx_SnowLeopard.dmg 2012-05-24 21.4 MB 14 downloads
Macgmic_1.5.1.4_macosx_Lion.dmg 2012-05-24 19.9 MB 11 downloads
gmic_gimp_win32.zip 2012-05-24 2.4 MB 30,987 downloads
gmic_gimp_1.5.1.4_win32.zip 2012-05-24 2.4 MB 53 downloads
gmic_gimp_linux64.zip 2012-05-24 1.2 MB 20,730 downloads
gmic_gimp_1.5.1.4_linux64.zip 2012-05-24 1.2 MB 10 downloads
gmic_1.5.1.4_amd64.deb 2012-05-24 9.7 MB 10 downloads
gmic_gimp_linux32.zip 2012-05-24 1.2 MB 36,229 downloads
gmic_gimp_1.5.1.4_linux32.zip 2012-05-24 1.2 MB 4 downloads
gmic_1.5.1.4_i386.deb 2012-05-24 9.3 MB 18 downloads
gmic_1.5.1.4.tar.gz 2012-05-24 1.9 MB 46 downloads
gmic_1.5.1.4_win32.zip 2012-05-24 6.9 MB 36 downloads
gmic_gimp_win32.exe 2012-05-24 2.0 MB 396,237 downloads
gmic_gimp_1.5.1.4_win32.exe 2012-05-24 2.0 MB 24 downloads
-------------------------------------------------------------------------------- -------------------------------------------------------------------------------- _____ _ __ __ _____ _____ / ____| | | | \/ |_ _/ ____| | | __ |_| | \ / | | || | | | |_ | | |\/| | | || | | |__| | | | | |_| || |____ \_____| |_| |_|_____\_____| GREYC's Magic Image Converter ( http://gmic.sourceforge.net/ ) 1.5.1.5 -------------------------------------------------------------------------------- # Summary #--------- G'MIC stands for 'GREYC's Magic Image Converter'. This project aims to : * Define a lightweight but powerful script language (G'MIC) dedicated to the design of image processing pipelines. * Provide an interpreter of this language, distributed as a C++ open-source library embeddable in third-party applications. * Propose three usable binary tools embedding this interpreter : - The command-line executable 'gmic' to use the G'MIC framework from a shell. - The interactive and extensible plug-in 'gmic_gimp' to bring G'MIC capabilities to the image retouching software GIMP. - ZArt, a real-time interface for webcam images manipulation. G'MIC is focused on the design of possibly complex pipelines for converting, manipulating, filtering and visualizing generic 1d/2d/3d multi-spectral image datasets. This includes of course color images, but also more complex data as image sequences or 3d(+t) volumetric float-valued datasets. G'MIC is an open framework : the default language can be extended with custom G'MIC-written commands, defining thus new image available filters or effects. By the way, it already contains a substantial set of pre-defined image processing algorithms and pipelines (more than 1000). G'MIC has been designed with portability in mind and runs on different platforms (Windows, Unix, MacOSX). It is distributed under the CeCILL license (GPL-compatible). Since 2008, it is developed in the Image Team of the GREYC laboratory, in Caen/France, by permanent researchers working in the field of image processing on a daily basis. # Project Manager and Main developer #----------------------------------- David Tschumperlé ( http://www.greyc.ensicaen.fr/~dtschump/ ) A complete list of contributors is available on the project web page : http://gmic.sourceforge.net # Institution #------------- GREYC Image / CNRS UMR 6072 / FRANCE Team web page : http://www.greyc.ensicaen.fr/EquipeImage/ # Licenses #---------- The C++ source code of G'MIC is distributed under the CECILL v.2.0 license (file 'CeCILL.rtf'). This License is a Free-Software license, compatible with the GPL (using those files in a distributed closed-source project is then forbidden). The CeCiLL v.2.0 license ( http://www.cecill.info/index.en.html ) have been created under the supervision of the three biggest research institutions on computer sciences in France : - CNRS ( http://www.cnrs.fr/ ) - CEA ( http://www.cea.fr/ ) - INRIA ( http://www.inria.fr/ ) # How to install the GIMP plug-in #--------------------------------- GIMP (http://www.gimp.org) is an open-source painting and image retouching software which can be extended with additional 'plug-ins'. G'MIC provides such a plug-in, named 'gmic_gimp'. To install the G'MIC plug-in for GIMP, you have to copy the file 'gmic_gimp' (Unix) or 'gmic_gimp.exe' (Windows) to the plug-in folder of your GIMP installation. This folder is usually located at : - on Unix : '$HOME/.gimp-2.x/plug-ins/' (for local installation), or 'usr/lib/gimp/2.0/plug-ins/' (for global installation). - on Windows : 'C:\Program Files\GIMP-2.x\lib\gimp\2.0\plugins\' (for global installation). - on MacOSX : '$HOME/Library/Application\ Support/Gimp/plug-ins/' (for installation from GimponOSX). -------------------------------------------------------------------------------- --------------------------------------------------------------------------------
Source: README, updated 2012-05-25