It is currently Fri Apr 19, 2024 10:03 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 77 posts ]  Go to page Previous  1, 2, 3, 4
Author Message
 Post subject: Re: True Pseudogrey in GIMP.
PostPosted: Fri Jul 04, 2014 9:48 pm  (#61) 
Offline
Global Moderator
User avatar

Joined: Nov 16, 2011
Posts: 5128
Location: Metro Vancouver, BC
Is that Gimp Desaturate (lightness) as apposed to The Pseudogrey script? If so the palette seems to make a difference.

_________________
Image
Gimp 2.8.18, Linux, median user
Gimp Chat Tutorials Index
Spirit Bear (Kermode)


Top
 Post subject: Re: True Pseudogrey in GIMP.
PostPosted: Fri Jul 04, 2014 9:59 pm  (#62) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 3975
Location: Canada
yeah i just did gimp colors desaturate lightness and then put it next to pseudogrey.
not sure what you mean by pallette

_________________
TinT


Top
 Post subject: Re: True Pseudogrey in GIMP.
PostPosted: Fri Jul 04, 2014 10:38 pm  (#63) 
Offline
Global Moderator
User avatar

Joined: Nov 16, 2011
Posts: 5128
Location: Metro Vancouver, BC
trandoductin wrote:
yeah i just did gimp colors desaturate lightness and then put it next to pseudogrey.
not sure what you mean by palette
I didn't test I was only guessing that the pseudogrey script uses a larger array (palette) of shades.

_________________
Image
Gimp 2.8.18, Linux, median user
Gimp Chat Tutorials Index
Spirit Bear (Kermode)


Top
 Post subject: Re: True Pseudogrey in GIMP.
PostPosted: Sat Jul 05, 2014 12:41 am  (#64) 
Offline
Script Coder
User avatar

Joined: Apr 23, 2010
Posts: 1553
Location: not from Guildford after all
trandoductin wrote:
yeah i just did gimp colors desaturate lightness and then put it next to pseudogrey.
not sure what you mean by pallette

A more direct comparison would be to desaturate based on luminosity, in which case the difference between the two results should be barely perceptible.

_________________
Any sufficiently primitive technology is indistinguishable from a rock.


Top
 Post subject: Re: True Pseudogrey in GIMP.
PostPosted: Sat Jul 05, 2014 1:20 pm  (#65) 
Offline
GimpChat Member
User avatar

Joined: Jan 12, 2012
Posts: 178
Location: Mobile, AL USA
saulgoode wrote:
trandoductin wrote:
yeah i just did gimp colors desaturate lightness and then put it next to pseudogrey.
not sure what you mean by pallette

A more direct comparison would be to desaturate based on luminosity, in which case the difference between the two results should be barely perceptible.


Sauls spot on here. Lightness uses a different weighting algorithm for each of the RGB components to arrive at a gray value
(1/2 × ( MAX(R,G,B) + MIN(R,G,B) )).

Luminosity uses:
(0.2126 × R) + (0.7152 × G) + (0.0722 × B)
to arrive at a gray level.

_________________
patdavid.net
Image
PIXLS.US F/OSS Photography


Top
 Post subject: Re: True Pseudogrey in GIMP.
PostPosted: Thu Oct 29, 2015 11:11 pm  (#66) 
Offline
GimpChat Member
User avatar

Joined: May 12, 2015
Posts: 73
Location: Tacoma, WA
Hello, - I just used the pseudogrey script, which is nice...except for some reason at the top of my image I get a band of grey...is it because I'm using jpg. format?


Attachments:
city view.jpg
city view.jpg [ 563.63 KiB | Viewed 4741 times ]

_________________
Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind.

Dr. Seuss (Theodore Lesieg)
Top
 Post subject: Re: True Pseudogrey in GIMP.
PostPosted: Fri Oct 30, 2015 1:15 am  (#67) 
Offline
Global Moderator
User avatar

Joined: Nov 16, 2011
Posts: 5128
Location: Metro Vancouver, BC
The image is RGB; which pseudogrey script did you use, I seem to recall a script that renders a pseudogrey band like that?

_________________
Image
Gimp 2.8.18, Linux, median user
Gimp Chat Tutorials Index
Spirit Bear (Kermode)


Top
 Post subject: Re: True Pseudogrey in GIMP.
PostPosted: Fri Oct 30, 2015 2:02 am  (#68) 
Offline
GimpChat Member
User avatar

Joined: May 12, 2015
Posts: 73
Location: Tacoma, WA
Odinbc wrote:
The image is RGB; which pseudogrey script did you use, I seem to recall a script that renders a pseudogrey band like that?


...oops, didn't know there was more than one! Is the newest one in here also? I have this script: patdavid-psuedogrey_0


Top
 Post subject: Re: True Pseudogrey in GIMP.
PostPosted: Fri Oct 30, 2015 10:27 am  (#69) 
Offline
Global Moderator
User avatar

Joined: Nov 16, 2011
Posts: 5128
Location: Metro Vancouver, BC
Liz-ard wrote:
...oops, didn't know there was more than one! Is the newest one in here also? I have this script: patdavid-psuedogrey_0
Pat David's script renders the gradient strip.
PatDavid wrote:
This script will create a new layer in your image that is 2048x10 pixels, then fill it with the appropriate black to white gradient. It will then call Samples Colorize... with the correct options for you, and will then remap your current layers colors to Pseudogrey.

_________________
Image
Gimp 2.8.18, Linux, median user
Gimp Chat Tutorials Index
Spirit Bear (Kermode)


Top
 Post subject: Re: True Pseudogrey in GIMP.
PostPosted: Fri Oct 30, 2015 10:46 am  (#70) 
Offline
GimpChat Member
User avatar

Joined: Jan 12, 2012
Posts: 178
Location: Mobile, AL USA
Liz-ard wrote:
Odinbc wrote:
The image is RGB; which pseudogrey script did you use, I seem to recall a script that renders a pseudogrey band like that?


...oops, didn't know there was more than one! Is the newest one in here also? I have this script: patdavid-psuedogrey_0

Is there any errors being reported when this runs? That strip is usually deleted after being run (you can manually delete the layer the strip is on if needed).

What version of GIMP, and where did you get the script from (so I can test it)?

_________________
patdavid.net
Image
PIXLS.US F/OSS Photography


Top
 Post subject: Re: True Pseudogrey in GIMP.
PostPosted: Fri Oct 30, 2015 12:08 pm  (#71) 
Offline
Global Moderator
User avatar

Joined: Nov 16, 2011
Posts: 5128
Location: Metro Vancouver, BC
I'm using True PseudoGray with Gimp 2.8.14. The gradient strip is always on another layer (which works for me), it never auto deletes. No error messages.
For what it's worth here's the Colorcube Analysis, from 3 different source versions of my sample image.
Image

_________________
Image
Gimp 2.8.18, Linux, median user
Gimp Chat Tutorials Index
Spirit Bear (Kermode)


Top
 Post subject: Re: True Pseudogrey in GIMP.
PostPosted: Fri Oct 30, 2015 12:47 pm  (#72) 
Offline
GimpChat Member
User avatar

Joined: Jan 12, 2012
Posts: 178
Location: Mobile, AL USA
I've attached an old, revised version of the script that should automatically delete the temporary gradient layer. Just drop this into your scripts folder, and it'll be found under the menu "Colors → Pseudogrey..."


Attachments:
patdavid-pseudogrey.scm [2.23 KiB]
Downloaded 266 times

_________________
patdavid.net
Image
PIXLS.US F/OSS Photography
Top
 Post subject: Re: True Pseudogrey in GIMP.
PostPosted: Fri Oct 30, 2015 10:01 pm  (#73) 
Offline
GimpChat Member
User avatar

Joined: May 12, 2015
Posts: 73
Location: Tacoma, WA
patdavid wrote:
Liz-ard wrote:
Odinbc wrote:
The image is RGB; which pseudogrey script did you use, I seem to recall a script that renders a pseudogrey band like that?


...oops, didn't know there was more than one! Is the newest one in here also? I have this script: patdavid-psuedogrey_0

Is there any errors being reported when this runs? That strip is usually deleted after being run (you can manually delete the layer the strip is on if needed).

What version of GIMP, and where did you get the script from (so I can test it)?


Hello Pat :) (by the way, I am also using gimp 2.8.14)

No errors, I just noticed the strip...and being very new in using the script, did not know you could manually delete the layer to get rid of the strip. The first time I came across this script was on page two of this conversation, I then also tried going to http://registry.gimp.org/node/26515 only to get the same results. However, I made the mistake of not deleting the first script before adding the 2nd from the registry page (because I thought it'd replace it, which it didn't). So I just downloaded the latest script that you've entered on the next page (thank you)...first deleting the other two that were in there.

I really do love the color it produces :)

_________________
Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind.

Dr. Seuss (Theodore Lesieg)


Last edited by Liz-ard on Fri Oct 30, 2015 10:31 pm, edited 1 time in total.

Top
 Post subject: Re: True Pseudogrey in GIMP.
PostPosted: Fri Oct 30, 2015 10:28 pm  (#74) 
Offline
GimpChat Member
User avatar

Joined: May 12, 2015
Posts: 73
Location: Tacoma, WA
Yes!! :tyspin

The latest script works great...thanks everyone!


Attachments:
psuedogrey cityview.JPG
psuedogrey cityview.JPG [ 548.07 KiB | Viewed 5608 times ]

_________________
Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind.

Dr. Seuss (Theodore Lesieg)
Top
 Post subject: Re: True Pseudogrey in GIMP.
PostPosted: Wed May 16, 2018 11:21 am  (#75) 
Offline
GimpChat Member
User avatar

Joined: Sep 24, 2010
Posts: 12516
Not sure how often Pat frequents here, but was wondering if he had time to update his Script-fu for GIMP 2.10. :)

_________________
Lyle

Psalm 109:8

Image


Top
 Post subject: Re: True Pseudogrey in GIMP.
PostPosted: Wed May 16, 2018 11:52 am  (#76) 
Offline
GimpChat Member

Joined: Mar 04, 2011
Posts: 2419
It is one of yours that I use. ;)

Fixed it for Gimp 2.9.x sometime ago. Seems to work ok in Gimp 2.10.0

attached:


Attachments:
psuedogrey.scm [2.72 KiB]
Downloaded 337 times

_________________
Image
Top
 Post subject: Re: True Pseudogrey in GIMP.
PostPosted: Wed May 16, 2018 11:58 am  (#77) 
Offline
GimpChat Member
User avatar

Joined: Sep 24, 2010
Posts: 12516
Thanks, Rich. I did pose this question at Pixls's site and Pat reminded me that G'MIC actually handles pseudo-gray now. Completely forgotten that. lol

I did try your update, Rich and it works great. Thanks for sharing. :)

_________________
Lyle

Psalm 109:8

Image


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

All times are UTC - 5 hours [ DST ]



* Login  



Powered by phpBB3 © phpBB Group