Re: [Gimp-developer] EDIT > PREFERENCES on Mac OS X

2020-06-24 Thread jEsuSdA 8)

El 22/6/20 a las 0:09, Partha Bagchi escribió:

See where it says "GIMP-2.10", click on it. :)


Thank you so much.

I'm teaching a Gimp course and a student ask me for that. I wasn't able 
to imagine that the option was hidden there. XD


In the end it will be true that the creators of Mac OS "think different" 
(though not necessarily better).


Thanks a lot for your help!!!

Cheers!
___
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] EDIT > PREFERENCES on Mac OS X

2020-06-21 Thread jEsuSdA 8)

El 21/6/20 a las 20:10, jEsuSdA 8) escribió:

Hi!

Sorry, but can anyone tell me where I can find the "preferences" dialog 
on Gimp 2.10 for Mac OS X?


It is not in EDIT menú.

Thanks a lot!




I forgot send you a screenshot:

https://pasteall.org/media/c/f/cf1877d01e122871d9d3c009be009cb8.png

As you can see, some options I can find in my Windows and Linux version 
does not appear in mac one.


¿?¿?¿?

Thanks!
___
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] EDIT > PREFERENCES on Mac OS X

2020-06-21 Thread jEsuSdA 8)

Hi!

Sorry, but can anyone tell me where I can find the "preferences" dialog 
on Gimp 2.10 for Mac OS X?


It is not in EDIT menú.

Thanks a lot!


___
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] liquid rescale plugin

2020-06-04 Thread jEsuSdA 8)

El 4/6/20 a las 16:29, Helmut Jarausch escribió:
> On 06/03/2020 07:40:03 PM, jEsuSdA 8) wrote:
>> Hi!
>>
>> Since long time ago I have been using the lqr (liquid rescale) plugin.
>>
>> As a web and graphical designer it is very useful to adjust any kind of
>> image to fits it into several design.
>>
>>
>> I noticed the plugin does not work anymore with Gimp 2.10.
>>
>> And I want ask you if there is any other way to do the same action. Is
>> there any other built-in or working plugin for doing liquid rescaling?
>>
>
> I've just recompiled gimp-lqr version 0.7.2 with a tiny patch - see 
below.

> It runs without error in GIMP GIT. I have no experience with it, so I
> cannot
> tell if works correct.
>
> Helmut
>
> Needed patch:
>
>   --- a/src/interface_I.c.ORIG2020-06-04 14:10:54.237033228 +0200
> +++ b/src/interface_I.c2020-06-04 14:19:20.898005308 +0200
> @@ -65,13 +65,13 @@
>
>   gint dialog_I_response = GTK_RESPONSE_OK;
>
> -PlugInUIVals *ui_state;
> -PlugInVals *state;
> -PlugInDialogVals *dialog_state;
> -gboolean features_are_sensitive;
> +extern PlugInUIVals *ui_state;
> +extern PlugInVals *state;
> +extern PlugInDialogVals *dialog_state;
> +extern gboolean features_are_sensitive;
>   InterfaceIData interface_I_data;
>
> -GtkWidget *dlg;
> +extern GtkWidget *dlg;
>   GtkWidget *coordinates;
>
>   gulong size_changed = 0;
> --- a/src/interface_aux.c.ORIG2020-06-04 14:10:54.237033228 +0200
> +++ b/src/interface_aux.c2020-06-04 14:21:52.512996954 +0200
> @@ -48,11 +48,11 @@
>
>   gint dialog_aux_response = GTK_RESPONSE_OK;
>
> -PlugInUIVals *ui_state;
> -PlugInVals *state;
> -PlugInDialogVals *dialog_state;
> +extern PlugInUIVals *ui_state;
> +extern PlugInVals *state;
> +extern PlugInDialogVals *dialog_state;
>
> -GtkWidget *dlg;
> +extern GtkWidget *dlg;
>
>   /***  Public functions  ***/
>


El 4/6/20 a las 17:02, Lloyd Konneker via gimp-developer-list escribió:
> Possibly liquid rescale plugin will work now.  If you look at the github
> repository for the plugin, you can see that a bug was fixed recently.
> Maybe you just need to download a recent version.  If you say exactly 
what
> version of Gimp you are using, and where you downloaded the plugin, 
others

> might be able to help resolve whether there is any version of the plugin
> that works.





Thank all of you!

I tested the github sources (I found it thanks to Lloyd) and the patch 
sent by Helmut and both of them works fine.


Test:
https://pasteall.org/media/4/e/4ebb1a2e53dd46a8dadac038f3e6b48b.png


Thanks a lot!
This is a "Gimp Must have" that really helps me to make my job more easy.


As a suggestion, please, consider to add this plugin to gimp as a 
default tool. Users will be very grateful and happy!!



Cheers!! ;)
___
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] liquid rescale plugin

2020-06-03 Thread jEsuSdA 8)

Hi!

Since long time ago I have been using the lqr (liquid rescale) plugin.

As a web and graphical designer it is very useful to adjust any kind of 
image to fits it into several design.



I noticed the plugin does not work anymore with Gimp 2.10.

And I want ask you if there is any other way to do the same action. Is 
there any other built-in or working plugin for doing liquid rescaling?


Thanks!

___
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] Is there any way to free Gimp memory and avoid restarting it?

2019-02-05 Thread jEsuSdA 8)

El 2/2/19 a las 9:58, Ofnuts escribió:
The fact that the memory isn't marked free doesn't mean it is unusable. 
Tried in Gimp 2.10 on Ubuntu:


- load 5 20MPx Jpegs: memory is 1.35GB

- close all: memory still at 1.35GB

- load them again: memory is 1.4GB

- close all: memory still at 1.4GB

- load them again: memory is 1.4GB

- close all: memory still at 1.4GB

So the memory seems reused...


I was thinking about your tests and the values seems to be a bit 
strange: I mean, I you load 5 images and Gimp takes 1.35GB Memory, why 
when you close all the images gimp still taking 1.35GB instead of less than?


In the same way, if you load again the same images, why Gimp consumes 
more memory and its memory consumption rises from 1.35 to 1.40... and, 
again, when the images are closed the memory does not get back to a 
lower value.


I think this values can corroborate my theory about Gimp lack of memory 
release I suffer and which is absolutely needed when working in 
professional environments.


Why Gimp does not free the memory?
Any idea?

Thanks!
___
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] Is there any way to free Gimp memory and avoid restarting it?

2019-02-02 Thread jEsuSdA 8)

El 2/2/19 a las 9:58, Ofnuts escribió:
The fact that the memory isn't marked free doesn't mean it is unusable. 
Tried in Gimp 2.10 on Ubuntu:


- load 5 20MPx Jpegs: memory is 1.35GB

- close all: memory still at 1.35GB

- load them again: memory is 1.4GB

- close all: memory still at 1.4GB

- load them again: memory is 1.4GB

- close all: memory still at 1.4GB

So the memory seems reused...



Hi!

In my case, the memory marked as used is actually used (this is why I 
send you the LXTask screenshots).


In fact, if I use Gimp for long time, it consumes all free memory and 
linux has to use swap. This is why I have to restart Gimp.



Concerning your tests, I only can say that my own are not only opening 
and closing images but doing few tasks on them: color adjust, few 
filters, adding some layers and maks, etc.


Maybe this could makes some difference (e.g. the memory used for undo 
actions).



This is my Gimp configuration (maybe it could help):

https://i.imgur.com/HC2BEbR.png


Thanks!
___
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] Is there any way to free Gimp memory and avoid restarting it?

2019-02-01 Thread jEsuSdA 8)

El 1/2/19 a las 23:15, jEsuSdA 8) escribió:

Hi!


When editing several images in Gimp (10Mpixels each one), Gimp consumes 
memory little by little (sometime not so little by little ;) ) and this 
memory does not get free instead the images where closed.



So, after few time using Gimp, it consumes ALL MEMORY available and I 
must close and start again.


Is there any way to force Gimp to free memory?

Why if I open a image, when I close it after editing the memory used by 
Gimp for this image is not liberated?


I mean, if I load an image and the Gimp memory consumption increases 
400MB, and I open another one (another 400MB more), I expect when I 
close the first one, Gimp should free the 400MB of memory reserved to 
the first image edition. Is something working wrong?



This is a very important think to me because I usually do long editing 
session where I could retouch about 50 images and, obviously is very 
annoying to close and restart Gimp every 5 or 6 processed images.



Thanks a lot.


GIMP 2.10.8 over Debian GNU/Linux (Testing)



Here some screenshots:


After opening and editing 3 images (10Mpix each one):


http://pasteall.org/pic/show.php?id=9066d31d4341eb69702b2dc223500215
http://pasteall.org/pic/show.php?id=6382dab480d0042e8d1479e226efb0e7

3 opened images = 4.4 GB of memory

Here, after opening, edit AND CLOSE 4 more images:

http://pasteall.org/pic/show.php?id=ee7a14d2803d7f62f0eb65d23c54650a
http://pasteall.org/pic/show.php?id=1f442cc78affbb9cde59be9e13e5a2d4


3 opened images = 6.3 GB of memory



Thanks! ;)
___
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] Is there any way to free Gimp memory and avoid restarting it?

2019-02-01 Thread jEsuSdA 8)

Hi!


When editing several images in Gimp (10Mpixels each one), Gimp consumes 
memory little by little (sometime not so little by little ;) ) and this 
memory does not get free instead the images where closed.



So, after few time using Gimp, it consumes ALL MEMORY available and I 
must close and start again.


Is there any way to force Gimp to free memory?

Why if I open a image, when I close it after editing the memory used by 
Gimp for this image is not liberated?


I mean, if I load an image and the Gimp memory consumption increases 
400MB, and I open another one (another 400MB more), I expect when I 
close the first one, Gimp should free the 400MB of memory reserved to 
the first image edition. Is something working wrong?



This is a very important think to me because I usually do long editing 
session where I could retouch about 50 images and, obviously is very 
annoying to close and restart Gimp every 5 or 6 processed images.



Thanks a lot.


GIMP 2.10.8 over Debian GNU/Linux (Testing)


___
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] Missing tools in new Toolbox

2018-05-15 Thread jEsuSdA 8)

El 15/05/18 a las 19:29, Alexandre Prokoudine escribió:

Nope. Not without patching GIMP. You can assign custom keyboard shortcuts
though.


:_(

Thanks by the info, Alexandre.

By the way, a proposal for improving the toolbox: allow to add any tool.

The procedure could be like that:

1 - Edit > Preferences > Toolbox
2 - (button) Add other tool
3 - (list with all acctions (maybe not all, but most common)) Select tool
4 - (grid with icons - if tool has his own one, this step could be 
skipped) Select Icon

5 - (button) Add

What do you think?
___
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] Missing tools in new Toolbox

2018-05-15 Thread jEsuSdA 8)

Hi!

Could someone tell me how to add extra tools into the toolbox?

I mean: in Gimp 2.8 I was able to insert "desaturate", "colorize", etc. 
tools via Preferences, but in 2.10 there is only a few tools allowed to 
be included.



I use some color tools as much as the default one and it was very useful 
to me (and I suppose to other people) add some of them into the toolbox.


Is there any way to add other but the listed ones?


Thanks a lot!

jEsuSdA 8)

___
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 new icons

2017-03-10 Thread jEsuSdA 8)

Hi, folks!

I've just read this post about gimp 2.10 "blockers":
https://www.gimp.org/news/2017/02/02/gimp-2-10-blockers/

One of these blockers is the new icon theme and I want to contribute.

Sadly , I've no much free time, but, maybe I can do some work that helps.


Please, can anyone tell me about that and how I can to start working. ;)

Thank you!!
___
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] Create New Layer Button

2015-03-25 Thread jEsuSdA 8)

El 23/03/15 a las 18:49, Alexandre Prokoudine escribió:

On Mon, Mar 23, 2015 at 4:16 PM, Joseph Bupe wrote:

IMO, the new layer button should just create a new transparent layer. The
dialog window should be optional.


Or you can create a transparent layer once and Shift+click the button
the next time. It's in the tooltip even :)


Oh my god! I just discovered this awesome feature! (I will pay more 
attention to tooltips now) :D


Thanks!
___
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] Create New Layer Button

2015-03-23 Thread jEsuSdA 8)

El 23/03/15 a las 14:16, Joseph Bupe escribió:

The create a new layer button in the layers tab always pops up a dialog
box. Like the bucket fill tool, I wonder how many use this pop-up dialog to
determine whether the layer should be bg, fg colour filled or transparent.

IMO, the new layer button should just create a new transparent layer. The
dialog window should be optional.


I think this is a good idea. ;)


___
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] People selling gimp on e-bay

2014-10-02 Thread jEsuSdA 8)

El 02/10/14 a las 14:15, Alfonso Frederico escribió:

Hi guys,

I am not sure this is legal, but probably isn't it, so I thought I'll let you 
know.
There is a guy evidently selling copies of Gimp for £4.99 on ebay .
IMAGE EDITING SOFTWARE CD Compatible with PHOTOSHOP CS4 CS5 CS6 Files Graphics



IMAGE EDITING SOFTWARE CD Compatible with PHOT...
IMAGE EDITING SOFTWARE CD Compatible with PHOTOSHOP CS4 CS5 CS6 Files Graphics in 
Computers/Tablets  Networking, Software, Image, Video  Audio | eBay
View on www.ebay.co.uk Preview by Yahoo


I reported it to the ebay team as well.

Cheers.


I think if they are selling the CD and this CD incorpores the 
sourcecode and a licence copy, it is totally fair.


Selling free/libre software is allowed.

;)

___
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 Texttool Native Language

2014-09-26 Thread jEsuSdA 8)

El 26/09/14 a las 15:18, Partha Bagchi escribió:

I am trying to figure out how to type in languages other than
English.However, even if I select Use Selected Font, I still don't
see the native language and text still comes out in English.

Here is a screenshot.

http://www.partha.com/temp/official-gimp-texttool.png

Is there something I am missing?



Forgive me if I tell you anything is obvious to you, but I see you typed 
This is a text so, This is a text is what Gimp shows.


If you want to type anything in other language, I think you must type  
红房子 and then, select a font with support for this chararacter set.


In other words, the language is not defined by the typefont itself, the 
typefont could have or not support for one language or other, but the 
language is defined for the words you type.


I Repeat: May be I'm wrong and I'm tell you something that you know yet, 
then forgive me. But I think you typed This is a text on english, so, 
maybe this message could help you.


Tell me if this helps you or I'm telling nonsense things! ;)


Salu2 de jEsuSdA 8)


___
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] Feature Request: FULL SCREEN (preview) mode for layer.

2014-02-20 Thread jEsuSdA 8)

El 19/02/14 19:02, stp escribió:

Since people use their tablets or convertible tablets with smaller screens it
would be very cool to have a


FULL SCREEN (preview) mode that

1) displays the current layer using the whole display (screen).

2) that can be fastly activated by a short-cut or a menu command


With such a feature every change can be better quickly analyzed by using the
whole screen. Currently there only is the shortcut TAB to hide the toolbox
and control/shift plus W to
use the screen more efficiently.



Have you tried the TAB key?
is this mode not enought?

regards.
jEsuSdA 8)



___
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] Fwd: GIMP Icons

2013-11-26 Thread jEsuSdA 8)

El 26/11/13 22:42, Jehan Pagès escribió:

I was wondering why are there so many different sized icons? I mean I

understand that GIMP has different sized icons, but sometimes it does not
care what size the icon is it will insert it anyway. I noticed that my color
switcher icon (aka stock-swap-colors-12) was not working,  and I found
that it was because I made it a 24x24 icon. once I resized it back down to
12 it was find. but on the other hand, my stock-join-miter-16 is not 16x16
but in-facet 24x24. So why are there some many different icons? there are
16x16, 24x24, 32x32, 48x42, and 64x64. GIMP does not care what file format
it is in, or at least it does not care that my themes are all .SVG. what
makes it even more confusing is when there are four red Channel icons.


Hi Jehan,

The sizes are selected bye the gtkrc file. If you open it, you can view 
what icon sizes are neccesary and, of course, you can force some of them 
to a size you consider.


Instead to make several resized versions of all icons, I suggest you 
make only the needed ones using the gtkrc file of your theme. ;)


Good luck!
jEsuSdA 8)

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


Re: [Gimp-developer] HELP with SYMBOLIC icon theme for Gimp: license

2013-11-26 Thread jEsuSdA 8)

El 27/11/13 07:04, Jehan Pagès escribió:

Also am I right to assume that we want to have*all*  icons in this
style, and get rid of all the generic GTK+ icons too?


I like it!
When using a desktop icon theme like Faenza, Gimp looks like great, but 
if you use another more colorful icon theme, it looks like a bit strange. :D


I want to help to do that! ;)

Salu2 de jEsuSdA 8)
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list


Re: [Gimp-developer] HELP with SYMBOLIC icon theme for Gimp: license

2013-11-25 Thread jEsuSdA 8)

El 25/11/13 07:05, Jehan Pagès escribió:

Hi jEsuSdA,



Hi Jehan,



Today I've wanted to actually check the theme and see how it is, other
than as a screenshot. Your archive found in
http://www.jesusda.com/files/symbolic-gimp.7z is the last version?


Yes, is the latest one.



Also it looks like it comprises only the icons for the light
background theme, doesn't it?



Here the light one:

http://www.jesusda.com/files/symbolic-gimp_light.7z

The light one is not 100% finished. Maybe there are some little icons I 
must to correct. ;)




Where are the original light icons for a dark background theme?


The original theme is hosted at gnome-design-team highub:

https://github.com/gnome-design-team/gnome-icons/tree/master/art-libre-symbolic/src




Regards,

Jehan


Salu2 de jEsuSdA 8)

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


Re: [Gimp-developer] HELP with SYMBOLIC icon theme for Gimp: license

2013-11-05 Thread jEsuSdA 8)

El 05/11/13 16:59, scl escribió:


Hi,

Jakub Steiner answered me.
He and Barbara Muraus (the other icon designer who
created the ArtLibre icon set) are ok with relicensing
it under the GPLv3. We agreed to mention their names
in the sources.

Jehan, if you have planned to work on this, please
let me know to save us from duplication of work ;-)

Kind regards,

Sven



Great news, Sven!

If you need any help I can give you, please let me know.

Salu2 de jEsuSdA 8)

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


Re: [Gimp-developer] HELP with SYMBOLIC icon theme for Gimp.

2013-10-30 Thread jEsuSdA 8)

El 29/10/13 01:57, Jehan Pagès escribió:

Hi,

On Tue, Oct 29, 2013 at 8:15 AM, jEsuSdA 8) lis...@jesusda.com wrote:

El 28/10/13 18:37, Alexandre Prokoudine escribió:


Is your theme from October 4 the latest version?


Here is the latest version:

http://www.jesusda.com/files/symbolic-gimp.7z



Reading Sven email about a possible licensing issue, and if I
understand, you are the author of the icon set. Would you accept to
double license your work under a GPL license? I guess this would
simplify the whole discussion and problematic.



I am not the author of all icons. The main work was made by the Gnome 
Design Team (I think Jimmac has made this nice work). I transformed and 
created new ones, and I converted all the work to a gimp theme.


I have absolutely no problem to license and relicense this theme. I 
think there are no problem about that and I made this work not only for 
me, but for all gimp users.


So, if you think a dual license or relicense of the work it will be 
fine, then all is ok for me. ;)


Of course, you must ask Jimmac too.




By the way, Sven, which GPL version is the theme?

Anyway yes, I would love to see a dark theme with a renewed icon set
available in GIMP 2.10. :-)



The problem with CC and GPL appears to be when you include the icons in 
binary files. As both CC and GPL forces to mantain the same license in 
derivative works, is not posible to include the icon in a gimp binary 
and mantain the software on GPL or mantain the icons in CC, cause is the 
same file.


The Gimp icons ARE NOT COMPILED, are ONLY USED, and anybody can EXTRACT 
and MANIPULATE the icons mantaining the CC license restrictions, so, I 
think it is possible include a set of CC icons in Gimp and this not 
violate CC and GPL, cause GPL is for code and CC is for the icon theme.


Is the same case as help files or plugins. They can use other licenses, 
cause you can clearly separate the help files or plugin from main gimp 
application.


I undertand this when reading the Sven mail. I'm wrong or wright?


Thank you!
jEsuSdA 8)
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list


Re: [Gimp-developer] HELP with SYMBOLIC icon theme for Gimp.

2013-10-08 Thread jEsuSdA 8)

El 07/10/13 23:21, GSR - FR escribió:

Hi,
lis...@jesusda.com (2013-10-04 at 1244.03 +0200):
[...]

I've been read the gimp documentation ( libgimpwidgets-GimpStock.htm
) to edit the imagerc file and load all the icons, but some ones
does not load and I can not find the correct   '' stock[NAME] = ''
entry.


When I assembled G3HOST, there was a tool named gle (SVN was still in
use). It seems that tool is no more (lost with GIT migration?). The
README.txt in the archive has all the info collected at that time.
http://www.infernal-iceberg.com/gimp/G3HOST-20090219.tgz

But now, after some searching, I found a newer, similar, tool,
gtkparasite. http://chipx86.github.io/gtkparasite/



Hi!

I found, download and tried it with no sucess.

The buttons can be identified easily and his name appears clearly, but 
the icon in the tabs does not appears. I've searching on other values 
and trying several things, but I can found the icon name and any way to 
identify it.





Maybe it can help you figure widget layout, settings, etc like gle
did. Good luck.


The gtkparasite is a great tool, it is so usefull, but in this case I 
can found the solution for this misterious icon.


Thank you very much, GSR. ;)

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


Re: [Gimp-developer] HELP with SYMBOLIC icon theme for Gimp.

2013-10-07 Thread jEsuSdA 8)

El 06/10/13 12:12, jEsuSdA 8) escribió:

El 05/10/13 23:49, Simon Budig escribió:

jEsuSdA 8) (lis...@jesusda.com) wrote:

El 05/10/13 01:05, Simon Budig escribió:

jEsuSdA 8) (lis...@jesusda.com) wrote:

But solving A does not solve B and the old coloured icon still
appears. ¿?¿?¿? :(


ok, weird.



yes. :(


Dunno, I added the following section to the imagerc and it just worked:

 stock[gtk-select-color] =
 {
 {images/stock-colormap-24.png, *, *, gtk-button },
 {images/stock-colormap-24.png, *, *, * }
 }



Not for me! :(
What kind of magic is this?! hehehe.


http://www.pasteall.org/pic/show.php?id=60351


As you see, the palette edit icon still appears as the default theme.




I have spending some time searching in gimp sourcecode.

I have found a file: gimpstock.h that contains this lines:

/*  missing icons:  */
#define GIMP_STOCK_PALETTE  GTK_STOCK_SELECT_COLOR

I suppose this mean that there is no icon defined, so Gimp load a gtk 
one and it is impossible to force gimp to load another icon from theme.


It this correct? is this a Gimp bug? there are any way to change the 
Edit Palette icon?


Someone can help me?

Thanks. ;)
jEsuSdA 8)


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


Re: [Gimp-developer] HELP with SYMBOLIC icon theme for Gimp.

2013-10-07 Thread jEsuSdA 8)

El 07/10/13 11:44, Simon Budig escribió:

jEsuSdA 8) (lis...@jesusda.com) wrote:

I have found a file: gimpstock.h that contains this lines:

/*  missing icons:  */
#define GIMP_STOCK_PALETTE  GTK_STOCK_SELECT_COLOR

I suppose this mean that there is no icon defined, so Gimp load a
gtk one and it is impossible to force gimp to load another icon from
theme.


This is a #define pointing to a different #define.
GTK_STOCK_SELECT_COLOR is defined as gtk-select-color and
GIMP_STOCK_PALETTE inherits this definition.

The fun thing is, that the palette color selector uses
GIMP_STOCK_PALETTE as well as the Palette Editor. I don't understand how
this can be different icons.



I give up! My knowledge and time is not enough to fix this issue :(

The symbolic gimp theme will allways show a extrange and colorfull 
palette icon.


Thank you very much Simon. ;)

Salu2 de jEsuSdA 8)


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


Re: [Gimp-developer] HELP with SYMBOLIC icon theme for Gimp.

2013-10-06 Thread jEsuSdA 8)

El 06/10/13 10:08, Sven Claussner escribió:

Hi all,




Hi!


I'm also for an additional dark theme. Both (dark and lighter theme)
can ease the artists work and be used to check the images appearance
on-the-fly.

I've already sat for hours on searching for a suitable dark theme,
integrating the Gnome art-libre icon set and after asking Jimmac at IRC
without ulterior motives one day before his G+ posting the things are
now slipped away from my hands. If it still matters - Andrea Cimitans
Darklooks theme looks suitable. In Debian it's in the package
'gnome-themes-extras'.

I also think there's more to a professional, user-supporting theme
than assembling nice pieces out of a spontaneous idea. Ad hoc topics
like suitability for speedy work, using a theme engine that works on
all important platforms (Linux, Windows, OS X) and suitability for
High-DPI (Retina) displays come to my mind. Therefore I asked Peter for
some input on the topic. Perhaps we know more next week.



First at all, excuse my poor English. I think I don't understand some 
things you say. :S


I understand you are talking about 2 things: gtk dark theme and icon theme.

You say you are working to bring a default dark theme together a 
gnome-art libre symbolic icon theme, isn't it?


The thing is that the icon theme I'm working is based on gnome-art libre 
symbolic icon theme and the gnome-art is not finished. So I try to 
finish it.


So, maybe some parts of my work, but all, could be used to achieve your 
goal.


My theme can be used on light gtk themes, the gnome-art libre does not 
work on light themes cause icons are lighter too. I have working on two 
symbolic icon theme versios: one lighter (based upon the original 
gnome-art libre set) an the darken one (the theme you can see on 
screenshot and download from previous mails).





Another thing we should consider is the license. The used symbolic
icon set is licensed under the Creative Commons Share Alike License 3
(CCBYSA3). It is probably [incompatible with the GPL] used in GIMP
and could also be incompatible with Linux distributor approvals.
IMHO either the icon set and theme are relicenced under the GPL or we
need something else if we want to integrate them into GIMP.
The Darklooks theme uses the GPLv2.


May be all the people involved on gnome art-libre set could be agree to 
change the license to GPL.


There are a AUTHORS file with all the e-mails and we can ask them.

I'm agree to change the license, so there are no problem in my concern. ;)




If this is clarified: As the 2.8 branch is for bugfixes I'm for
integration into the master branch so the theme will be in the 2.10
release and who likes can use it in 2.8 anyway (both use GTK+ 2).

JEsuSdA 8) thanks anyway for your work. You did a great job and now
that we're further there's surely less work to be done. Keep it up! :-)



Thank you, I do the best I can. ;)
It is a pleasure work with and for Gimp.



Kind regards,
Sven


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


Re: [Gimp-developer] HELP with SYMBOLIC icon theme for Gimp.

2013-10-05 Thread jEsuSdA 8)

El 05/10/13 01:05, Simon Budig escribió:

jEsuSdA 8) (lis...@jesusda.com) wrote:

But solving A does not solve B and the old coloured icon still
appears. ¿?¿?¿? :(


ok, weird.



yes. :(




I have include the gtk-print to force CMYK color chooser to load the
symbolic icon instead the gtk one. ;)


Hmm, I don't understand what you mean there.


The Gimp color picker has 4 tabs - gimp selector, cmyk color selector, 
triangle selector and indexed palette color selector.


The CMYK tab color selector uses the gtk-print icon. So, the appearance 
looks extrange, cause all the others tabs has symbolic icons and the 
CMYK uses the GTK one.


So i've added a print icon and now the CMYK tab has his own symbolic 
icon too. :D







Hum, no idea about that one. gimp-zoom-follow-window should be OK.


It does not work.


Could you do a preliminary release of your theme? That way I could try
it and have a shot at debugging it here.



Here you could download the theme.

http://clowd.jesusda.com/public.php?service=filest=b6451abc5859d27efcb34ed6dda6cfb8


I hope do you like and maybe you could help me to solve the palette 
color icon and finish it. ;)




Bye,
 Simon



Thank you very much Simon. ;)

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


Re: [Gimp-developer] HELP with SYMBOLIC icon theme for Gimp.

2013-10-04 Thread jEsuSdA 8)

Here you can find the bugs :

http://www.pasteall.org/pic/show.php?id=60270


A - I have the symbolic icon, but I can find the widget name to load the
icon. Gimp allways loads this colorful icon and I can not change it.
¿What name has it?

There are no reference in libgimpwidgets documentation about this icon.


B - Same of A. I think solving A maybe can solve this bug.

C - I want to change this icon too. By default, gimp loads the desktop
theme icon folder, but I whant to design and load a symbolic one for
layers groups button.

D - The eye or visibility icon is designed and loaded on imagerc with:

 stock[gimp-visible] =
 {
 {images/stock-eye-12.png, *, *, gtk-button },
 {images/stock-eye-16.png, *, *, gtk-button },
 {images/stock-eye-20.png, *, *, gtk-button },
 {images/stock-eye-24.png, *, *, * }
 }

But Gimp loads the default one instead the symbolic. ¿It has another
name?, ¿How can I change it?


E -  Same as D bug but with the zoom-follow-window button.

The code in imagerc is this:

stock[gimp-zoom-follow-window] =
 {
   { images/tools/stock-zoom-follow-window-12.png, *, *,
gtk-button },
   { images/tools/stock-zoom-follow-window-16.png, *, *,
*}
 }

But Gimp loads the default one.



F - Same as D and E but related with default-colors and swap-colors.







Hi again!

Working on gtkrc I have solved F bug and improve the icons visualization.

Now, looks like that:

http://www.pasteall.org/pic/show.php?id=60272


The bug D is almost done: eye icon has changed, bug when clicked, there 
are no closed eye showd, so, I need help to solve this.



Thanks.
jEsuSdA 8)




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


Re: [Gimp-developer] HELP with SYMBOLIC icon theme for Gimp.

2013-10-04 Thread jEsuSdA 8)

El 04/10/13 13:59, Simon Budig escribió:

The bug D is almost done: eye icon has changed, bug when clicked,
there are no closed eye showd, so, I need help to solve this.

I am not sure if I understand the bug: the default theme does not
contain a closed eye icon.

Do you see the default eye when the mouse button is pressed down? Then
apparently the stock icon definition for the ACTIVE widget state is
wrong for some reason.



Thanks Simon,

I was wrong! As you say, there are no closed eye icon when layer is 
not visible.


I was confused with Inkscape layers where a closed eye are showed when 
visibility is off. :P


Sorry!! :D


One bug less. ¿Some idea about other ones?




Thanks,
 Simon


Thank you very much. ;)
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list


Re: [Gimp-developer] HELP with SYMBOLIC icon theme for Gimp.

2013-10-04 Thread jEsuSdA 8)

El 04/10/13 14:37, Simon Budig escribió:

jEsuSdA 8) (lis...@jesusda.com) wrote:

A - I have the symbolic icon, but I can find the widget name to load
the icon. Gimp allways loads this colorful icon and I can not change
it. ¿What name has it?


This is imported from the default gtk stock icons: gtk-select-color



Great!
I'ts works!





B - Same of A. I think solving A maybe can solve this bug.


Yeah.


But solving A does not solve B and the old coloured icon still appears. 
¿?¿?¿? :(








C - I want to change this icon too. By default, gimp loads the
desktop theme icon folder, but I whant to design and load a symbolic
one for layers groups button.


Same here this probably is gtk-directory



Works well now! ;)

I have include the gtk-print to force CMYK color chooser to load the 
symbolic icon instead the gtk one. ;)


I create a deacoplate tab icon too.






E -  Same as D bug but with the zoom-follow-window button.


Hum, no idea about that one. gimp-zoom-follow-window should be OK.



It does not work.






F - Same as D and E but related with default-colors and swap-colors.


This should be gimp-default-colors and gimp-swap-colors, they get
used in the size GTK_ICON_SIZE_MENU.



Solved with the latest change on gtkrc. :D




I hope this helps.

Bye,
 Simon



Yeah! You help me very much!

Only two small bugs to finish. I think solving B (old gtk-color-select 
icon on tab) could be enought. The zoom-follow-window does not matter so 
much. :D



Any idea about B solution?


Here, a newest screenshot:

http://www.pasteall.org/pic/show.php?id=60281


Thank you very mucho, Simon. ;)
jEsuSdA 8)


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


[Gimp-developer] Help with a Gimp 2.10 question

2012-12-18 Thread jEsuSdA 8)

Hello!

I have a question I hope you could answer me.

Recently a nice proyect have been proposed to me. I will participate as 
a teacher in a special course a spanish University will offer next year. 
The course is tittled Management Specialist  of photographic funds and 
it will be instruct about old photograhs management and treatment. I 
will be in charge of the graphical restoring part of the course, and I 
will use Gimp to teach students.


The thing is the course it will be higly professional and it will be 
nice to use 16bit chanels colors to work with the scanned photos. The 
photos will be retouched belongs a real photographic found and will be 
digitalized and included in the official public database, so a great 
accuracy is mandatory.


I know the next Gimp version will brings us a great 16bit and some more 
color modes. It will be great that the new version will be out before 
the course starts.


The question is ¿When it is planned to be released the 2.10 Gimp version?

The course will starts over september 2013, but the agenda must be 
closed over april 2013, so if I want to use Gimp I need the 16bit 
channels feature before april.


It will be great to use Gimp, cause the course is a great opportunity to 
popularize its use, but if 2.10 Gimp version will be released after 
april, I think I must have to use other software like Photivo, Darktable 
or similar who can work with more bit per channel.


What do you think? It will be possible to use Gimp in the course? Will 
2.10 be published at time?

Any information and suggestion will be appreciated. ;)

Thank you and excuse my poor english. ;)
jEsuSdA 8)


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


Re: [Gimp-developer] Help with a Gimp 2.10 question

2012-12-18 Thread jEsuSdA 8)

El 18/12/12 13:27, Alexandre Prokoudine escribió:

On Tue, Dec 18, 2012 at 4:09 PM, jEsuSdA 8) wrote:


Personally, and this is just a speculation, I think we'll be lucky if
we'll have 2.9.0 by April 2013.


2.9 will brings the new 16bit, 32bit, etc. color modes?


Yes, 2.9, whenever it's out, will bring 16/32 float/integer modes.


Thank you, Alex. ;)


 I'd

rather call it precision level, though :) People usually mean a
different thing when they say color mode (e.g. native work in LAB
color space).


I think I have done a very bad translation. In spanish we should call it 
profundidad de color, but color deep does not looks like so well, so 
I used color modes. I will take your precision level suggestion. ;)


Salu2 de jEsuSdA 8)
___
gimp-developer-list mailing list
gimp-developer-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-developer-list


Re: [Gimp-developer] Help with a Gimp 2.10 question

2012-12-18 Thread jEsuSdA 8)

El 18/12/12 14:57, Matthew Miller escribió:

 Color depth is the normal term in English.


Thank You Matthew... my english is so terrifying, hahaha. ;)


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


Re: [Gimp-developer] Save/export, option to go back to old behaviour

2012-11-16 Thread jEsuSdA 8)


Maybe it could be solved with a nice system I think could be fine:

Adding a simple configuration option: Do not ask me about saving when 
close files that has not been saved XCF format


In spanish: No preguntarme si deseo guardar al cerrar imágenes que no he 
guardado antes en formato XCF.



This solve all our problems:

- The GUI and the default workflow is mantained.
- People like me, who still very tired to clic cancel button for any 
single image I have no intention to save on XCF format could mark this 
new option and never suffer anymore.


Really guys, I work with Gimp 8 hours at day, I create tons of web 
pictures every day, and the 99% of times, I not need at all saving on 
XCF but I must clic Cancel button again and again...


I understand the GUI and WorkFlow reasons and I'm not against it, but 
please, understand we, it is not very productive idea remind me one time 
and another about saving something I really want not to save. ;)



Cheers!
jEsuSdA 8)
___
gimp-developer-list mailing list
gimp-developer-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-developer-list