It is currently Mon Sep 07, 2026 3:10 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 96 posts ]  Go to page Previous  1, 2, 3, 4, 5
Author Message
 Post subject: Re: Gimp Learn down?
PostPosted: Sun May 28, 2023 3:55 pm  (#81) 
Offline
GimpChat Member
User avatar

Joined: Nov 15, 2014
Posts: 875
Another plug-in I created recently which is proving useful to me is: saturation_h_m_l.py
It creates three layers with masks for high, medium and low saturation to allow independent adjustment of the three regions.

Attachment:
saturation_h_m_l.zip [2.55 KiB]
Downloaded 83 times
Now at Version 5 29/05/2023

Edit: I have removed the file. I have now found a problem with it!!!
Edit2: Hopefully I have corrected the plug-in. If there had been previous processing of the original image it tried to work on the top layer. This became very obvious when I had a layer in overlay mode! It now creates a New-from_Visible as a first step.

I hope others will test it and highlight any problems.


Last edited by david on Mon May 29, 2023 5:55 am, edited 2 times in total.

Top
 Post subject: Re: Gimp Learn down?
PostPosted: Sun May 28, 2023 5:12 pm  (#82) 
Offline
Script Coder
User avatar

Joined: Oct 25, 2010
Posts: 4812
Can't you people create a Github of some sorts where people can find the latest version of things instead of posting them at random? Just a suggestion...

_________________
Image


Top
 Post subject: Re: Gimp Learn down?
PostPosted: Mon May 29, 2023 12:41 pm  (#83) 
Offline
GimpChat Member
User avatar

Joined: Nov 15, 2014
Posts: 875
@MareroQ,

Apologies! The morning after I put saturation_h_m_l.py in this thread (#84) I discovered a problem. If an image had a number of layers from previous processing, the plug-in only worked on the top layer. This became obvious when the top layer of an image was in overlay mode!

I have modified the plug-in so that it initially creates a new-from-visible layer.

I have updated the file at #84 to Version 5, dated 29/05/2023.


Top
 Post subject: Re: Gimp Learn down?
PostPosted: Tue May 30, 2023 1:17 am  (#84) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2648
Location: Poland
@David
I have to update The OLD Archive: 'GimpLearn archive'. whether to post as new threads?

@Ofnuts
There is already such a possibility (and it's very simple)::
Image
It just doesn't work that way.
Unfortunately, there are few people willing to publish their plugins on this site (95% of posts and plugins are chosen by the moderators themselves).

@Trandoductin
... I guess that's the end of GIMPlearn!...

I hope you come back someday with your new website.

Or maybe some weird questions (probably little known to users): planting how many trees has GIMPLearn sponsored?
How many trees will not be "born"?

Many thanks to you and may you miss what you lost.

_________________
Image


Top
 Post subject: Re: Gimp Learn down?
PostPosted: Tue May 30, 2023 1:25 pm  (#85) 
Offline
GimpChat Member
User avatar

Joined: Oct 06, 2010
Posts: 4050
MareroQ wrote:
@David
I have to update The OLD Archive: 'GimpLearn archive'. whether to post as new threads?

@Ofnuts
There is already such a possibility (and it's very simple)::
[ Image ]
It just doesn't work that way.
Unfortunately, there are few people willing to publish their plugins on this site (95% of posts and plugins are chosen by the moderators themselves).

@Trandoductin
... I guess that's the end of GIMPlearn!...

I hope you come back someday with your new website.

Or maybe some weird questions (probably little known to users): planting how many trees has GIMPLearn sponsored?
How many trees will not be "born"?

Many thanks to you and may you miss what you lost.


Ofnuts is probably right, maybe gimpscripts.net isn't the right way to go about this. I only offered to do this so there would be a place to "at least" host newly updated scripts. It was never intended to be the final solution.

_________________
"In order to attain the impossible, one must attempt the absurd."
~ Miguel de Cervantes


Top
 Post subject: Re: Gimp Learn down?
PostPosted: Tue May 30, 2023 4:01 pm  (#86) 
Offline
Script Coder
User avatar

Joined: Oct 25, 2010
Posts: 4812
The problem with these single-owner sites is that they can disappear overnight. My code on SourceForge or GitHub will certainly outlive me, while my ghost will continue to farm kharma on StackOverflow and Reddit.

_________________
Image


Top
 Post subject: Re: Gimp Learn down?
PostPosted: Tue May 30, 2023 4:07 pm  (#87) 
Offline
GimpChat Member
User avatar

Joined: Oct 06, 2010
Posts: 4050
ofnuts wrote:
The problem with these single-owner sites is that they can disappear overnight. My code on SourceForge or GitHub will certainly outlive me, while my ghost will continue to farm kharma on StackOverflow and Reddit.


Do you have to "own" the code in order to upload it on SourceForge or GitHub? Anyone wanting to create their own is up to them, but to take what we have, even with the updated code, would be nice to transition them away to a more permanent place.

_________________
"In order to attain the impossible, one must attempt the absurd."
~ Miguel de Cervantes


Top
 Post subject: Re: Gimp Learn down?
PostPosted: Tue May 30, 2023 5:53 pm  (#88) 
Offline
Script Coder
User avatar

Joined: Oct 25, 2010
Posts: 4812
mahvin wrote:
ofnuts wrote:
The problem with these single-owner sites is that they can disappear overnight. My code on SourceForge or GitHub will certainly outlive me, while my ghost will continue to farm kharma on StackOverflow and Reddit.


Do you have to "own" the code in order to upload it on SourceForge or GitHub? Anyone wanting to create their own is up to them, but to take what we have, even with the updated code, would be nice to transition them away to a more permanent place.


As long as the source code is FOSS (GPL or else), which is the case of very many scripts, you can put it in a GitHub or SF project. PatDavid copies the whol Gimp registry to GitHub.

But if the code has a maintainer, let the maintainer keep it, and avoid having obsolete versions floating around.

_________________
Image


Top
 Post subject: Re: Gimp Learn down?
PostPosted: Tue May 30, 2023 6:11 pm  (#89) 
Offline
GimpChat Member

Joined: Mar 14, 2023
Posts: 611
Location: Turkiye
At least if you had a backup, you buried our efforts, I tried so hard, if you're worried, I have offered to help you many times. I would work for free. I was happy while making GL Banners. My old name gimpturkey in Gimp Learn site


Top
 Post subject: Re: Gimp Learn down?
PostPosted: Wed May 31, 2023 2:02 pm  (#90) 
Offline
GimpChat Member
User avatar

Joined: Oct 06, 2010
Posts: 4050
diagrajamal1 wrote:
At least if you had a backup, you buried our efforts, I tried so hard, if you're worried, I have offered to help you many times. I would work for free. I was happy while making GL Banners. My old name gimpturkey in Gimp Learn site


Not sure how much can be gleaned using the Wayback Machine. I have managed to get quite a few of my older scripts that way.

_________________
"In order to attain the impossible, one must attempt the absurd."
~ Miguel de Cervantes


Top
 Post subject: Re: Gimp Learn down?
PostPosted: Wed May 31, 2023 4:35 pm  (#91) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 4528
Location: Canada
I don't have backup. sorry. didn't pay for automatic back up either.

_________________
TinT


Top
 Post subject: Re: Gimp Learn down?
PostPosted: Wed May 31, 2023 4:36 pm  (#92) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 4528
Location: Canada
can always rebuild on gimpchat and gimp-forum.net, stronger and better.

_________________
TinT


Top
 Post subject: Re: Gimp Learn down?
PostPosted: Thu Jun 01, 2023 5:06 pm  (#93) 
Offline
GimpChat Member

Joined: Mar 14, 2023
Posts: 611
Location: Turkiye
Will it be as you say?


Top
 Post subject: Re: Gimp Learn down?
PostPosted: Thu Jun 01, 2023 5:22 pm  (#94) 
Offline
GimpChat Member

Joined: Mar 14, 2023
Posts: 611
Location: Turkiye
mahvin wrote:
diagrajamal1 wrote:
At least if you had a backup, you buried our efforts, I tried so hard, if you're worried, I have offered to help you many times. I would work for free. I was happy while making GL Banners. My old name gimpturkey in Gimp Learn site


Not sure how much can be gleaned using the Wayback Machine. I have managed to get quite a few of my older scripts that way.

I guess I misunderstood, is our previous work still on wayback machine?
Dear Mahvin, you are a very constructive and positive person.Thank you
I decided to redo everything.


Top
 Post subject: Re: Gimp Learn down?
PostPosted: Thu Jun 01, 2023 11:07 pm  (#95) 
Offline
GimpChat Member
User avatar

Joined: May 24, 2021
Posts: 859
Location: SEA - South East Asia
diagrajamal1 wrote:
I guess I misunderstood, is our previous work still on wayback machine?


If you talk about GL, sadly there is only 9 pages (if I recall) on the wayback machine
BTW, nice to see you here GT ;)

_________________
Patrice


Top
 Post subject: Re: Gimp Learn down?
PostPosted: Fri Jun 02, 2023 2:09 am  (#96) 
Offline
GimpChat Member
User avatar

Joined: Sep 27, 2016
Posts: 345
Location: Germany, BW
Quote:
If you talk about GL, sadly there is only 9 pages (if I recall) on the wayback machine

... and none of the scripts ....
What I can't understand in this case is: how can one throw one's work away just like that?

_________________
Regards
nelo

(Gimp 2.10 on Linux Mint MATE 20.1)


Top
Post new topic Reply to topic  [ 96 posts ]  Go to page Previous  1, 2, 3, 4, 5

All times are UTC - 5 hours [ DST ]



* Login  



Powered by phpBB3 © phpBB Group