Re: [Gimp-developer] c++ gimp plug-in

2010-08-07 Thread Alexandre Prokoudine
On 8/6/10, Tim Chen wrote:

 Is it possible to write GIMP plug-in in C++?

Yes. there are several 3rd party plug-ins for GIMP written in C++:
GREYCstoration, G'MIC, Resynthesizer.

Alexandre Prokoudine
http://libregraphicsworld.org
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


[Gimp-developer] Another set of feature-wishes regarding Guides

2010-08-07 Thread oliver
Hello,

1)

it is possible to make guides invisible/visible
and to make them magnetic/nonmagnetic.

Both features are independent, which is good for some situations.

To make them invisible as well as non-magnetic at the same time,
two check boxes must be enabled/disabled.

The possibility to make both with one click would be fine:
visible  magnetic / invisible  non-magnetic.

Also it would be fine to have keyboard-shortcuts for all those
check-boxes.


2)

an even more advaned usage of Guides would be, to have Guide-layers.
One could disable guides on a guide-layer completely, when swictching off
the eye for that layer, and enable them again like any other layer,
when clicking on the corresponding layers-eye.

With that feature one could do very complex graphics easily.

Together with layer-groups, one could have layer-group specific guides,
which will make it even more powerful.

Guides that will not be part of a group would be acting globally,
and guides that are part of a layer-group would be activated
only together with that group.


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


Re: [Gimp-developer] Another set of feature-wishes regarding Guides

2010-08-07 Thread LightningIsMyName
On Sat, Aug 7, 2010 at 4:23 PM,  oli...@first.in-berlin.de wrote:
 it is possible to make guides invisible/visible
 and to make them magnetic/nonmagnetic.

 Both features are independent, which is good for some situations.

 To make them invisible as well as non-magnetic at the same time,
 two check boxes must be enabled/disabled.

 The possibility to make both with one click would be fine:
 visible  magnetic / invisible  non-magnetic.

 Also it would be fine to have keyboard-shortcuts for all those
 check-boxes.

You can already do this to all the guides at once:
View-Show Guides
View-Snap to guides

 an even more advaned usage of Guides would be, to have Guide-layers.
 One could disable guides on a guide-layer completely, when swictching off
 the eye for that layer, and enable them again like any other layer,
 when clicking on the corresponding layers-eye.

 With that feature one could do very complex graphics easily.

 Together with layer-groups, one could have layer-group specific guides,
 which will make it even more powerful.

 Guides that will not be part of a group would be acting globally,
 and guides that are part of a layer-group would be activated
 only together with that group.

The layer stack is definetly not the place for putting guides (at
least that's my opinion). We can however consider adding groups for
guides which indeed sounds more reasonable. Since implementing angular
guides (which I tried yesterday) requires rewriting many of the guides
code, I can try to add this as part of the re-write. Note however that
I think that a flat list of guide groups is enough - implemeting a
tree of groups sounds much more than needed.
I believe that guide groups shouldn't be added to the layer stack
since it's cluttered enough as it is, and since having a dedicated
dialog for guide groups sounds much more productive.

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


Re: [Gimp-developer] Another set of feature-wishes regarding Guides

2010-08-07 Thread Tobias Ellinghaus
Am Samstag, 7. August 2010 schrub oli...@first.in-berlin.de:
 Hello,
 
 1)
 
 it is possible to make guides invisible/visible
 and to make them magnetic/nonmagnetic.
 
 Both features are independent, which is good for some situations.
 
 To make them invisible as well as non-magnetic at the same time,
 two check boxes must be enabled/disabled.
 
 The possibility to make both with one click would be fine:
 visible  magnetic / invisible  non-magnetic.

I don't have an installed GIMP around so I cannot test it:
are invisible guides magnetic? If not then your request is void as making them 
invisible will also make them non-magnetic. If yes then that sounds (at least 
to me) like a bug/design flaw.

 Also it would be fine to have keyboard-shortcuts for all those
 check-boxes.

It should be possible to assign them youself.

[...]

 Ciao,
Oliver

Tobias


signature.asc
Description: This is a digitally signed message part.
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Another set of feature-wishes regarding Guides

2010-08-07 Thread oliver
On Sat, Aug 07, 2010 at 07:07:00PM +0200, Tobias Ellinghaus wrote:
 Am Samstag, 7. August 2010 schrub oli...@first.in-berlin.de:
  Hello,
  
  1)
  
  it is possible to make guides invisible/visible
  and to make them magnetic/nonmagnetic.
  
  Both features are independent, which is good for some situations.
  
  To make them invisible as well as non-magnetic at the same time,
  two check boxes must be enabled/disabled.
  
  The possibility to make both with one click would be fine:
  visible  magnetic / invisible  non-magnetic.
 
 I don't have an installed GIMP around so I cannot test it:
 are invisible guides magnetic?
[...]

Yes.

And this can be very irritating/annoying.


 If not then your request is void as making them 
 invisible will also make them non-magnetic. If yes then that sounds (at least 
 to me) like a bug/design flaw.

Aha :)


 
  Also it would be fine to have keyboard-shortcuts for all those
  check-boxes.
 
 It should be possible to assign them youself.
[...]

OK.


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


Re: [Gimp-developer] Introduction / Color layer modes

2010-08-07 Thread Rupert Weber
Just uploaded a revised layer mode patch to
http://bugzilla.gnome.org/show_bug.cgi?id=325564

Good news:
- is about as fast as the legacy modes
- adds Lab Burn mode

The Lightness mode is really cool, because it effectively gives you Lab 
contrast/brightness control:
  - duplicate your layer (or make new from visible)
  - set top layer to 'Lightness (Lab)'
  - Use normal Curves, Levels, or whatever you prefer.

next thing I'll do is rework the integer math routines, so they don't 
require intermediate 64bit ints -- and run faster.

Cheers

Rupert



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