[Gimp-developer] Nice new feature for gimp

2007-10-17 Thread Henning Peter Eberhardt
Hi,

Ive made a plugin for gimp id like to share tho buggy as i have no time to 
work on it any more. Its supposed to do something like that:

http://www.youtube.com/watch?v=vIFCV2spKtg

and already has some features like that. Still the heuristic for the shrinking 
is minimal(using gimps edge detection).

You have to compile it yourself and its GPL.
I just made a small page for it:
http://www.stud.uni-karlsruhe.de/~unve/bildschrumpf/
theres an example shown as well.

Dunno if this mail is for devel or user, so i post in both.

Greetings,
Henning Eberhardt
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Nice new feature for gimp

2007-10-17 Thread Filipe Soares Dilly
2007/10/17, Henning Peter Eberhardt [EMAIL PROTECTED]:

 Hi,

 Ive made a plugin for gimp id like to share tho buggy as i have no time to
 work on it any more. Its supposed to do something like that:

 http://www.youtube.com/watch?v=vIFCV2spKtg


Nice one.

But it works in the same way that this plugin:
http://liquidrescale.wikidot.com/ ? or has more features?
If have diferent features maybe both (you and the guys of Liquid Rescale)
can join efforts.

Thanks for the plugin anyway :)

-- 
Filipe Soares Dilly
dilly.carbonmade.com/
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


[Gimp-developer] will the rulers tell me the truth?

2007-10-17 Thread The Peach
I was thinking of a feature proposal. Once you have placed a guide on the 
canvas, if you wish to know its exact position you should have a snapping tool 
and watch carefully on the status bar for the right value, isn't it? I don't 
see any other quick solution on this.
What I was thinking about is a simple addon for the rulers: whenever you 
mouseover the guide (as it turns red) on the ruler will appear a tiny yellow 
label with the guide position. This will help alot in working with guides.

what do you think? should I make a preview for it?

-- 
Matteo 'Peach' Pescarin

Jabber ID = [EMAIL PROTECTED]
Web Site = http://www.smartart.it
GeCHI = http://www.gechi.it
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] calling a procedure in a plugin

2007-10-17 Thread Sven Neumann
Hi,

On Tue, 2007-10-16 at 13:04 +0200, Giuseppe Pasquino wrote:

 after few operations, it picks a color from the image (with che
 function gimp_pixel_rgn_get_pixel) to get the guchar value of the
 components of the related color.
 At this point, I need to call the gimp_by_color_select procedure

Just use the C wrapper. Have a look at the API reference manual, it's
all nicely documented:
http://developer.gimp.org/api/2.0/libgimp/libgimp-gimptools.html#id2678685

 How do I  manage the guchar values to convert in GimpRGB?

http://developer.gimp.org/api/2.0/libgimpcolor/libgimpcolor-GimpRGB.html#gimp-rgb-set-uchar


Sven


___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] calling a procedure in a plugin

2007-10-17 Thread Sven Neumann
Hi,

On Tue, 2007-10-16 at 17:02 +0300, Aurimas Juška wrote:
 http://developer.gimp.org/api/2.0/libgimp/libgimp-gimp.html#gimp-run-procedure
 
 Procedure parameters:
 http://www.goof.com/pcg/marc/pdb/gimp_by_color_select.html

Thanks for your attempt to help. But please don't point people to the
outdated PDB documentation at Marc's website. It hasn't been updated for
ages and we have a nice API reference manual online at
http://developer.gimp.org/.


Sven


___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer