[Gimp-developer] dynamic text plugin

2011-04-06 Thread wolligog
ok i'm not actually a developer or programme writer but i really need some = help and was hoping someone here might be able to help. I'm using ubuntu 10:10 maverick meerkat with gimp 2.6, i want to install th= e dynamic text plugin, if i move the script file(.scm) into the gimp2.6 scr= ipt

Re: [Gimp-developer] dynamic text plugin

2011-04-06 Thread Chris Mohler
Try: sudo apt-get build-dep gimp Then try running 'make' again. Chris ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

Re: [Gimp-developer] dynamic text plugin

2011-04-06 Thread Bill Skaggs
The dynamic text plugin is many years out of date. It was created as a way of allowing text to be changeable before Gimp's text tool supported that. For the past ten years or so the plugin has been completely useless and therefore hasn't been maintained. I'm not sure whether that explains the

Re: [Gimp-developer] Sample implementation of a new GEGL op

2011-04-06 Thread Martin Nordholts
On 04/06/2011 06:14 PM, sourav de wrote: I tried to implement the blur operation in GEGL. The algorithm is same as of the blur plug-in in GIMP. The patch file for GEGL operation and the blur.c file for the plug-in are attached below. Kindly let me know if there is any mistake in my

Re: [Gimp-developer] [Gimp-user] automating tasks

2011-04-06 Thread Kevin Cozens
Gergely Buday wrote: I would like to glue a logo and some dozen of pictures automatically, ie. the logo and the picture has the same height and to glue them at the common edge. How can I do that? Should I use script-fu? You could write a script using Script-Fu (or one of the other language

Re: [Gimp-developer] [Gimp-user] automating tasks

2011-04-06 Thread Nicolas Robidoux
http://www.imagemagick.org/Usage/anim_basics/#coalesce ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

[Gimp-developer] Proposal of GSoc 2011: Replace the GimpSizeEntry widget

2011-04-06 Thread Jake Zhang
Hi, I have submitted a proposal for Gsoc on line - Proposal: Replace the GimpSizeEntry widget http://www.google-melange.com/gsoc/proposal/review/google/gsoc2011/jake007/1#http://www.google-melange.com/gsoc/proposal/review/google/gsoc2011/jake007/1 Last year, I have talked with Martin about

[Gimp-developer] gegl chanting

2011-04-05 Thread shivani maheshwari
What is the main purpose of gegl chanting?? -- Shivani Maheshwari Under Graduation( BTech.) Indian Institute of Information Technology, Allahabad (Amethi Campus) India ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU

Re: [Gimp-developer] Write basic gegl plugin

2011-04-05 Thread sourav de
On Tue, Apr 5, 2011 at 11:11 AM, Madhav yadav mad.cool.sp...@gmail.comwrote: If i have to submit my sample on the gegl master branch then how will i go forthh. On Mon, Apr 4, 2011 at 8:47 PM, Jon Nordby jono...@gmail.com wrote: Get the code, build it on your computer, start working on the

Re: [Gimp-developer] Write basic gegl plugin

2011-04-05 Thread Alexia Death
On Tue, Apr 5, 2011 at 9:55 AM, sourav de souravde1...@gmail.com wrote: I'm also facing the same problem. After translating the code using GEGL operations, how am I supposed to create patch file of it and submit it into the master branch. Basic ability to operate git version control system is

Re: [Gimp-developer] gegl chanting

2011-04-05 Thread Jon Nordby
On 5 April 2011 08:49, shivani maheshwari shivani.mah...@gmail.com wrote: What is the main purpose of gegl chanting?? To let gegl operations be GObjects, but without having to write all the boilerplate involved. See gegl/gegl-chant.h -- Jon Nordby - www.jonnor.com

Re: [Gimp-developer] Write basic gegl plugin

2011-04-05 Thread Jon Nordby
On 5 April 2011 08:55, sourav de souravde1...@gmail.com wrote: On Tue, Apr 5, 2011 at 11:11 AM, Madhav yadav mad.cool.sp...@gmail.com wrote: If i have to submit my sample on the gegl master branch then how will i go forthh. Use git to commit your changes and create a patch/patches. See

Re: [Gimp-developer] Write basic gegl plugin

2011-04-05 Thread Tobias Jakobs
And if there are some informations are missing in the Wiki, pleas get an account and add this informations. Regards, Tobias ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU

Re: [Gimp-developer] Write basic gegl plugin

2011-04-05 Thread Madhav yadav
The problem doesn't actually lie in how to submit a patch . A patch is a file that contains the differences between the current version and the fixed version but we have to submit a self made plugin. Then how can we submit it as a patch against a main branch On Tue, Apr 5, 2011 at 1:36 PM, Tobias

Re: [Gimp-developer] Write basic gegl plugin

2011-04-05 Thread Alexia Death
On Tue, Apr 5, 2011 at 12:01 PM, Madhav yadav mad.cool.sp...@gmail.com wrote: The problem doesn't actually lie in how to submit a patch . A patch is a file that contains the differences between the current version and the fixed version but we have to submit a self made plugin. Then how can we

[Gimp-developer] Write basic gegl plugin

2011-04-05 Thread Madhav yadav
Don;t we need to authenticate to add new files to the branch?? On Tue, Apr 5, 2011 at 2:34 PM, Alexia Death alexiade...@gmail.com wrote: On Tue, Apr 5, 2011 at 12:01 PM, Madhav yadav mad.cool.sp...@gmail.com wrote: The problem doesn't actually lie in how to submit a patch . A patch is a

Re: [Gimp-developer] Write basic gegl plugin

2011-04-05 Thread Alexia Death
On Tue, Apr 5, 2011 at 12:07 PM, Madhav yadav mad.cool.sp...@gmail.com wrote: Don;t we need to authenticate to add new files to the branch?? In git you can do all that locally. You only need to authenticate for push. This is why I told you to find out about git... Gimp students are expected to be

Re: [Gimp-developer] Write basic gegl plugin

2011-04-05 Thread Jon Nordby
On 5 April 2011 11:08, Madhav yadav mad.cool.sp...@gmail.com wrote: Don;t we need to authenticate to add new files to the branch?? No, with git you primarily work against your local repository. You can do whatever you like there. Please read a tutorial or two on git, so that you come to terms

[Gimp-developer] GSoC - project proposal - feedback appreciated :)

2011-04-05 Thread Benjamin Donoghue
Hi, I've been working on a series of animation plugins scripts for GIMP that I would like to expand for GSoC. If anyone would be willing to mentor I would be very excited about doing this project. Any feedback about my proposal would also be greatly appreciated Here is a piece of animation I

Re: [Gimp-developer] Write basic gegl plugin

2011-04-05 Thread gg
On 04/05/11 11:37, Jon Nordby wrote: On 5 April 2011 11:08, Madhav yadavmad.cool.sp...@gmail.com wrote: Don;t we need to authenticate to add new files to the branch?? No, with git you primarily work against your local repository. You can do whatever you like there. Please read a tutorial

Re: [Gimp-developer] Write basic gegl plugin

2011-04-05 Thread Alexandre Prokoudine
On 4/6/11, gg catking.net wrote: No, with git you primarily work against your local repository. You can do whatever you like there. Why wouldn't you want to work *with* your local repo rather than against it ? Because I'm a cool l33t hack3rz type dude , I drink my coffee against a cup. I

Re: [Gimp-developer] New schedule for GIMP 2.8

2011-04-04 Thread Martin Nordholts
Den 3 apr 2011 23:46 skrev Łukasz Czerwiński lc277...@students.mimuw.edu.pl: I'd like to suggest time profiling as another task to be done before the release. Once I started to optimize Gimp's startup time (especially scheme interpreter) and I'd like to return to that task in the near future

[Gimp-developer] Porting GIMP plugins to GEGL operations - GSOC 2011

2011-04-04 Thread shivani maheshwari
Hello sir, I am Shivani 2nd year student at IIIT-Allahabad( Indian Institute Of Information Technology, Allahabad ). I have a programming experience with C, C++,QT and Java. Besides this I have also worked with OpenGl(glut/glu). I have Graphics Visualization and Computing as one of the core

[Gimp-developer] Porting GIMP plugins to GEGL operations - GSOC 2011

2011-04-04 Thread shivani maheshwari
Here are the other 3 files . I had to post in two different mails on account of size exceeding the limit of mail *Gaussian blur-* * * Functions - 1.iir_young_find_constants (gfloat sigma, gdouble *B, gdouble *b) - Based on sigma( standard deviation of Gaussian distribution ) we calculate the

[Gimp-developer] Reg: GIMP GSOC 2011 project

2011-04-04 Thread ~Siddharth~
Hi, I am currently studying for my Bachelor of Technology and Masters Degree in Computer Science at IIIT,Hyderabad,India. I would like to work at GIMP because I am looking for a challenge in Digital Image Processing/computational photography field and I think this is an opportunity for me to

Re: [Gimp-developer] Reg: GIMP GSOC 2011 project

2011-04-04 Thread Alexandre Prokoudine
On 4/4/11, ~Siddharth~ wrote: I am interested in working on Seamless Cloning project.I am familiar with Poisson image editing techniques.I would like you to suggest me on how to proceed further with this project. The way to proceed is to pick a different project. Sorry, but with at least five

Re: [Gimp-developer] GEGL Editor - Idea for GSoC

2011-04-04 Thread Bogdan Szczurek
W dniu 11-04-01 23:55, Marek Rogalski pisze: Hello, everybody. I have a quite simple proposal for this year GSoC: make a nice editor for GEGL pipelines. Why do we need it: because the GEGL eats XML files. GIMP could eat them too. It would introduce much greater reusability in the work of

[Gimp-developer] Problem:Submit sample implementation of gegl op.

2011-04-04 Thread shivani maheshwari
*Hello,* * * *I want to ask how to submit the sample GEGL op program. * -- Shivani Maheshwari Under Graduation( BTech.) Indian Institute of Information Technology, Allahabad (Amethi Campus) India ___ Gimp-developer mailing list

[Gimp-developer] Write basic gegl plugin

2011-04-04 Thread Madhav yadav
Hello, I want to write basic gegl pluginCan anybody help me with the same.. ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

Re: [Gimp-developer] Write basic gegl plugin

2011-04-04 Thread Tobias Jakobs
Have you seen this page? http://wiki.gimp.org/index.php/Users:Beginner_Developer%27s_FAQ On Mon, Apr 4, 2011 at 16:32, Madhav yadav mad.cool.sp...@gmail.com wrote: Hello, I want to write basic gegl pluginCan anybody help me with the same.. ___

Re: [Gimp-developer] Write basic gegl plugin

2011-04-04 Thread shivani maheshwari
Yes i did see that . But I am not able to gather where to begin from?? On Mon, Apr 4, 2011 at 8:09 PM, Tobias Jakobs tobias.jak...@googlemail.comwrote: Have you seen this page? http://wiki.gimp.org/index.php/Users:Beginner_Developer%27s_FAQ On Mon, Apr 4, 2011 at 16:32, Madhav yadav

Re: [Gimp-developer] Write basic gegl plugin

2011-04-04 Thread Jon Nordby
Get the code, build it on your computer, start working on the plugin. On 4 April 2011 17:02, shivani maheshwari shivani.mah...@gmail.com wrote: Yes i did see that . But I am not able to gather where to begin from?? On Mon, Apr 4, 2011 at 8:09 PM, Tobias Jakobs tobias.jak...@googlemail.com

[Gimp-developer] GSoC 2011 - Replace GimpSizeEntry widget

2011-04-04 Thread Enrico Schröder
Hello Gimp developers, I'm currently applying for the GimpSizeEntry project for Summer of Code. To keep my application short and to allow further discussion and feedback, I decided to post the detailed description of my proposal on the mailing list instead of in the application itself. My

[Gimp-developer] GSoC 2011 - Replace GimpSizeEntry widget

2011-04-04 Thread Enrico Schröder
Hello Gimp developers, I'm currently applying for the GimpSizeEntry widget for SummerOfCode. To keep my application short and allow further discussion and feedback, I've decided to post the detailed description of my proposal on the mailing list instead of in the application itself. My

Re: [Gimp-developer] Write basic gegl plugin

2011-04-04 Thread Madhav yadav
If i have to submit my sample on the gegl master branch then how will i go forthh. On Mon, Apr 4, 2011 at 8:47 PM, Jon Nordby jono...@gmail.com wrote: Get the code, build it on your computer, start working on the plugin. On 4 April 2011 17:02, shivani maheshwari shivani.mah...@gmail.com

[Gimp-developer] Fractal image scaling

2011-04-03 Thread Александр Белобородов
Hi! I don't have any description of Fractal scaling algorithm. Technique described at previous message is based only upon my ideas and knowledges from research articles and books (Yuval Fisher - Fractal Image Compression, Stephen Welstead - Fractal and Wavelet Image Compression Techniques). The

[Gimp-developer] New schedule for GIMP 2.8

2011-04-03 Thread Martin Nordholts
Hi all, I have created a schedule for GIMP 2.8 and put it here: http://tasktaste.com/projects/Enselic/gimp-2-8 Please review the list of tasks and let me know if there are other things than those listed there that you know we need to do before we can release 2.8. In that case I will add those

Re: [Gimp-developer] gegl build fails

2011-04-03 Thread Michael J. Hammel
On Fri, 2011-04-01 at 23:35 +0200, Jon Nordby wrote: No, the introspection toolchain is separate. Typically packaged as gobject-introspection or similar. Anyhow, does it work for you now? I pushed a fix. I was able to do a proper rebuild today (git pull and build) and gegl built fine. Thanks!

Re: [Gimp-developer] New schedule for GIMP 2.8

2011-04-03 Thread Eric Grivel
I added a proposed patch to fix Bug 596410 to the bug report a while ago. Do I need to look at that again? Eric On 04/03/2011 03:49 PM, Martin Nordholts wrote: Hi all, I have created a schedule for GIMP 2.8 and put it here: http://tasktaste.com/projects/Enselic/gimp-2-8 Please review the

Re: [Gimp-developer] New schedule for GIMP 2.8

2011-04-03 Thread Łukasz Czerwiński
I'd like to suggest time profiling as another task to be done before the release. Once I started to optimize Gimp's startup time (especially scheme interpreter) and I'd like to return to that task in the near future (when I find at last some time for it :) ). What do you think about it? Łukasz

Re: [Gimp-developer] New schedule for GIMP 2.8

2011-04-03 Thread Gilles Rochefort
I added a patch to fix bug 612931 a while ago. So, it allows me to move individual layer in a layer group. Gilles Hi all, I have created a schedule for GIMP 2.8 and put it here: http://tasktaste.com/projects/Enselic/gimp-2-8 Please review the list of tasks and let me know if there are

Re: [Gimp-developer] New schedule for GIMP 2.8

2011-04-03 Thread Martin Nordholts
On 04/03/2011 10:31 PM, Eric Grivel wrote: I added a proposed patch to fix Bug 596410 to the bug report a while ago. Do I need to look at that again? Nope, I just haven't had time to look at the patch yet Regards, Martin -- My GIMP Blog: http://www.chromecode.com/ Why GIMP 2.8 is not

Re: [Gimp-developer] GsoC - 2011 - Porting GIMP plugins to GEGL operations

2011-04-02 Thread Øyvind Kolås
On Sat, Apr 2, 2011 at 3:24 AM, Jim Michaels jmich...@yahoo.com wrote: help me to understand. GIMP plugin authors will now be required to write their plugins in GEGL? GIMP has for a long time (decade) been moving towards using GEGL for it's imaging core. GEGL plugins do support higher bit

[Gimp-developer] Fractal image scaling

2011-04-01 Thread Александр Белобородов
Good evening! Liquid scaling is beautiful technology, but differs from fractal scaling pretty much. The fractal image scaling is based upon an Fractal compression algorythm and a functional analisys. In the fractal compression algorythm we propose that our image is fixed point of contractive

Re: [Gimp-developer] Tiny-Fu and its possible R6RS (beyond) future...

2011-04-01 Thread Kevin Cozens
The following is a reply to an old e-mail message sent to gimp-devel that has been bit rotting for some time in my drafts folder. Andreas Posur wrote: Many thanks for contributing to G.I.M.P yw I heard lots of different complains about working with scheme for GIMP (mostly: ugly interface

Re: [Gimp-developer] Fractal image scaling

2011-04-01 Thread Joao S. O. Bueno
2011/4/1 Александр Белобородов vala...@gmail.com: Good evening! Liquid scaling is beautiful technology, but differs from fractal scaling pretty much. The fractal image scaling is based upon an Fractal compression algorythm and a functional analisys. In the fractal compression algorythm we

Re: [Gimp-developer] gegl build fails

2011-04-01 Thread Jon Nordby
On 30 March 2011 19:24, Michael J. Hammel mjham...@graphics-muse.org wrote: On Wed, 2011-03-30 at 19:10 +0200, Jon Nordby wrote:  GISCAN Gegl-0.1.gir WARNING: Skipping unknown interface GeglVisitable  GICOMP Gegl-0.1.gir Gegl-0.1.gir: error: Type reference 'GeglMatrix3' not found Yeah,

[Gimp-developer] GEGL Editor - Idea for GSoC

2011-04-01 Thread Marek Rogalski
Hello, everybody. I have a quite simple proposal for this year GSoC: make a nice editor for GEGL pipelines. Why do we need it: because the GEGL eats XML files. GIMP could eat them too. It would introduce much greater reusability in the work of designers. Who will use it: graphic designers (who

Re: [Gimp-developer] GEGL Editor - Idea for GSoC

2011-04-01 Thread Nicolas Robidoux
At the LGM 2009 BOF, I remember Oyvind discussing his vision of something kind of like this. Since GEGL structures its operations in tree form, what you may want to think about is that you want to display a tree in a form understandable by a user. My personal take is that there probably is a

Re: [Gimp-developer] GEGL Editor - Idea for GSoC

2011-04-01 Thread Øyvind Kolås
On Sat, Apr 2, 2011 at 12:00 AM, Nicolas Robidoux nicolas.robid...@gmail.com wrote: Since GEGL structures its operations in tree form, what you may want to think about is that you want to display a tree in a form understandable by a user. GEGL does not structure operations in a tree form but

Re: [Gimp-developer] GEGL Editor - Idea for GSoC

2011-04-01 Thread Nicolas Robidoux
Apologies: I meant acyclic digraph, not tree. Nicolas Robidoux ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

Re: [Gimp-developer] GEGL Editor - Idea for GSoC

2011-04-01 Thread Øyvind Kolås
On Fri, Apr 1, 2011 at 9:55 PM, Marek Rogalski mafi...@gmail.com wrote: Hello, everybody. I have a quite simple proposal for this year GSoC: make a nice editor for GEGL pipelines. Why do we need it: because the GEGL eats XML files. GIMP could eat them too. It would introduce much greater

Re: [Gimp-developer] GsoC - 2011 - Porting GIMP plugins to GEGL operations

2011-04-01 Thread Jim Michaels
help me to understand. GIMP plugin authors will now be required to write their plugins in GEGL? as of what version of GIMP, if anyone knows? From: Robert Sasu sasu.rob...@gmail.com To: gimp-developer@lists.XCF.Berkeley.EDU Sent: Wed, March 30, 2011 10:53:09 AM

[Gimp-developer] http://wiki.gimp.org/

2011-03-31 Thread Michael Natterer
Hi all, I'm pleased to announce that the new GIMP developer wiki has found its way home and is reachable as wiki.gimp.org now. Thanks a lot to LightningIsMyName and Alexia for starting, hosting, and taking care of the wiki. --Mitch ___ Gimp-developer

Re: [Gimp-developer] GSoC 2011 Porting GIMP plugins to GEGL operations

2011-03-31 Thread sourav de
On Tue, Mar 29, 2011 at 11:57 PM, sourav de souravde1...@gmail.com wrote: On Tue, Mar 29, 2011 at 1:15 PM, sourav de souravde1...@gmail.com wrote: On Tue, Mar 29, 2011 at 4:11 AM, Mukund Sivaraman m...@banu.com wrote: Hi Sourav On Tue, Mar 29, 2011 at 12:36:04AM +0530, sourav de wrote:

Re: [Gimp-developer] GsoC - 2011 - Porting GIMP plugins to GEGL operations

2011-03-31 Thread Robert Sasu
I wrote the code review for 2 more plug-ins: Cartoon and Photocopy Gimp dialog function do all almost the same thing: Let the user choose the parameters for each plugin by opening a box with a preview box. While changing the parameters it changes the preview image until the user press the ok or

[Gimp-developer] Idea for the GSoC

2011-03-31 Thread Timothé Mermet-Buffet
Hi all, I want to improve the user interface of Gimp concerning filters. Currently, all the filters are in the same menu distributed in groups. But only with the name, it's difficult to have an idea of the result of each filter. So, my idea is to create a new dock with le list of filters. And

Re: [Gimp-developer] http://wiki.gimp.org/

2011-03-31 Thread Martin Nordholts
On 03/31/2011 02:40 PM, Michael Natterer wrote: Hi all, I'm pleased to announce that the new GIMP developer wiki has found its way home and is reachable as wiki.gimp.org now. That's great! I have removed 'GIMP' from the roadmap title now since the domain itself has enough GIMP-weight, the

Re: [Gimp-developer] http://wiki.gimp.org/

2011-03-31 Thread Burnie West
On 03/31/2011 01:44 PM, Martin Nordholts wrote: On 03/31/2011 02:40 PM, Michael Natterer wrote: Hi all, I'm pleased to announce that the new GIMP developer wiki has found its way home and is reachable as wiki.gimp.org now. That's great! I have removed 'GIMP' from the roadmap title now since

[Gimp-developer] Some edge filters in GEGL

2011-03-30 Thread Victor Oliveira
Hello everyone. As a way to learn how GEGL works, I decided to implement some GIMP plug-ins in it [1,2]. I hope this code can help someone in the task of making your own plugins. I've done a sobel and a laplace filter. Both use RGBA float format for input and output. Basically, I just do a

Re: [Gimp-developer] gegl build fails

2011-03-30 Thread Michael J. Hammel
On Wed, 2011-03-30 at 10:21 +0530, Mukund Sivaraman wrote: export XDG_DATA_DIRS=/usr/local/gimpgit/share/ That got me a little further: GISCAN Gegl-0.1.gir WARNING: Skipping unknown interface GeglVisitable GICOMP Gegl-0.1.gir Gegl-0.1.gir: error: Type reference 'GeglMatrix3' not found --

Re: [Gimp-developer] gegl build fails

2011-03-30 Thread Jon Nordby
On 30 March 2011 18:28, Michael J. Hammel mjham...@graphics-muse.org wrote: On Wed, 2011-03-30 at 10:21 +0530, Mukund Sivaraman wrote: export XDG_DATA_DIRS=/usr/local/gimpgit/share/ That got me a little further:  GISCAN Gegl-0.1.gir WARNING: Skipping unknown interface GeglVisitable  GICOMP

Re: [Gimp-developer] gegl build fails

2011-03-30 Thread Michael J. Hammel
On Wed, 2011-03-30 at 19:10 +0200, Jon Nordby wrote: GISCAN Gegl-0.1.gir WARNING: Skipping unknown interface GeglVisitable GICOMP Gegl-0.1.gir Gegl-0.1.gir: error: Type reference 'GeglMatrix3' not found Yeah, this has been reported by other as well. I'll try to fix it now. Which

[Gimp-developer] GsoC - 2011 - Porting GIMP plugins to GEGL operations

2011-03-30 Thread Robert Sasu
My background: I am a 1st year student of the department of Computer Science and Engineering at Polytehnical University of Bucharest. I have started to use GIMP 2 years ago. I wrote emboss, blur and sharpen tools in C and then in Octave. I wrote a program which converts images from Targa(for RGB

Re: [Gimp-developer] GsoC - 2011 - Porting GIMP plugins to GEGL operations

2011-03-30 Thread Robert Sasu
My background: I am a 1st year student of the department of Computer Science and Engineering at Polytehnical University of Bucharest. I have started to use GIMP 2 years ago. I wrote emboss, blur and sharpen tools in C and then in Octave. I wrote a program which converts images from Targa(for RGB

[Gimp-developer] GSoC2011 project idea

2011-03-30 Thread Александр Белобородов
Hello, GIMP developers! My name is Alexander (a student of the Urals State University, Russia). I'm interested in image processing scientific field for my Diploma work. I want to offer my idea for GIMP project about *fractal image scaling *(like Photoshop plug-in Genuine fractals)*. * Is it a

Re: [Gimp-developer] GSoC2011 project idea

2011-03-30 Thread Kevin Cozens
Александр Белобородов wrote: want to offer my idea for GIMP project about *fractal image scaling *(like Photoshop plug-in Genuine fractals)*. * You should provide more details about fractal image scaling. Not many people on this list will know what the Photoshop plug-in does. I don't know what

Re: [Gimp-developer] GSoC 2011 Porting GIMP plugins to GEGL operations

2011-03-29 Thread sourav de
On Tue, Mar 29, 2011 at 4:11 AM, Mukund Sivaraman m...@banu.com wrote: Hi Sourav On Tue, Mar 29, 2011 at 12:36:04AM +0530, sourav de wrote: Hi, I am a 2nd year student of the department of Computer Science and Engineering at Indian Institute of Technology, Kharagpur ,and I am

[Gimp-developer] GSoC Introduction

2011-03-29 Thread Ayush Goyal
Hi, I am a 3rd year engineering student at Netaji Subhas Institute of Technology,New Delhi. Although i am not a Computer Science student, my interests lie in programming especially in the field of UI development. So far i hv contributed some code for the Paint Activity in the Sugar Desktop

Re: [Gimp-developer] GIMP Developer Meeting #3 - March 28, 2011

2011-03-29 Thread LightningIsMyName
Hello, no organized meeting log this time, for various reasons, however I'm attaching below the list of decided actions in the meeting, along with some other off-topic points that were discussed: ** GSoC Student Applications ** Core developers sign up as mentors (for GSoC) schumaml: Write mail

Re: [Gimp-developer] GIMP Developer Meeting #3 - March 28, 2011

2011-03-29 Thread Martin Nordholts
2011/3/29 LightningIsMyName lightningismyn...@gmail.com: ** Re-Discussing GIMP's programming language ** For core (non-UI), continue using GObject, use code generators (such as turbine) and do copy/paste/replace for existing GObject classes (for the rare case where the generator won't be

Re: [Gimp-developer] GIMP Developer Meeting #3 - March 28, 2011

2011-03-29 Thread Ville Pätsi
On 2011-03-29 14:09, LightningIsMyName wrote: ** Default JPEG Quality (quickie, not a real topic) ** Change to 95 2x1, and add a hack to save defaults (using something like the PNG plugin does, or something more elegant). Note that a decent system to save plugin defaults, along with other api

Re: [Gimp-developer] GIMP Developer Meeting #3 - March 28, 2011

2011-03-29 Thread Michael Natterer
On 03/29/2011 02:45 PM, Martin Nordholts wrote: 2011/3/29 LightningIsMyNamelightningismyn...@gmail.com: ** Re-Discussing GIMP's programming language ** For core (non-UI), continue using GObject, use code generators (such as turbine) and do copy/paste/replace for existing GObject classes (for

[Gimp-developer] Question about colour

2011-03-29 Thread Chris Moller
I did a little experiment last night, creating two rectangles, one of hue = 240, saturation = 90%, and value = 90%, the other differing only in saturation, = 50%, i.e., reducing saturation by 40%. Then, from the Hue/Lightness/Saturation dialogue, I increased the saturation of a selection in

Re: [Gimp-developer] Question about colour

2011-03-29 Thread Rob Antonishen
I confess I don't understand colour, but is my understanding even poorer than I thought?  Or is this an area in which GIMP needs a bit of work? I don't think HSV and HSL are the same colourspace: http://en.wikipedia.org/wiki/HSL_and_HSV Frequently, I take multiple pictures of the same

Re: [Gimp-developer] Question about colour

2011-03-29 Thread jcupitt
Hi Chris, On 29 March 2011 16:28, Chris Moller mol...@mollerware.com wrote: (The utterly prosaic background of this question is that my wife runs an eBay business for which I am the reluctant photographer. Frequently, I take multiple pictures of the same object, under the same lighting,

Re: [Gimp-developer] GIMP Developer Meeting #3 - March 28, 2011

2011-03-29 Thread Alexandre Prokoudine
On 3/29/11, Michael Natterer wrote: As I said before, let's please work on our public interface Let's try to outline what exactly needs doing, eh? :) The new website is stuck in the middle mostly because AFAIK Jimmac was busy all the time with GNOME 3 which is finally soon to be out, so maybe

Re: [Gimp-developer] GSOC 2011 - GEGL: Make OpenGL branch use OpenCL

2011-03-29 Thread Øyvind Kolås
On Sun, Mar 27, 2011 at 8:08 PM, Victor Oliveira victormath...@gmail.com wrote: Hello everyone. My name is Victor Oliveira. I'm a master's student at the School of Electrical and Computer Engineering - University of Campinas, Brazil. I work with Image Processing and Machine Learning and I've

Re: [Gimp-developer] GIMP Developer Meeting #3 - March 28, 2011

2011-03-29 Thread Michael Natterer
On 03/29/2011 06:54 PM, Alexandre Prokoudine wrote: On 3/29/11, Michael Natterer wrote: As I said before, let's please work on our public interface Let's try to outline what exactly needs doing, eh? :) - Website updates - News - Wiki - Blogs - Maybe we should have a GIMP blog aggregator? -

Re: [Gimp-developer] GIMP Developer Meeting #3 - March 28, 2011

2011-03-29 Thread Alexandre Prokoudine
On 3/29/11, Michael Natterer wrote: On 03/29/2011 06:54 PM, Alexandre Prokoudine wrote: On 3/29/11, Michael Natterer wrote: As I said before, let's please work on our public interface Let's try to outline what exactly needs doing, eh? :) - Website updates I think I could add recent

Re: [Gimp-developer] GSOC 2011 - GEGL: Make OpenGL branch use OpenCL

2011-03-29 Thread Victor Oliveira
On Tue, Mar 29, 2011 at 2:36 PM, Øyvind Kolås pip...@gimp.org wrote: On Sun, Mar 27, 2011 at 8:08 PM, Victor Oliveira victormath...@gmail.com wrote: Hello everyone. My name is Victor Oliveira. I'm a master's student at the School of Electrical and Computer Engineering - University of

Re: [Gimp-developer] GSoC 2011 Porting GIMP plugins to GEGL operations

2011-03-29 Thread sourav de
On Tue, Mar 29, 2011 at 1:15 PM, sourav de souravde1...@gmail.com wrote: On Tue, Mar 29, 2011 at 4:11 AM, Mukund Sivaraman m...@banu.com wrote: Hi Sourav On Tue, Mar 29, 2011 at 12:36:04AM +0530, sourav de wrote: Hi, I am a 2nd year student of the department of Computer Science

[Gimp-developer] GSOC 2011 - EXIF data viewer and editor

2011-03-29 Thread Cameron Christiansen
Hi, I'm Noremac. I'm currently a CS grad student at BYU working in the image processing lab here on campus. My thesis is going to be focused on extracting information (OCR) from non-document images. I worked in the corporate world for a few years before coming back to get my masters. I've been

Re: [Gimp-developer] GIMP Developer Meeting #3 - March 28, 2011

2011-03-29 Thread gespert...@gmail.com
On 2011-03-29 14:09, LightningIsMyName wrote: ** Default JPEG Quality (quickie, not a real topic) ** Change to 95 2x1, and add a hack to save defaults (using something like the PNG plugin does, or something more elegant). Note that a decent system to save plugin defaults, along with other api

Re: [Gimp-developer] GSOC 2011 - EXIF data viewer and editor

2011-03-29 Thread Alexandre Prokoudine
On 3/30/11, Cameron Christiansen wrote: For my project I propose creating an EXIF/xmp viewer/editor. http://git.gnome.org/browse/gimp/tree/plug-ins/metadata/ Alexandre Prokoudine http://libregraphicsworld.org ___ Gimp-developer mailing list

Re: [Gimp-developer] [Gegl-developer] GSOC 2011 - GEGL: Make OpenGL branch use OpenCL

2011-03-29 Thread Alexandre Prokoudine
On 3/29/11, Øyvind Kolås wrote: Another important issue when implementing a new set of vfunc for the OpenCL code (which would have to be fully conditional at compile time, to keep GEGL buildable without). As much as I like OpenCL, this part of implementation is going to be hairy, because to

Re: [Gimp-developer] [Gegl-developer] GSOC 2011 - GEGL: Make OpenGL branch use OpenCL

2011-03-29 Thread Victor Oliveira
Hi! This is a question I haven't though. Well, I think your second option is feasible. OpenCL headers are freely (as in freedom) distributed in the khronos group page (http://www.khronos.org/registry/cl/). We just have to hope vendors follow this specification. Of course, we still need

[Gimp-developer] gegl build fails

2011-03-29 Thread Michael J. Hammel
I've been having some problems building from git recently. Today I tried to figure out why. I use simple scripts to update the trees and then build them. BABL builds fine. GEGL fails here: make[3]: Entering directory `/home/mjhammel/src/graphics/gimp/git/gegl/gegl' CC gegl-c.lo CC

Re: [Gimp-developer] gegl build fails

2011-03-29 Thread Mukund Sivaraman
On Tue, Mar 29, 2011 at 09:21:28PM -0600, Michael J. Hammel wrote: The commands to build it were as follows: export LD_LIBRARY_PATH=/usr/local/gimpgit/lib:$LD_LIBRARY_PATH export PKG_CONFIG_PATH=/usr/local/gimpgit/lib/pkgconfig/: export XDG_DATA_DIRS=/usr/local/gimpgit/share/

Re: [Gimp-developer] GIMP Developer Meeting #3 - March 28, 2011

2011-03-28 Thread Martin Nordholts
2011/3/27 Michael Natterer mi...@gimp.org: On 03/27/2011 04:45 PM, Martin Nordholts wrote: On 03/27/2011 02:12 PM, Michael Natterer wrote: As to the actual iussue of introducing whatever *additional* language in GIMP, I strongly doubt that it would help us in any way. It would increase the

Re: [Gimp-developer] GIMP Developer Meeting #3 - March 28, 2011

2011-03-28 Thread Alexia Death
On Mon, Mar 28, 2011 at 10:26 AM, Martin Nordholts ense...@gmail.com wrote: How is it a problem that our code becomes so easy that even dumb programmers can understand and improve it when we are not forced to include patches from such dumb programmers? This not how I understood mitch... I

Re: [Gimp-developer] GIMP Developer Meeting #3 - March 28, 2011

2011-03-28 Thread Simon Budig
Martin Nordholts (ense...@gmail.com) wrote: 2011/3/27 Michael Natterer mi...@gimp.org: And this is *exactly* the problem. We would end up with programmers that quickly learnt vala, having no clue about GObject. That's absolutely horrible. How is it a problem that our code becomes so easy

[Gimp-developer] [GSOC] Questions about the project: Replace the GimpSizeEntry widget

2011-03-28 Thread 张洁
Hi, Excuse me. Are you Martin Nordholts? Sorry to bother you. As for the project Replace the GimpSizeEntry widget, if the task of the project is just redesign the text entry box? Thank you for your time, looking forward to further disscussion! zhang jie

Re: [Gimp-developer] GIMP Developer Meeting #3 - March 28, 2011

2011-03-28 Thread LightningIsMyName
Hello On Mon, Mar 28, 2011 at 6:27 PM, Kevin Cozens ke...@ve3syb.ca wrote: It's a good thing I asked that we clarify the problem as I was thinking it was something else entirely. Pointers to a couple of files that show the issue of a lot of boilerplate code would be good so we can all see the

[Gimp-developer] GSoC 2011 Porting GIMP plugins to GEGL operations

2011-03-28 Thread sourav de
Hi, I am a 2nd year student of the department of Computer Science and Engineering at Indian Institute of Technology, Kharagpur ,and I am interested in the plugin for cartoonization of an image in GIMP. I have begun to use GIMP some years ago for image editing in ubuntu os (as a substitute

Re: [Gimp-developer] [Gsoc 2011] Unified transformation tool

2011-03-28 Thread Mohit _
Hi Austin, This sounds pretty neat. I believe that since gimp still has certain tools in which one can undo the individual steps of that tool till one changes the tool, so I believe that there would already be a good enough infra tour for this. Still any ideas who might be a good person to

Re: [Gimp-developer] GSoC 2011 Porting GIMP plugins to GEGL operations

2011-03-28 Thread Mukund Sivaraman
Hi Sourav On Tue, Mar 29, 2011 at 12:36:04AM +0530, sourav de wrote: Hi, I am a 2nd year student of the department of Computer Science and Engineering at Indian Institute of Technology, Kharagpur ,and I am interested in the plugin for cartoonization of an image in GIMP. I gather you

Re: [Gimp-developer] GSOC Project application

2011-03-27 Thread Alexia Death
On Sun, Mar 27, 2011 at 12:12 AM, Gabriela Botea gabriela.bo...@gmail.com wrote: Hello! I am a 3rd year Computer Science student  and I am very interested in contributing in this year's project concerning adaptive image cloning. This idea is very appealing to me and I would like some advice

Re: [Gimp-developer] GSOC Project application

2011-03-27 Thread Alexandre Prokoudine
On 3/27/11, Alexia Death wrote: Just one. Pick a different project. This project is most applied this year and one of the applicants is already an established contributor and initiator of the idea. Unless he gets hit by a buss, its highly unlikely that anybody else is going to get the

Re: [Gimp-developer] GIMP Developer Meeting #3 - March 28, 2011

2011-03-27 Thread Martin Nordholts
2011/3/27 Kevin Cozens ke...@ve3syb.ca: LightningIsMyName wrote: *** Optional topic: Re-Discussing GIMP's programming language *** Some developers that weren't present in the last meeting, highly disagree on the attempt to introduce vala into gimp, claiming that it will scare off developers

<    1   2   3   4   5   6   7   8   9   10   >