Paint.NET

Welcome to the Paint.NET forum!
It is currently Sun Nov 22, 2009 10:47 am

All times are UTC


Forum rules


Please click here to view the forum rules



Post new topic Reply to topic  [ 13 posts ] 
Author Message
 Post subject: Grayscale gradient in desktop risks toning misjudgments
PostPosted: Thu May 01, 2008 10:28 pm 
Offline

Joined: Tue Oct 16, 2007 5:37 pm
Posts: 8
The top-to-bottom grayscale gradient on the desktop area of Paint .NET (3.30 in my specific case) can cause serious toning misjudgments. I didn't fully appreciate this until a colleague pointed out how much it was throwing him off, i.e. printed results didn't seem to match on-screen results due to improper relative corrections applied to the top and bottom areas of images, say sky vs. ground. It seems that the plain uniform gray background in Photoshop is actually pretty important.

I don't know whether this should be considered a discussion topic or a bug. From a design perspective it does seem to be a bug. It would certainly be easy enough to change or provide an option to allow it to be changed. Maybe there is a already a way to change it that I am foolishly overlooking?


Top
 Profile  
 
 Post subject: Re: Grayscale gradient in desktop risks toning misjudgments
PostPosted: Fri May 02, 2008 12:33 am 
Offline
Forum Admin and 2008 "Proton Award" Winner
User avatar

Joined: Tue Feb 06, 2007 9:45 pm
Posts: 9483
Location: Indianapolis, IN (39°46′5.88″N 86°9′29.52″W)
There's not a way to change it. Sorry.

_________________


Top
 Profile  
 
 Post subject: Re: Grayscale gradient in desktop risks toning misjudgments
PostPosted: Fri May 02, 2008 1:28 am 
Offline
Paint.NET Lead Developer
User avatar

Joined: Tue Jul 19, 2005 6:22 pm
Posts: 8878
Location: Kirkland, WA
Hmm, interesting, makes sense ... I've filed a bug to track this.

_________________
The Paint.NET Blog: http://blog.getpaint.net/
Donations are always appreciated! http://www.getpaint.net/donate.html
Paint.NET Search Engine: http://searchpaint.net

Image


Top
 Profile  
 
 Post subject: Re: Grayscale gradient in desktop risks toning misjudgments
PostPosted: Sat May 03, 2008 2:47 am 
Offline
User avatar

Joined: Tue Jul 25, 2006 10:12 pm
Posts: 3118
Location: Rochester, NY
Not having PS on my computer currently, Does it use a 50% gray? A screenshot + the Color Picker would provide the answer.

_________________
Image
Take responsibility for your own intelligence. ;) -Rick Brewster


Top
 Profile  
 
 Post subject: Re: Grayscale gradient in desktop risks toning misjudgments
PostPosted: Sat May 03, 2008 8:20 pm 
Offline

Joined: Tue Oct 16, 2007 5:37 pm
Posts: 8
Yes and no! It depends on what you mean by 50%. Photoshop 5.5 uses 7F7F7F which matches one definition of 50%. But given the 2.2 gamma of an sRGB display, in actual light output this corresponds to (127/255) ^ 2.2 = 21.6% of full intensity in photons.


Top
 Profile  
 
 Post subject: Re: Grayscale gradient in desktop risks toning misjudgments
PostPosted: Sat May 03, 2008 9:29 pm 
Offline

Joined: Mon Dec 10, 2007 7:33 pm
Posts: 361
Location: Netherlands
(un?)Fortunately human eye's don't actually measure photon intensity as such.. the same intensity isn't even always perceived as the same (depends on surrounding intensity and the intensity your eyes adjusted themselves to etc which is exactly what the problem is with the gradient behind the image)
And of course it's not actually possible to divide FF by 2 and store the answer in a normally interpreted byte, which is an obvious result of the carry that occurs when shifting FF to the right by 1 bit (so 80 and 7F are both off by a half)
Conclusion: 50% grey doesn't even exist

_________________
I would write plugins, if I knew what kind of plugins were needed.. :(


Top
 Profile  
 
 Post subject: Re: Grayscale gradient in desktop risks toning misjudgments
PostPosted: Sat May 03, 2008 9:38 pm 
Offline
Forum Admin and 2008 "Proton Award" Winner
User avatar

Joined: Tue Feb 06, 2007 9:45 pm
Posts: 9483
Location: Indianapolis, IN (39°46′5.88″N 86°9′29.52″W)
Photoshop CS3 uses #808080.

_________________


Top
 Profile  
 
 Post subject: Re: Grayscale gradient in desktop risks toning misjudgments
PostPosted: Sat May 03, 2008 11:00 pm 
Offline
User avatar

Joined: Tue Jul 25, 2006 10:12 pm
Posts: 3118
Location: Rochester, NY
In CS3, Shift+Paint Bucket lets you change the canvas color...

_________________
Image
Take responsibility for your own intelligence. ;) -Rick Brewster


Top
 Profile  
 
 Post subject: Re: Grayscale gradient in desktop risks toning misjudgments
PostPosted: Sat May 03, 2008 11:28 pm 
Offline
Paint.NET Lead Developer
User avatar

Joined: Tue Jul 19, 2005 6:22 pm
Posts: 8878
Location: Kirkland, WA
.NET defines LightGray as #d3d3d3. Here is a quick test I did that replaces the gradient with a solid color:


Attachments:
itzneverlupis.png
itzneverlupis.png [ 407.48 KiB | Viewed 91 times ]

_________________
The Paint.NET Blog: http://blog.getpaint.net/
Donations are always appreciated! http://www.getpaint.net/donate.html
Paint.NET Search Engine: http://searchpaint.net

Image
Top
 Profile  
 
 Post subject: Re: Grayscale gradient in desktop risks toning misjudgments
PostPosted: Sun May 04, 2008 7:17 pm 
Offline
User avatar

Joined: Sun Sep 03, 2006 10:29 am
Posts: 339
Location: Sydney, Australia
mkidd wrote:
Yes and no! It depends on what you mean by 50%. Photoshop 5.5 uses 7F7F7F which matches one definition of 50%. But given the 2.2 gamma of an sRGB display, in actual light output this corresponds to (127/255) ^ 2.2 = 21.6% of full intensity in photons.


This is very close to the generally accepted perceptual 'mid-gray' (Ansel Adams used 18% gray as his reference for judging exposure)

_________________
Image


Top
 Profile  
 
 Post subject: Re: Grayscale gradient in desktop risks toning misjudgments
PostPosted: Mon Jul 14, 2008 9:48 am 
Offline
User avatar

Joined: Thu May 25, 2006 7:30 pm
Posts: 61
Location: Belgium
mkidd wrote:
It seems that the plain uniform gray background in Photoshop is actually pretty important.

I agree. The background should be a solid gray. I don't care if it's configurable or not, but gray (50%-ish) should be the default and it should not be based on a windows theme color.

_________________
Kris Vandermotten
MyBlog
Download my Paint.NET Effects


Top
 Profile  
 
 Post subject: Re: Grayscale gradient in desktop risks toning misjudgments
PostPosted: Mon Jul 14, 2008 6:38 pm 
Offline
Forum Moderator and 2008 "Radiance Award" Winner
User avatar

Joined: Sat Mar 03, 2007 7:17 pm
Posts: 3943
Location: Sheffield, England.
The latest version of Paint.NET (3.35) now has a solid grey canvas background, no gradient in sight. It is also based on the Windows theme. I suggest you update, KrisVDM ;).

EDIT:
As was brought up in PM, KrisVDM is fully aware of the new canvas background and was offering opinion towards this move. I misinterpreted KrisVDM's response as one of unknowing, and not one of awareness to the feature. I am dearly sorry for my misjudgement.

I ask that KrisVDM's comment is taken as valid, further discussion on the matter, not dismissed unduly as was done by myself.

_________________


Top
 Profile  
 
 Post subject: Re: Grayscale gradient in desktop risks toning misjudgments
PostPosted: Mon Jul 14, 2008 6:56 pm 
Offline

Joined: Mon Dec 10, 2007 7:33 pm
Posts: 361
Location: Netherlands
It seems odd to me that the colour is CBC8B8 though - why not real gray?

_________________
I would write plugins, if I knew what kind of plugins were needed.. :(


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 13 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Hosted by Forumer & phpBB

Get your Forumer™ today!

Adding a forum to your website is a great way to get return visitors.

» Get your own Free Forum!

Terms of Use

Privacy Policy

Report Abuse

Copyright © 2003-2009 Forumer. All Rights Reserved. | Copyright © paint.NET