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’: convolution-matri

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

2011-08-26 Thread Martin Nordholts
2011/8/26 Robert Sasu : > 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. Polar-coordinates

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

2011-08-26 Thread Robert Sasu
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. Polar-coordinates 12. Red-eye-removal 13. Ripple I also made a show

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 set/get_pix

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 wrote: > On Mon, Aug 8, 2011 at 10:57 PM, Victor

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

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

2011-08-08 Thread Victor Oliveira
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/ ___ Gimp-developer mailing list Gimp-developer@list

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

2011-08-01 Thread Martin Nordholts
2011/8/1 Enrico Schröder : > 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 > incorporates some old cod

[Gimp-developer] GSoC GimpUnitEntry: Review round 2

2011-07-30 Thread Martin Nordholts
Hi Here are my review comments from a rather detailed review round. I've looked carefully at the GimpUnitAdjustment and GimpUnitEntry APIs, as I believe we can get the API in a state good enough for inclusion in the GIMP 2.10 plug-in API (that will also survive into GIMP 3.0). GimpUnitEntries shou

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

2011-07-17 Thread Martin Nordholts
2011/7/16 Enrico Schröder : > 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 libgimpwidgets anyway unti

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 (mailto:enni.schroe...@gmail.com)>: > > Hi > > > > I've adressed most of your comments by now. I h

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 (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 marked them with '##'

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

2011-07-15 Thread Martin Nordholts
2011/7/14 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: > http://userpage.fu-berlin.de/enni/s

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: http://userpage.fu-berlin.de/enni/soc-2011-gimpunitentry-comments-2011-07-1

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 M

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 o

[Gimp-developer] GSoC GimpUnitEntry: Review round 1

2011-07-14 Thread Martin Nordholts
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 correspondence public. I've done the review by diffing origin/master

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

2011-07-02 Thread Martin Nordholts
2011/7/1 Enrico Schröder : > 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 same value. > Is ther

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

2011-07-01 Thread Enrico Schröder
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 same value. Is there a reason for not using just one row

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

2011-05-30 Thread Martin Nordholts
> 2011/5/30 Enrico Schröder : >>Martin Nordholts >> 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 > > 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 > mean our get_unit me

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 G

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

2011-05-10 Thread Martin Nordholts
2011/5/9 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 c

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 w

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

2011-05-03 Thread Martin Nordholts
2011/5/2 Enrico Schröder : > 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 together, > not ho

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

2011-05-03 Thread Tobias Jakobs
2011/5/2 Enrico Schröder : > > 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 really was a horrible exp

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

2011-05-03 Thread Alexia Death
2011/5/3 Enrico Schröder : > 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 together, > not ho

[Gimp-developer] [GSoC] GimpSizeEntry widget

2011-05-02 Thread Enrico Schröder
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 together, not how each component does its work interna

Re: [Gimp-developer] GSOC

2011-04-28 Thread Martin Nordholts
2011/4/27 Enrico Schröder : > 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 coding period. My fi

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 ___

[Gimp-developer] GSoC 2011 application for the Adaptive Image Cloning (aka Seamless Cloning) group of gimp

2011-04-08 Thread che zhang
Thanks for your reply.There's time difference between China and UTC.I knew the GSOC program a litter later.So yesterday I was just to hurry and lost to introduce many things.I want to added that I have learned C when I was a freshman.My major is automation and we learn many courses related to compu

[Gimp-developer] GSoC 2011 application

2011-04-08 Thread ravi bhushan
Dear Sir, I am Ravi Bhushan final year student at LNM IIT(The LNM Institute Of Information Technology, Jaipur ). I have strong background in C Programming and User-interface Programming(Like GTk+). My area of interest is* Image Processing* and Computer Vision and Pattern Recognition which was the

[Gimp-developer] GSoC 2011 application

2011-04-08 Thread ravi bhushan
Dear Sir, I am Ravi Bhushan final year student at LNM IIT(The LNM Institute Of Information Technology). I have strong background in C Programming and User-interface Programming(Like GTk+). My area of interest is* Image Processing* and Computer Vision and Pattern Recognition which was the core subj

Re: [Gimp-developer] GSoC application overview

2011-04-08 Thread Alexia Death
2011/4/8 Enrico Schröder : > 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 project. For highest chance

[Gimp-developer] GSoC application overview

2011-04-08 Thread Enrico Schröder
Hello Gimp developers, I finished my applications for summer of code. 1) Replace GimpSizeEntry widget 2) Dynamically resizeable layers

[Gimp-developer] GSoC GEGL Application

2011-04-08 Thread hanssh...@gmail.com
Hi, I am applying for the GSoC GEGL operation porting task for GIMP. I am a MS Computer Science student at the University of Massachusetts: Boston. I have experimented with gegl a little bit and have some experience in C. Here is the required information, including a ripple operation that I was exp

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

[Gimp-developer] [GSoC] Students Application Deadline - 2011-04-08, 19:00 UTC

2011-04-07 Thread Michael Schumacher
Quick reminder: The application deadline for Google Summer of Code 2011 ends on Friday, 2011-04-08 19:00 UTC All students have to be signed up and have to submit their applications before that deadline - the cutoff is done automatically, there's no grace period. If you have any questions ab

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 Pu

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 #ifdef GEGL_CHANT_PROPERTIES gegl

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 wrote: > After writing the code

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

2011-04-07 Thread Martin Nordholts
2011/4/7 Robert Sasu : > 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 ___ Gimp-developer mailing li

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 https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-develope

[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

[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 application

[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 applicat

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 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 depths like 16bit and

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

2011-04-01 Thread Jim Michaels
-developer] GsoC - 2011 - Porting GIMP plugins to GEGL operations 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

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 th

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 wrote: > > > On Tue, Mar 29, 2011 at 1:15 PM, sourav de wrote: > >> >> >> On Tue, Mar 29, 2011 at 4:11 AM, Mukund Sivaraman wrote: >> >>> Hi Sourav >>> >>> On Tue, Mar 29, 2011 at 12:36:04AM +0530, sourav de wrote: >>> > Hi, >>> > >>> >I am a 2nd

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 im

[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 im

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 Gimp-deve

[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 want

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 wrote: > > > On Tue, Mar 29, 2011 at 4:11 AM, Mukund Sivaraman 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 >> > Engineerin

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 wrote: > On Sun, Mar 27, 2011 at 8:08 PM, Victor Oliveira > 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 Ima

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 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 been using > GPUs (

[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 Enviro

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

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 yo

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

2011-03-28 Thread Mohit _
> Austin > > -Original Message- > From: gimp-developer-boun...@lists.xcf.berkeley.edu > [mailto:gimp-developer-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.e

[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 o

[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

[Gimp-developer] GSoC 2011 - GimpSizeEntry widget

2011-03-27 Thread Enrico Schröder
Hello, my name is Enrico Schröder. I'm studying computer science at Freie Universität Berlin, but am currently studying abroad in Paris at Université Paris Diderot. I would like to apply for the "Replace the GimpSizeEntry widget" project for Summer of Code 2011. I have strong experience in C and a

[Gimp-developer] GsoC - 2011 -Replace the GimpSizeEntry widget

2011-03-27 Thread 张洁
Hi , I‘m Zhang Jie. As a student in ZheJiang university, my research interests are in graphical image processing. I'm very interested in the Replace the GimpSizeEntry widget proposed by GIMP at GSoC 2011. This is the second year of my Master study period. I'd like to join the open source. As a L

[Gimp-developer] GSoC 2011

2011-03-27 Thread ravi bhushan
Hello, I am Ravi Bhushan and i am pursuing undergraduate degree from The LNM IIT (India). I am planning to participate in GSoC 2011 and after browsing many ideas, I find the idea entitled "Implementing Transform Tools in GIMP" which is most appealing. My areas of interest are Image Processing an

[Gimp-developer] GSoC 2011

2011-03-27 Thread ravi bhushan
Hello,  I am Ravi Bhushan and i am pursuing undergraduate degree from The LNM IIT (India). I am planning to participate in GSoC 2011 and after browsing many ideas, I find the idea entitled "Implementing Transform Tools in GIMP" which is most appealing. My areas of interest are Image Processing and

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

2011-03-27 Thread David Gowers (kampu)
On Sun, Mar 27, 2011 at 3:42 PM, Mohit _ wrote: > 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,

Re: [Gimp-developer] GSOC Project application

2011-03-26 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 pro

Re: [Gimp-developer] GSOC Project application

2011-03-26 Thread Alexia Death
On Sun, Mar 27, 2011 at 12:12 AM, Gabriela Botea 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 about what I > should do

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 it

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 _ 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. Does this > mea

[Gimp-developer] GSOC Project application

2011-03-26 Thread Gabriela Botea
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 about what I should do in order to have a good application for this project. Should I in

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

2011-03-26 Thread Mohit _
Hi, I am interested in implementing Unified transform tool in GIMP. I went through the specifications ( http://gui.gimp.org/index.php/Transformation_tool_specification) for the same. First of all honestly speaking, I found the idea really cool and even though I am not selected to do this project I

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

2011-03-24 Thread victormath...@gmail.com
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 been using GPUs (CUDA) in my work since 2009. More recently, we've migrated our proje

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, th

[Gimp-developer] GSoc 2011 - Implement the free transform tool

2011-03-24 Thread Sultana Rashid
Hello, I am Mariya Zaman from Bangladesh University of Engineering and Technology.I am a 3rd year student of Computer Science and Engineering.I want to participate in GSoC 2011. I found nice GIMP ideas .I was a little bit familiar with GIMP.I spent last few days to gain more knowledge.UI related d

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 a

[Gimp-developer] GSoC introduction

2011-03-23 Thread Sultana Rashid
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 sending this message to test. Thank You,

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

2011-03-23 Thread Alexia Death
On Thu, Mar 24, 2011 at 1:06 AM, LightningIsMyName 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 > preview of what will happ

[Gimp-developer] GSoC application - Adaptive Image Cloning

2011-03-23 Thread LightningIsMyName
Hello, My name is Barak Itkin (sometimes known on the web as LightningIsMyName), I'm a third year student for computer science at the Tel-Aviv University (Israel), and I'm a regular visitor of the GIMP irc and mailing lists. I'd like to apply for a GIMP GSoC for the "Adaptive Image Cloning (aka Se

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 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 > core yet. The name

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 late

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

2011-03-22 Thread Alexia Death
On Tue, Mar 22, 2011 at 10:07 PM, Robert Sasu 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 > like a short list

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 tol

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 (a

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

2011-03-22 Thread Robert Sasu
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 like a short list of plugins to look at, which are needed to be implemented ? A

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

2011-03-22 Thread Robert Sasu
Hello, 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 was also recommended to look at Porting GIMP plugins to GEGL. As I wrote in my last

[Gimp-developer] GSoc 2011 - Adaptive Image Cloning

2011-03-22 Thread Robert Sasu
Hello, My name is Robert Sasu and I study Computer Science at Polytechnic University of Bucharest, Romania. I would like to participate to GSoC 2011 and I found the Adaptive Image cloning project interesting. I have strong background in C/C++ and C# programming, algorithms and I have a

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

[Gimp-developer] GSoC 2011 - Adaptive Image Cloning

2011-03-21 Thread Adriana Bogza
Hello Sir, My name is Adriana Bogza, I study Computer Science at "Politehnica" University of Bucharest, Romania and I'm very interested in the Adaptive Image Cloning project proposed by GIMP at GSoC 2011. I would like to know more about your requirements from students and expectations from this pr

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 Heali

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 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 David Gowers (kampu)
On Sun, Mar 20, 2011 at 9:22 PM, Ashok1288 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 look for a start!

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 https://lists.XCF.Be

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

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 o

  1   2   3   >