I\'m writing a GIMP script to export layers to files. I want to provide a user-specifiable field where they can provide the format for the filenames to be开发者_StackOverflow exported, with tilde-char
I want to proceduraly generate textures made by GIMP. I know there is GIMP library for Python which can call GIMP\'s tools with parameters. If I know what tools (with parameters) GIMP used then I shou
Closed. This question is off-topic. It is not currently accepting answers. 开发者_运维百科 Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I\'m trying to convert hundreds of images that Have an unknown subject centered in the image Have a white background
I am doing Sobel edge detection in openCV using the with following parameters: cv.Sobel(mat, edgemat, 1, 1)
I\'m discovering the gimp API for few days now (using python-fu) and I actually enjoy it. However there is something I can\'t manage to do : attach a text on a path.
Using the tutorial of Compiling GIMP I have compiled GIMP, GEGL, Babl in windows. i had some errors, but those were on GIMP. i am not concerned about GIMP right now. i just want to use the GEGL librar
I\'m working on a page that will allow a webmaster to add styles to their twitter feed. Several of these styles use transparency in their display. I want to create a list of images for them to choose
I was using Opencv to make APIs about image processing in visual studio 2010 and then use them in Android. now i started to use gimp and gegl library to do the same. but i dont find any reference abou
I am going to develop an application for android using the GEGL library of GIMP. I am using visual studio 10. how to build the plugin with visual studio? what are the steps? how 开发者_开发技巧to run