• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

gmic-qt/H03-May-2022-36,28730,114

man/H03-May-2022-

resources/H03-May-2022-2,8542,429

src/H03-May-2022-154,227136,298

zart/H03-May-2022-18,06713,479

COPYINGH A D19-Dec-201943.1 KiB1,046738

READMEH A D19-Dec-20194.7 KiB11888

README

1--------------------------------------------------------------------------------
2--------------------------------------------------------------------------------
3
4                        _____   _   __  __ _____ _____
5                       / ____| | | |  \/  |_   _/ ____|
6                      | |  __  |_| | \  / | | || |
7                      | | |_ |     | |\/| | | || |
8                      | |__| |     | |  | |_| || |____
9                       \_____|     |_|  |_|_____\_____|
10
11                      GREYC's Magic for Image Computing
12
13                             ( https://gmic.eu )
14
15                                    2.8.1
16
17--------------------------------------------------------------------------------
18
19# In a nutshell
20#---------------
21
22 G'MIC is a full-featured open-source framework for digital image processing, distributed
23 under the CeCILL free software licenses (LGPL-like and/or GPL-compatible). It
24 provides several user interfaces to convert / manipulate / filter / visualize
25 generic image datasets, ranging from 1D scalar signals to 3D+t sequences of
26 multi-spectral volumetric images, hence including 2D color images.
27
28 G'MIC user interfaces are:
29
30 1 - 'gmic', a command-line tool to use the G'MIC image processing features from
31     a shell. In this setting, G'MIC may be seen as a friendly companion to the
32     ImageMagick or GraphicsMagick software suites.
33
34 2 - 'libgmic', a small, portable, thread-safe and multi-threaded, C++ image
35     processing library to be linked to third-party applications. Its simple API
36     allows programmers to add all G'MIC features in their own software without
37     much efforts (a C API is available as well).
38[
39 3 - 'G'MIC-Qt', a plug-in to bring G'MIC capabilities to the image retouching and
40     painting software GIMP, Krita and Paint.NET. More than 500 filters are already
41     available, sorted by category (Artistic, Black & white, Colors, Contours,
42     Deformations, Degradations, Details, Film emulation, Frames, Layers,
43     Light & shadows, Patterns, Rendering, Repair, Sequences, etc.).
44
45 4 - G'MIC Online, a web service to allow users applying image processing algorithms
46     on their images, directly from a web browser.
47
48 5 - 'ZArt', a Qt-based interface for real-time processing of video streaming coming
49     from webcams or video files.
50
51 G'MIC is an open framework: the default script language can be extended with
52 custom G'MIC-written commands, defining thus new image available filters or
53 effects. By the way, it already contains a substantial set of pre-defined image
54 processing algorithms and pipelines (more than 1000).
55
56 G'MIC has been designed with portability in mind, and runs on different
57 platforms (Windows, Unix, MacOSX).
58 Since 2008, it has been developed in the Image Team of the
59 GREYC laboratory, in Caen/France, by permanent researchers working in the field
60 of image processing on a daily basis.
61
62# Project Managers and main developers
63#-------------------------------------
64
65  David Tschumperlé  ( https://tschumperle.users.greyc.fr/ )
66  Sébastien Fourey   ( https://foureys.users.greyc.fr/ )
67
68  A complete list of contributors is available on the project web page:
69
70                         https://gmic.eu
71
72# Institution
73#-------------
74
75 GREYC Image / CNRS UMR 6072 / FRANCE
76
77 Team web page: https://www.greyc.fr/image
78
79# License
80#---------
81
82 The C++ source code of G'MIC is distributed partly under the CeCILL-C v.1.0
83 (LGPL-like) and CeCILL v.2.1 (GPL-compatible) licenses (see file 'COPYING').
84 These licenses ( http://cecill.info/index.en.html ) have been
85 created under the supervision of the three biggest research institutions on
86 computer sciences in France:
87
88   - CNRS  ( http://www.cnrs.fr/ )
89   - CEA   ( http://www.cea.fr/ )
90   - INRIA ( http://www.inria.fr/ )
91
92# Give Us Support !
93#------------------
94
95  If you appreciate what we do on G'MIC, please consider supporting us !
96  We collaborate with "Association LILA (Libre comme l'Art)", a French
97  non-profit organization which collects donations to help developing the
98  G'MIC project.
99  Visit the donation page : libreart.info/en/projects/gmic
100
101# More information online
102#-------------------------
103
104  - Home page: https://gmic.eu
105  - Download page: https://gmic.eu/download.shtml
106  - Tutorial page: https://gmic.eu/tutorial
107  - Reference documentation: https://gmic.eu/reference.shtml
108  - G'MIC Online: https://gmicol.greyc.fr
109
110  - Discussion forum: https://discuss.pixls.us/c/software/gmic
111  - Reddit: https://www.reddit.com/r/gmic/
112  - Twitter: https://twitter.com/gmic_ip
113  - Framasphere: https://framasphere.org/u/gmic
114  - GimpChat forum: http://gimpchat.com/viewforum.php?f=28
115  - IRC: #pixls.us on Freenode.
116
117--------------------------------------------------------------------------------
118--------------------------------------------------------------------------------