[Gimp-developer] Fade length setting for paint dynamics

2015-10-02 Thread Ofnuts

I see that some changes have occured in that area in 2.8.14... However:

 * I can't figure out the "percent" setting. Percent of what? From what
   I tried, it is not a percent of the total path length, not a percent
   of the stroke length, and not a percent of some image dimension.
 * is there a way to set it programmatically? searching "fade",
   "context" or "dynamics" in the procedure browser doesn't show
   anything (not does looking at dir(gimp) in Python).



___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


Re: [Gimp-developer] Portable development environment for GIMP

2015-10-02 Thread Liam R E Quin
On Tue, 29 Sep 2015 22:48:39 +0200 Jehan Pagès  
wrote:

> Actually not all core devs. Over time, I have built GIMP on Mageia,
> Linux Mint (based on Ubuntu), and now Fedora. Though it is true that
> at times, I happened sometimes to be forced to build more dependencies
> than just babl and GEGL on Mageia or Mint, I believe my only built
> dependencies on Fedora 22 are babl and GEGL (and Fedora 23 is out very
> soon, I heard). I even see that there are babl 0.1.12 and GEGL 0.3
> available in official Fedora repo, allowing to even build GIMP alone
> if you want to.

Yes, same versions of gegl and bal are in Mageia 5 too, although I build them 
from git anyway.

The difficulties of using Debian Testing are likely to outweigh any benefits, 
plus anyone working closely with git gimp is likely to want to test fixes to 
babl and/or gegl as they happen.

Liam

-- 
Liam Quin - XML Activity Lead, W3C, http://www.w3.org/People/Quin/
Pictures from old books: http://fromoldbooks.org/
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


Re: [Gimp-developer] Portable development environment for GIMP

2015-10-02 Thread Simon Budig
Liam R E Quin (l...@holoweb.net) wrote:
> The difficulties of using Debian Testing are likely to outweigh any
> benefits, plus anyone working closely with git gimp is likely to want
> to test fixes to babl and/or gegl as they happen.

gimp from git specifically depends on gegl/babl from git.

Bye,
 Simon

-- 
  si...@budig.de  http://simon.budig.de/
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


[Gimp-developer] Gimp to SVG

2015-10-02 Thread Jabier Arraiza
Hi to all.

I just update the plugin export from Gimp to SVG to allow the export
text as text. It become in a new class called "pango to SVG" on the
branch.

Here are the code: https://github.com/jabiertxof/Gimp-to-SVG
Dont forget make executable the plugin if on Linux.

Thanks to Guillermo Espertino for the idea and for first betatesting.

All the best, Jabiertxo.


___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


[Gimp-developer] Help to write plugin

2015-10-02 Thread Andrea Bortesi
Hi to all, I'm searching for someone to write an gimp plugin for me.
I'm unable to do it.
I don't know how to do in this case.
I'm sorry if this is not the correct place to call help.
If someone have time to spend for me please contact me.
The plugin should visualize the live webcam image into a layer.
I need it to overlay other image with transparent portion to see through it
the webcam video.
Is intended only to see the result in real time, not to generate a static
image.
I have searched for it but I've found nothing.
I'm a dental technician, the plugin should help me to make teeth.
Sorry if this is not the right place...
Thanks

Andrea Bortesi
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


[Gimp-developer] GIMP Student Project

2015-10-02 Thread Pratyusha Gupta
Hi all,

My name is Pratyusha Gupta and I'm a current undergrad Computer Science
student at the University of Pennsylvania. Scott Freeman (another student)
and I are tackling the Google Summer of Code proposed project to create
support for Javascript plug-ins

for
our Open Source Software class. Currently, we're reading and understanding
the source code, the script_fu plug-in library, and the general process for
creating a plug-in. We have begun very recently, but we are documenting our
progress in this wiki . We
wanted to introduce ourselves to the community and understand whether this
project was something that GIMP still needed. Additionally, we wanted to
ask if there was any existing progress on this project (we have not found
any) that we could build off of.

Thank you!

Best,
Pratyusha
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


Re: [Gimp-developer] Gimp to SVG

2015-10-02 Thread C R
That's awesome Jabier, great work!
On 2 Oct 2015 4:39 pm, "Jabier Arraiza"  wrote:

> Hi to all.
>
> I just update the plugin export from Gimp to SVG to allow the export
> text as text. It become in a new class called "pango to SVG" on the
> branch.
>
> Here are the code: https://github.com/jabiertxof/Gimp-to-SVG
> Dont forget make executable the plugin if on Linux.
>
> Thanks to Guillermo Espertino for the idea and for first betatesting.
>
> All the best, Jabiertxo.
>
>
> ___
> gimp-developer-list mailing list
> List address:gimp-developer-list@gnome.org
> List membership:
> https://mail.gnome.org/mailman/listinfo/gimp-developer-list
> List archives:   https://mail.gnome.org/archives/gimp-developer-list
>
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


[Gimp-developer] libmypaint

2015-10-02 Thread Thorsten Stettin

Hello,

I'm just integrate my homebrew Ubuntu package called libmypaint. But 
what's the impact regarding Gimp-2.9.x?


Any hints are welcome.

Best regards

--
Lao-Tse sagt: Nichtstun ist besser, als mit viel Mühe nichts zu schaffen.
Und er sagt auch: Ich habe drei Schätze, die ich hüte und hege.
Der eine ist die Liebe, der zweite ist die Genügsamkeit, der dritte ist die 
Demut.
Nur der Liebende ist mutig, nur der Genügsame ist großzügig, nur der Demütige 
ist fähig zu herrschen.


___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


Re: [Gimp-developer] Portable development environment for GIMP

2015-10-02 Thread Christopher Curtis
I've never used it but wouldn't Gentoo be ideal for this? A source-based
distribution that compiles and installs the latest dependencies?

It looks like Elle Stone develops under Gentoo, perhaps she can chime in?

https://forums.gentoo.org/viewtopic-t-1011410.html?sid=28b28a150ede47f11acf44abef66be83

Chris


On Fri, Oct 2, 2015 at 6:51 AM, Simon Budig  wrote:

> Liam R E Quin (l...@holoweb.net) wrote:
> > The difficulties of using Debian Testing are likely to outweigh any
> > benefits, plus anyone working closely with git gimp is likely to want
> > to test fixes to babl and/or gegl as they happen.
>
> gimp from git specifically depends on gegl/babl from git.
>
> Bye,
>  Simon
>
> --
>   si...@budig.de  http://simon.budig.de/
> ___
> gimp-developer-list mailing list
> List address:gimp-developer-list@gnome.org
> List membership:
> https://mail.gnome.org/mailman/listinfo/gimp-developer-list
> List archives:   https://mail.gnome.org/archives/gimp-developer-list
>
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list