Re: [Gimp-developer] GSOC-2011 - Gimp plug-ins to Gegl operations

2011-08-26 Thread Martin Nordholts
2011/8/26 Robert Sasu sasu.rob...@gmail.com: Hello, Here is the list of op's I ported (made): 1. Color rotate 2. Color to alpha 3. Convolution matrix 4. Cubism 5. Deinterlace 6. Emboss 7. Fractal-trace 8. Lens correct (with Lensfun library) 9. Lens-distortion 10. Plasma 11.

Re: [Gimp-developer] GSOC-2011 - Gimp plug-ins to Gegl operations

2011-08-26 Thread Alexandre Prokoudine
On Fri, Aug 26, 2011 at 2:17 PM, Robert Sasu wrote: I also made a showcase: http://sasurobert.github.com/GSoC-2011/ Thanks! Unfortunately with --enable-workshop your branch doesn't build here: CC convolution-matrix.c convolution-matrix.c: In function ‘convolve_pixel’:

Re: [Gimp-developer] GSoC GimpUnitEntry: Review round 2

2011-08-11 Thread Enrico Schröder
Hi Martin I implemented your suggestion to follow the GtkSpinButton pattern: The UnitAdjustment now is to be created manually by the client and then set via gimp_unit_entry_set_adjustment(). I removed the majority of functions in GimpUnitEntry which mirrored GimpUnitAdjustment. Only

Re: [Gimp-developer] [GSoC] status of the OpenCL in GEGL project

2011-08-09 Thread Alexandre Prokoudine
On Mon, Aug 8, 2011 at 10:57 PM, Victor Oliveira wrote: Hello everyone, I've made a blog post with the status of my GSoC project. enjoy! [suggestions are always welcome :)] http://meudepositodeideias.wordpress.com/2011/08/08/opencl-on-gegl-results-up-to-now/ Did you make any use of the

Re: [Gimp-developer] [GSoC] status of the OpenCL in GEGL project

2011-08-09 Thread Victor Oliveira
It is loosely based on that branch, a lot of things changed from OpenGL to OpenCL, also, I fixed some bugs I found in the older branch. So I didn't put any code I didn't review and understand :) On Tue, Aug 9, 2011 at 4:55 AM, Alexandre Prokoudine alexandre.prokoud...@gmail.com wrote: On Mon,

Re: [Gimp-developer] GSoC GimpUnitEntry: Review round 2

2011-08-02 Thread Martin Nordholts
2011/8/1 Enrico Schröder enni.schroe...@gmail.com: Hey Martin, just a small status update: starting on documentation and fixing your review comments now. (Have been busy with moving to my new apartment last week). By going through your review comments I noticed that your diff file

Re: [Gimp-developer] GSoC GimpUnitEntry: Review round 1

2011-07-17 Thread Martin Nordholts
2011/7/16 Enrico Schröder enni.schroe...@gmail.com: Ok, I will define the defines ;-) Should the common ones be declared in gimpunitentries.h or should each class/file define them themselves when needed? Put them in gimpunitentries.h for now. Later we will move gimpunitentries away from

Re: [Gimp-developer] GSoC GimpUnitEntry: Review round 1

2011-07-16 Thread Enrico Schröder
Hi Martin! Am Freitag, 15. Juli 2011 um 16:17 schrieb Martin Nordholts: 2011/7/14 Enrico Schröder enni.schroe...@gmail.com (mailto:enni.schroe...@gmail.com): Hi I've adressed most of your comments by now. I have a few comments myself though, which I wrote directly in the file. I

Re: [Gimp-developer] GSoC GimpUnitEntry: Review round 1

2011-07-16 Thread Enrico Schröder
And now, ladies and gentleman, I present the same mail in hopefully human-readable formatting: Hi Martin! Am Freitag, 15. Juli 2011 um 16:17 schrieb Martin Nordholts: 2011/7/14 Enrico Schröder enni.schroe...@gmail.com (mailto:enni.schroe...@gmail.com): Hi I've adressed most of your

Re: [Gimp-developer] GSoC GimpUnitEntry: Review round 1

2011-07-15 Thread Martin Nordholts
2011/7/14 Enrico Schröder enni.schroe...@gmail.com: Hi I've adressed most of your comments by now. I have a few comments myself though, which I wrote directly in the file. I marked them with '##' so you can search for them. The file with the comments is to be found here:

Re: [Gimp-developer] GSoC GimpUnitEntry: Review round 1

2011-07-14 Thread Michael Natterer
On Thu, 2011-07-14 at 14:26 +0200, Martin Nordholts wrote: Hi Enrico, I've made a first review-round of some of your new code. It's not a complete review, but it's a start. I hope the to-the-point comments are OK, I don't mean to be rude. Note that I'm CCing gimp-developer to keep our

Re: [Gimp-developer] GSoC GimpUnitEntry: Review round 1

2011-07-14 Thread Enrico Schröder
Hi, GimpUnitEntryTable is not a GtkWidget, hence the change. I know, the name is not very good, but we're working on it ;) GimpUnitEntryTable derives from GObject and just holds, among other things, a GtkTable with the entries. So should I change these variables to GObject? Regards, Enrico

Re: [Gimp-developer] GSoC GimpUnitEntry: Review round 1

2011-07-14 Thread Enrico Schröder
Hi I've adressed most of your comments by now. I have a few comments myself though, which I wrote directly in the file. I marked them with '##' so you can search for them. The file with the comments is to be found here:

Re: [Gimp-developer] [GSOC] GimpUnitEntry - integration into grid editor

2011-07-02 Thread Martin Nordholts
2011/7/1 Enrico Schröder enni.schroe...@gmail.com: Hi all, during the integration of the new UnitEntry widget into Gimp I came across the grid editor. At the moment it uses two rows, one for entering the value in pixels, one for entering it in another unit (cm, inch etc). Both display the

Re: [Gimp-developer] [GSoC] GimpSizeEntry widget

2011-05-30 Thread Martin Nordholts
2011/5/30 Enrico Schröder enni.schroe...@gmail.com: Martin Nordholts mailto:ense...@gmail.com 30. Mai 2011 11:04 Hi again How's it going? Best regards, Martin Hi Martin, sorry for the long pause, finished my exams last week (with moderate success...) ;) Been working on the

Re: [Gimp-developer] [GSoC] GimpSizeEntry widget

2011-05-15 Thread Martin Nordholts
2011/5/14 Enrico Schröder enni.schroe...@gmail.com Hi Martin! Parsing is done via GimpEevl which is called from the UnitEntry. I think it makes sense because the entry is responsible for input and output, the UnitAdjustment holds the value. GimpEevl does not require any UI. Or did you

Re: [Gimp-developer] [GSoC] GimpSizeEntry widget

2011-05-14 Thread Enrico Schröder
Hi Martin! Martin Nordholts 11. Mai 2011 08:01 * The parsing should also be perfomed by a non-UI layer and not in

Re: [Gimp-developer] [GSoC] GimpSizeEntry widget

2011-05-09 Thread Enrico Schröder
Hi everybody, I've come up with a updated (and more detailed) version of class and sequence diagrams for the new widget. http://enni.userpage.fu-berlin.de/GimpUnitEntry.pdf I tried to incorporate some of the comments. Note that all names are subject to change ;-) Our now called GimpUnitEntry

Re: [Gimp-developer] [GSoC] GimpSizeEntry widget

2011-05-03 Thread Alexia Death
2011/5/3 Enrico Schröder enni.schroe...@gmail.com: Hi all, i've come up with the first concept for the rewrite, including a class diagram and sequence diagrams for a few use cases: http://enni.userpage.fu-berlin.de/GimpSizeEntry.pdf Note that it mainly shows how the different components work

Re: [Gimp-developer] [GSoC] GimpSizeEntry widget

2011-05-03 Thread Tobias Jakobs
2011/5/2 Enrico Schröder enni.schroe...@gmail.com: Also, since I'm using a Mac and tried to not having to use a virtual machine, I built git-gimp natively on osx (without X11) and with a patch that moves the menubar from the main window to the top of the screen (like other mac apps). It

Re: [Gimp-developer] [GSoC] GimpSizeEntry widget

2011-05-03 Thread Martin Nordholts
2011/5/2 Enrico Schröder enni.schroe...@gmail.com: Hi all, i've come up with the first concept for the rewrite, including a class diagram and sequence diagrams for a few use cases: http://enni.userpage.fu-berlin.de/GimpSizeEntry.pdf Note that it mainly shows how the different components work

Re: [Gimp-developer] [GSoC] GimpSizeEntry widget

2011-05-03 Thread Enrico Schröder
Hi Martin! Martin Nordholts wrote: * The sequence diagrams should be on the class interface i.e. method level. I will work on some more detailed diagrams, these were just less detailed overviews to illustrate what kind of classes I plan on using and what they do. For example, in the simply

Re: [Gimp-developer] GSOC

2011-04-28 Thread Martin Nordholts
2011/4/27 Enrico Schröder enni.schroe...@gmail.com: Hi Martin, thanks for choosing me for the Summer of Code. I will start working on the specification details of the widget at the end of the week. At the end of may I have exams, so I hope I can manage to start a little before the official

Re: [Gimp-developer] GSoC GEGL Application

2011-04-14 Thread Hans Lo
4pm UTC on Friday is fine for me. - Hans On Thu, 2011-04-14 at 19:46 +0530, Mukund Sivaraman wrote: Hi Hans Let's have a talk on IRC in #gimp - you, Robert Sasu and me, at around 1600 UTC tomorrow. Tell us if this time is good for you. Mukund

Re: [Gimp-developer] GSoC application overview

2011-04-08 Thread Alexia Death
2011/4/8 Enrico Schröder enni.schroe...@gmail.com: Anyways, I'd be very happy to do one of the projects and am confident to be able to finish either of them. Your application is pretty strong. Only one weak point. You don't seem to have secured a mentor yet willing to take you in for either

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

2011-04-07 Thread Robert Sasu
After writing the code reviews I ported the emboss plug-in to gegl. Should I upload to GIMP bugzilla ? Thanks, Robert Sasu ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU

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

2011-04-07 Thread Martin Nordholts
2011/4/7 Robert Sasu sasu.rob...@gmail.com: After writing the code reviews I ported the emboss plug-in to gegl. Should I upload to GIMP bugzilla ? Yes please, and don't forget to reference the patch in your GSoC 2011 application. BR, Martin ___

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

2011-04-07 Thread shivani maheshwari
I am also a student working on it. We have to send it. If you already have a account then you can post it. But we are not able to create an account at present on that. So I am also in a confusion as to where to post it. On Thu, Apr 7, 2011 at 12:56 PM, Robert Sasu sasu.rob...@gmail.com wrote:

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

2011-04-07 Thread Robert Sasu
Here is my last task. I attached the emboss plug-in ported to gegl. Just paste in the gegl/operations/common, compile and run it. If there is something wrong please write it and I will immidiatelly correct it. Thank you, Robert Sasu #include config.h #include glib/gi18n-lib.h #ifdef

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

2011-04-07 Thread Robert Sasu
I've revised my code, adding comments and references. If there is anything to correct please write it. Thank you, Robert Sasu /* This file is an image processing operation for GEGL * * GEGL is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General

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

2011-04-07 Thread Robert Sasu
I've revised my code, adding comments and references. If there is anything to correct please write it. Thank you, Robert Sasu /* This file is an image processing operation for GEGL * * GEGL is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General

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

2011-04-07 Thread Robert Sasu
I removed the tabs and rewrite the code again. If there is anything to do, please let me know. Thank you, Robert Sasu /* This file is an image processing operation for GEGL * * GEGL is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public *

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

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

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

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

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

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] 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

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] [Gsoc 2011] Unified transformation tool

2011-03-28 Thread Mohit _
-boun...@lists.xcf.berkeley.edu] On Behalf Of David Gowers (kampu) Sent: 27 March 2011 08:31 To: Mohit _ Cc: gimp-developer@lists.xcf.berkeley.edu Subject: Re: [Gimp-developer] [Gsoc 2011] Unified transformation tool On Sun, Mar 27, 2011 at 3:42 PM, Mohit _ mtan.n...@gmail.com wrote: David

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] [Gsoc 2011] Unified transformation tool

2011-03-26 Thread David Gowers (kampu)
Hello, On Sat, Mar 26, 2011 at 8:20 PM, Mohit _ mtan.n...@gmail.com wrote: Hi, In the undo section it is mentioned that until the final pixel recalculation is done user should be able to undo every single step, though after that user should be able to undo the aggregate transformation only.

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

2011-03-26 Thread Mohit _
David, Thanks for the reply, but in the case of undo group, are the sub components of that group still saved individually in some sort of stack or are there different stacks for the group, and one general stack for all the groups. Also, it would be great if you could point me to the code where

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

2011-03-24 Thread Alexia Death
On Thu, Mar 24, 2011 at 1:06 AM, LightningIsMyName lightningismyn...@gmail.com wrote: The name cloning is misleading - this tool has nothing to do with regular paint tools. if it reminds anything by interaction, it's the cage tool - you select a shape, move it around (hopefully with a live

Re: [Gimp-developer] GSoC introduction

2011-03-24 Thread Alexandre Prokoudine
On 3/24/11, Sultana Rashid wrote: Hello, I am Mariya Zaman.I have sent a mail to this mailing list about a GIMP project in GSoC.I do'nt see my message in archive.I am confused whether my mail was sent or not.I was not subscribed to the mailing list when I mailed.Now I am subscribed.So I am

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

2011-03-24 Thread Bill Skaggs
The best way to think of this, I believe, is as an enhancement of copy-and-paste. We are all familiar with the problem that if you make your selection large enough to include all of an object, you often get a fringe of unwanted colors. If you make the selection small enough to lose the fringe,

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

2011-03-23 Thread Alexia Death
On Tue, Mar 22, 2011 at 10:07 PM, Robert Sasu sasu.rob...@gmail.com wrote: I've read the e-mails about this project from the mailing list and I found actually what I have to do. I also looked at the source code and the differences between gimp and gegl implementation. If it is possible I would

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

2011-03-23 Thread Kevin Cozens
Alexandre Prokoudine wrote: The agreement was not to introduce new tools based on old core, and GEGL based tool here means underlying GEGL painting infrastructure which is simply not ready yet. Ok. The wiki page says it is for this years GSoC. On my machine the Recommended and For a later

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

2011-03-23 Thread LightningIsMyName
Hi, On Wed, Mar 23, 2011 at 8:32 AM, Alexia Death alexiade...@gmail.com wrote: Kevin, cloning was kicked, because welding pixel manipulation code on old paint core is not a good idea, new pixel manipulation should go in gegl and we simply dont have the infrastructure to use that in paint

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

2011-03-22 Thread Kevin Cozens
Robert Sasu wrote: I am Robert Sasu and I wrote an e-mail in the morning about the application for the Adaptive Image Cloning. Since then I've spoken with mentors on IRC, and they said that this project is no more available. I don't know who told you that or why but Adaptive Image Cloning (aka

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

2011-03-22 Thread Alexandre Prokoudine
On 3/23/11, Kevin Cozens wrote: Robert Sasu wrote: I am Robert Sasu and I wrote an e-mail in the morning about the application for the Adaptive Image Cloning. Since then I've spoken with mentors on IRC, and they said that this project is no more available. I don't know who told you that

Re: [Gimp-developer] GSoC 2011

2011-03-21 Thread GSR - FR
Hi, alexandre.prokoud...@gmail.com (2011-03-20 at 2227.33 +0300): On 3/20/11, Bill Skaggs wrote: I think it would be pretty difficult to figure out the algorithm by looking at the Gimp source code. The algorithm that Gimp uses is based on papers by Todor Georgiev, and you can find a

Re: [Gimp-developer] GSoC 2011

2011-03-20 Thread Ashok1288
@Alexandre Prokoudine Actually I was referring about the algorithm (Existing in current GIMP Versions) to get familiar with... I will look into the source code!!! ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU

Re: [Gimp-developer] GSoC 2011

2011-03-20 Thread David Gowers (kampu)
On Sun, Mar 20, 2011 at 9:22 PM, Ashok1288 asok1...@gmail.com wrote @Alexandre Prokoudine Actually I was referring about the algorithm (Existing in current GIMP Versions) to get familiar with... Do you mean the heal tool? app/tools/gimphealtool.* app/paint/gimpheal.* are where you should

Re: [Gimp-developer] GSoC 2011

2011-03-20 Thread Ashok1288
Well!! I will look into!! Thanks for your Reply!! ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

Re: [Gimp-developer] GSoC 2011

2011-03-20 Thread Bill Skaggs
I think it would be pretty difficult to figure out the algorithm by looking at the Gimp source code. The algorithm that Gimp uses is based on papers by Todor Georgiev, and you can find a description of the algorithm in a paper he wrote called Photoshop Healing Brush: a Tool for Seamless Cloning

Re: [Gimp-developer] GSoC 2011

2011-03-20 Thread Alexandre Prokoudine
On 3/20/11, Bill Skaggs wrote: I think it would be pretty difficult to figure out the algorithm by looking at the Gimp source code. The algorithm that Gimp uses is based on papers by Todor Georgiev, and you can find a description of the algorithm in a paper he wrote called Photoshop Healing

Re: [Gimp-developer] GSoC 2011

2011-03-19 Thread Alexandre Prokoudine
On 3/20/11, Ashok1288 wrote: I am interested in your project of implementing adaptive image cloning in Gimp.. Is it possible to get the code for this particular instead of surfing around the whole..to get familiar with Gimp? also about the algorithm used in previous versions and current one..

Re: [Gimp-developer] GSoC 2011

2011-03-19 Thread Alexia Death
On Sunday, March 20, 2011 05:46:56 Alexandre Prokoudine wrote: On 3/20/11, Ashok1288 wrote: I am interested in your project of implementing adaptive image cloning in Gimp.. Is it possible to get the code for this particular instead of surfing around the whole..to get familiar with Gimp?

Re: [Gimp-developer] GSoC 2011 announced

2011-02-08 Thread Michael Schumacher
On 26.01.2011 06:51, Martin Nordholts wrote: On 01/25/2011 05:52 AM, Alexandre Prokoudine wrote: Google has just announced GSoC2011. Schumaml: Will you be our GSoC master this year too? If so, that would be great. Thanks for having confidence in me again :) In order to participate

Re: [Gimp-developer] GSoC 2011 announced

2011-01-25 Thread Martin Nordholts
On 01/25/2011 05:52 AM, Alexandre Prokoudine wrote: Google has just announced GSoC2011. Schumaml: Will you be our GSoC master this year too? If so, that would be great. Regards, Martin -- My GIMP Blog: http://www.chromecode.com/ Nightly GIMP, GEGL, babl tarball builds

Re: [Gimp-developer] GSOC - On-canvas tool project tasks and plans - Google docs link

2010-05-25 Thread peter sikking
Elle Yan wrote: I am sending the tasks and plans of my GSOC project to the mailing list. It is a made public Google document: http://docs.google.com/document/pub?id=1DESI4rzEoTe6dep_qPqcSJAklHdjGiw7VILuREftj3E it is good to see this overview, so I can see how wide plans are casting their

Re: [Gimp-developer] GSOC - On-canvas tool project tasks and plans - Google docs link

2010-05-25 Thread Elle Yan
On Tue, May 25, 2010 at 8:56 AM, peter sikking pe...@mmiworks.net wrote: it is good to see this overview, so I can see how wide plans are casting their nets. Joao has already requested a session at lgm, so we can put a solid interaction design basis under this, also aligning it with future

Re: [Gimp-developer] GSOC: cage based transform tool

2010-05-09 Thread gg
On 05/09/10 14:55, Michael Muré wrote: * when the pixel is sent to the target pixels, they not only affect one pixel, but an area of pixel (3x3, or 4x4 pixels) with a gaussian weight or similar * For pixels with no information (which should be rare), the value is

Re: [Gimp-developer] GSoc - Brush Selector Widget

2010-05-05 Thread peter sikking
Zhenfeng Zhao wrote: Thank you for the quick feedback... now for the not so quick feedback... I think we want to have the 'from scratch' mode mutual exclusive with the 'from collection' mode. this separates nicely the 2 modes users are. this must be done by switching the mode at the top of

Re: [Gimp-developer] GSoc - Brush Selector Widget

2010-04-23 Thread Cédric Gémy
when you talk, I guess you have to diffenriate the brish list in any tool option and the brush window. many thing you describe can be used in the first way. THis is somewhat a pity, since : - it is boring to have hundreds of window open - since the brush options have been enhanced, the use of the

Re: [Gimp-developer] GSoc - Brush Selector Widget

2010-04-18 Thread peter sikking
Zhenfeng Zhao wrote: I received a comment on my Gimp Gsoc proposal from Martin a couple hours ago. To answer Martin’s question, and think about what UI adjustments are needed for Brush Selector Widget, it may help to discuss here, to see whether my understanding is correct. After

Re: [Gimp-developer] GSoc - Brush Selector Widget

2010-04-18 Thread Zhenfeng Zhao
Hi Peter, Thank you for the quick feedback... On Sun, Apr 18, 2010 at 6:40 PM, peter sikking pe...@mmiworks.net wrote: i think (and I have thought and discussed about it quite a bit with usual suspects like alexia and pippin) that trying out is best done with the full parameters of

Re: [Gimp-developer] [GSoC] Mentor Request from GNOME Outreach Program for Women

2010-04-13 Thread peter sikking
Michael Schumacher wrote: we've been approached on the #gimp channel by Marina Zhurakhinskaya from the GNOME Outreach Program for Women. She has helped GSoC applicants with their applications and is currently looking for a mentor for the following project: Full version (minus personal

Re: [Gimp-developer] GSOC - Free Transform Tool

2010-04-10 Thread peter sikking
Stephen McKeague wrote: what needs sorting out is that after some manipulation the transformation frame can be any kind of shape that can be made out of 4 corners connected by 4 straight lines, including a twisted bow tie type of shape. this general shape is then clipped by the viewport of

Re: [Gimp-developer] GSOC - Free Transform Tool

2010-04-09 Thread Stephen McKeague
From: pe...@mmiworks.net To: gimp-developer@lists.XCF.Berkeley.EDU Date: Mon, 29 Mar 2010 15:37:42 +0200 Subject: Re: [Gimp-developer] GSOC - Free Transform Tool what needs sorting out is that after some manipulation the transformation frame can

Re: [Gimp-developer] [GSoC] Replace the GimpSizeEntry widget

2010-04-03 Thread Martin Nordholts
On 04/01/2010 10:50 PM, Jake Zhang wrote: Hi Martin, On Mon, Mar 29, 2010 at 3:03 PM, Martin Nordholts ense...@gmail.com mailto:ense...@gmail.com wrote: Hi The current GimpSizeEntry widget has a few outstanding problems * The code is a giant mess Thank you for your

Re: [Gimp-developer] [GSoC] Replace the GimpSizeEntry widget

2010-04-03 Thread gg
On 04/03/10 09:46, Martin Nordholts wrote: I thought choosing unit is a common way. When I first read about the text entry in the idea list page, I have a few questions: - Does the UI need to provide examples for the new text entry, e.g. 40 px or 9 in near the text fields? Not in the

Re: [Gimp-developer] [GSoC] Replace the GimpSizeEntry widget

2010-04-03 Thread Martin Nordholts
On 04/03/2010 03:29 PM, g...@catking.net wrote: On 04/03/10 09:46, Martin Nordholts wrote: I thought choosing unit is a common way. When I first read about the text entry in the idea list page, I have a few questions: - Does the UI need to provide examples for the new text entry, e.g. 40

Re: [Gimp-developer] GSOC - Free Transform Tool

2010-03-29 Thread peter sikking
Stephen McKeague wrote: this of course triggers a big update of the spec. there are also some rough edges in the spec that need to be defined: like when the frame is partially in view, or no edge of the frame is in view. On this note, could you please clarify for me where it says, Only

Re: [Gimp-developer] [GSoC] About the idea: Basic gegl based paint tool

2010-03-29 Thread Jenny
Here is my draft proposal https://docs.google.com/Doc?docid=0ARZjTPkuA386ZGRmY3JteG1fOTRoZmJ4cm1keghl=en thanks, Jenny On Sun, Mar 28, 2010 at 12:59 AM, Liam R E Quin l...@holoweb.net wrote: On Sat, 2010-03-27 at 21:40 +0800, Jenny wrote: But... it is on the idea list, names Basic gegl

Re: [Gimp-developer] [GSoC] About the idea: Basic gegl based paint tool

2010-03-29 Thread Alexia Death
On Mon, Mar 29, 2010 at 6:34 PM, Jenny jenny.ding@gmail.com wrote: Here is my draft proposal https://docs.google.com/Doc?docid=0ARZjTPkuA386ZGRmY3JteG1fOTRoZmJ4cm1keghl=en thanks, Jenny No, that was not even in the same ballpark as the idea. Integration with gimp was said to be optional

Re: [Gimp-developer] [GSoC] About the idea: Basic gegl based paint tool

2010-03-29 Thread Øyvind Kolås
On Mon, Mar 29, 2010 at 5:41 PM, Alexia Death alexiade...@gmail.com wrote: On Mon, Mar 29, 2010 at 6:34 PM, Jenny jenny.ding@gmail.com wrote: Here is my draft proposal https://docs.google.com/Doc?docid=0ARZjTPkuA386ZGRmY3JteG1fOTRoZmJ4cm1keghl=en thanks, Jenny No, that was not even in

Re: [Gimp-developer] [GSoC] Replace the GimpSizeEntry widget

2010-03-29 Thread Martin Nordholts
On 03/27/2010 08:31 PM, Jake Zhang wrote: Hi Martin, I have send an email to Gimp developer list. I am not sure if the email has gone through. I am sending it to you (mentor of this project) and the list again... Thank you. Jake. On Fri, Mar 26, 2010 at 1:55 AM, Jake Zhang

Re: [Gimp-developer] GSOC - Free Transform Tool

2010-03-28 Thread peter sikking
Stephen McKeague wrote: My name is Stephen McKeague and I am very interested in implementing the Free Transform Tool in GIMP for this years Google Summer of Code, originally proposed by Martin Nordholts. The project information page seems to still be offline, so I would like to

Re: [Gimp-developer] GSOC - Free Transform Tool

2010-03-28 Thread Stephen McKeague
From: pe...@mmiworks.net To: gimp-developer@lists.XCF.Berkeley.EDU Date: Sun, 28 Mar 2010 17:01:12 +0200 Subject: Re: [Gimp-developer] GSOC - Free Transform Tool Stephen McKeague wrote: My name is Stephen McKeague and I am very interested

Re: [Gimp-developer] [GSoC] About the idea: Basic gegl based paint tool

2010-03-27 Thread Alexandre Prokoudine
On 3/27/10, Jenny wrote: But as far as I know, gegl has had a GUI. Not any more :) Alexandre ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

Re: [Gimp-developer] [GSoC] About the idea: Basic gegl based paint tool

2010-03-27 Thread Jenny
GEGL shipped an GUI application for test, with which user takes many OPs on the default image. But this application can not load images. I want to write a user-friendly GUI for GEGL as my GSoC project. I think this application should provide many drag-able blocks, where each block assigns an

Re: [Gimp-developer] [GSoC] About the idea: Basic gegl based paint tool

2010-03-27 Thread Martin Nordholts
On 03/27/2010 12:26 PM, Jenny wrote: GEGL shipped an GUI application for test, with which user takes many OPs on the default image. But this application can not load images. I want to write a user-friendly GUI for GEGL as my GSoC project. I think this application should provide many

Re: [Gimp-developer] [GSoC] About the idea: Basic gegl based paint tool

2010-03-27 Thread Jenny
Thanks Matin's feedback. :) Another question: could developing a stand alone but gegl-based application be a GSoC project? Thanks, Jenny On Sat, Mar 27, 2010 at 8:04 PM, Martin Nordholts ense...@gmail.com wrote: On 03/27/2010 12:26 PM, Jenny wrote: GEGL shipped an GUI application for test,

Re: [Gimp-developer] [GSoC] About the idea: Basic gegl based paint tool

2010-03-27 Thread peter sikking
Jenny wrote: GEGL shipped an GUI application for test, with which user takes many OPs on the default image. But this application can not load images. I want to write a user-friendly GUI for GEGL as my GSoC project. I think this application should provide many drag-able blocks, where

Re: [Gimp-developer] [GSoC] About the idea: Basic gegl based paint tool

2010-03-27 Thread Martin Nordholts
On 03/27/2010 01:25 PM, Jenny wrote: Thanks Matin's feedback. :) Another question: could developing a stand alone but gegl-based application be a GSoC project? I'm not a GSoC authority, but my guess is no. / Martin -- My GIMP Blog: http://www.chromecode.com/ GIMP 2.8 development still

Re: [Gimp-developer] [GSoC] About the idea: Basic gegl based paint tool

2010-03-27 Thread Jenny
But... it is on the idea list, names Basic gegl based paint tool. On Sat, Mar 27, 2010 at 9:02 PM, Martin Nordholts ense...@gmail.com wrote: On 03/27/2010 01:25 PM, Jenny wrote: Thanks Matin's feedback. :) Another question: could developing a stand alone but gegl-based application be a

Re: [Gimp-developer] [GSoC] About the idea: Basic gegl based paint tool

2010-03-27 Thread Liam R E Quin
On Sat, 2010-03-27 at 21:40 +0800, Jenny wrote: But... it is on the idea list, names Basic gegl based paint tool. It's on the idea list for gimp - i.e. a gimp paint tool that's based directly on gegl, I would think was meant. Maybe one that lets you apply gegl operations to a brush-sized area as

Re: [Gimp-developer] GSOC proposal: cage-based transform tool

2010-03-26 Thread Michael Muré
Hello, - Since the GC is affine-invariant, it can do rotation and translation as well. However, it is less efficient than this simple tools. Should this tools be merged in the same tool ? I just found a mistake, the green coordinates is not affine invariant, that's why the shape

Re: [Gimp-developer] GSOC proposal: cage-based transform tool

2010-03-25 Thread Joao S. O. Bueno
On Wed, Mar 24, 2010 at 5:14 PM, Alexia Death alexiade...@gmail.com wrote: Hi:) The basic behavior of this tool would be: - you put a closed polygon on the image (not limited to 4 handles) - you deform the cage, the image is deformed accordingly - user can choice if the pixels can go outside

Re: [Gimp-developer] GSOC proposal: cage-based transform tool

2010-03-25 Thread Alexia Death
On Thu, Mar 25, 2010 at 6:12 PM, Joao S. O. Bueno gwid...@mpc.com.br wrote: On Wed, Mar 24, 2010 at 5:14 PM, Alexia Death alexiade...@gmail.com wrote: Haven't checked the references - but it sounds like the same UI could be used to perform the Liquid Resize magic, currently existing as a 3rd

Re: [Gimp-developer] GSOC proposal: cage-based transform tool

2010-03-25 Thread Michael Muré
http://liquidrescale.wikidot.com/en:tutorial But the behavior and the goal of this tool is rather different from mine. 2010/3/25 Alexia Death alexiade...@gmail.com On Thu, Mar 25, 2010 at 6:12 PM, Joao S. O. Bueno gwid...@mpc.com.br wrote: On Wed, Mar 24, 2010 at 5:14 PM, Alexia Death

Re: [Gimp-developer] GSOC proposal: cage-based transform tool

2010-03-25 Thread Joao S. O. Bueno
On Thu, Mar 25, 2010 at 1:23 PM, Alexia Death alexiade...@gmail.com wrote: On Thu, Mar 25, 2010 at 6:12 PM, Joao S. O. Bueno gwid...@mpc.com.br wrote: On Wed, Mar 24, 2010 at 5:14 PM, Alexia Death alexiade...@gmail.com wrote: Haven't checked the references - but it sounds like the same UI could

Re: [Gimp-developer] GSOC proposal: cage-based transform tool

2010-03-25 Thread Alexia Death
http://liquidrescale.wikidot.com/ It does the trick thatadobe sohowed off in the new photoshop yesterday -- it is quite well maintained - I keep the .pt_BR translation for it.  Give it a try, it is worth it. Will do, but it only seems to do the rescale part of it, not the cleanup part it

  1   2   >