G'MIC (GREYC's Magic for Image Computing) is a free and open-source framework for image processing.
Questions tagged [gmic]
7 questions
0
votes
0 answers
How to use G'MIC/ImageMagick to restore the text quality in an image?
I would like to convert images of blurred text, like this:
Into a quality similar to this, with sharp edges and not "pixilated":
Background: I'm currently working on pipelines to upgrade the video qualities of recorded classes. I intend to do that…

BuddhiLW
- 608
- 3
- 9
0
votes
2 answers
How to run gmic from command line cmd windows gimp
I am looking up on the Internet for hours and can't get to how to execute a command on the command prompt that does something out of gimp files and furthermore get to apply filters to images with gmic, I managed to do it all well with Image Magick,…

lbennet
- 1,083
- 5
- 14
- 31
-1
votes
1 answer
Unable to iterate random values in subsequent lines in Python
There are probably many more straightforward ways of achieving my aim here, but as a Python newbie, I'd appreciate it if we could just concentrate on the code I'm using.
I'm attempting to write out a list of commands for a graphics program (G'MIC)…

Sam Bogoff
- 64
- 8
-1
votes
1 answer
Defining image mask based on image values G'MIC
I am using the inpainting command in GMIC, which takes in both an image and a mask which indicates which part of that image to inpaint. Values that are 255 on the mask are then filled in.
http://gmic.eu/reference.shtml
The input images I am using…

user3273422
- 53
- 1
- 6
-1
votes
2 answers
what is the proper syntax of gmic apply_video
I am trying to apply a gmic filters using apply_video option of gmic utility for linux .
./gmic --apply_video 'small.mp4','-denoise 30,10' -o convert.avi
but the output is an error in terminal
[gmic]-0./ Start G'MIC interpreter.
[gmic]-0./ Apply…

Greyhatmoder
- 9
- 3
-1
votes
1 answer
G'MIC library for iOS
Does the G'MIC (Grey's Magic Image Converter) library work on iOS ?
what steps i should take in order to begin adapting it?
this is library link http://gmic.sourceforge.net/gimp.shtml

AymanMelhem
- 9
- 3
-3
votes
1 answer
GMIC Python plugin crashing in GIMP
I'm getting a procedure not found error when trying to call gimp_freaky_bw "from gimpfu" pdb.plug_in_gmic. This worked with an earlier installation of GIMP. I have just installed GIMP 2.8.22 and G'MIC 2.1.1. The error is:
Traceback (most recent call…

Tom Myatt
- 1
- 1