AutoHotkey Community

It is currently May 27th, 2012, 12:42 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 25 posts ]  Go to page Previous  1, 2
Author Message
 Post subject:
PostPosted: November 8th, 2010, 2:39 pm 
Offline

Joined: May 1st, 2010, 6:01 pm
Posts: 1020
Location: England
Code:
#persistent
Menu, tray, add,,,
Menu, tray, add, Invert On, InvertOn
Menu, tray, add, Invert Off, InvertOff

InvertOn:
Ifwinexist, Magnifier
   return
Run, Magnify.exe -invert
WinWait, Magnifier
WinHide
return

InvertOff:
WinKill, Magnifier
return


there we go =]


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 8th, 2010, 3:00 pm 
Offline

Joined: October 27th, 2006, 10:12 am
Posts: 649
Learning one wrote:
Yes, but Windows XP's Magnifier can't show full screen inverted - half is the maximum.


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Re: Invert screen colors
PostPosted: November 8th, 2010, 3:29 pm 
Offline

Joined: October 27th, 2006, 10:12 am
Posts: 649
automaticman wrote:
Learning one wrote:
Not perfect, high CPU usage
Same with low CPU usage would be just perfect! Is this possible somehow in Windows XP, even without ahk, maybe some other external tool? The idea is simple and great already.
For Nvidia graphics cards I found a solution: http://www.wikihow.com/Invert-Colors-on-Your-Windows-XP

or pasted the relevant part here:
Quote:
Click 'Start the NVIDIA Control panel'. (You need to have these NVIDIA utilities installed.)
14
Inside NVIDIA control panel, from the left side navigation bar, under 'Display' select 'Adjust desktop color setting'.
15
Under '2. Apply the following ....' switch to graph tab.
16
There are three points already forming the graph, select the one on the upper right side of the graph and set the values 'In' to 1, and 'Out' to 0.
17
Then Select the point on the lower left of the graph and set the values 'In' to 0, and 'Out' to 1.
18
Thats it, click 'Apply' and done!


The question which remains to be answered is what requires more CPU, ahk or nvidia, hopefully ahk, then we would have an improvement. Then you can use the script of Learning one to go to normal colors, for a short time, then returning back to your favoured inverted colors.

Thanks Learning one for this great idea, I enjoy those new inverted colors.


Report this post
Top
 Profile  
Reply with quote  
 Post subject: invert colors
PostPosted: June 25th, 2011, 7:51 am 
Hey folks this link describes a free software(and where to get it) that can invert screen colors and suports multiple monitors and allmost all graphics cards. It is awesome!

http://blogs.oracle.com/keone/entry/pow ... een_colors

Been lookin to do this for ever. Spread the word!


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: June 25th, 2011, 12:04 pm 
Offline

Joined: October 27th, 2006, 10:12 am
Posts: 649
Thanks OneTimer, this is really useful, having two screens you can even just invert one of them, keeping the other normal, e.g. for YouTube.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 29th, 2011, 2:07 am 
Offline

Joined: March 13th, 2011, 7:07 pm
Posts: 100
way to invert just itunes plox


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 15th, 2011, 1:16 pm 
Power Strip is a great program, PERFECTLY inverts color on my old computer with 2 monitors and ati graphic card (i have profiles: only left inverted, only right, none, and both and i have hotkeys for each profile), on my PC i got 2 days ago, i have nvidia gt430 and nvidia cards don't let you check the "Write directly to palette DAC" box so powerstrip CANT invert colors (on newer nvidia cards), i have read somewhere that you can invert colors in nvidia control panel (i think this is true but was unable to check for myself)
http://www.wikihow.com/Invert-Colors-on-Your-Windows-XP
point 9-18 explains how you can do that on (and only on) windows XP because of point 15 "Under '2. Apply the following ....' switch to graph tab."
nvidia control panel "graph" help:
"Graph Tab (Windows XP only)
For those experienced with color correction using curves, the graph tab provides more precise control over the desktop color balance."
under windows 7 there is no graph tab hence not powerstrip nor nvidia itself can't invert colors...

i am thinking of changing my graphic card for some ati card if i dont find the solution soon...


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: January 31st, 2012, 6:59 pm 
Yes I am with you on this Windows 7 graph tab in Control Panel. Why in the world did they remove that functionality? Has anyone found a solution for this, to invert the colors in Windows 7? I am going to be switching to ATI shortly to see if that fixes the problem.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: February 2nd, 2012, 11:49 pm 
Torrenco wrote:
Has anyone found a solution for this, to invert the colors in Windows 7?
From the first post: "there is a built in Color inversion function in magnifier"


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: February 24th, 2012, 8:31 am 
Offline

Joined: February 24th, 2012, 6:37 am
Posts: 4
Location: USA
I've been looking for a screen inverter for over a year now. It seems a little buggy when you open an "Always on Top" window after inverting, but it's just a matter of hitting F9 twice. The CPU usage is a little noticeable, but since I'm going to be using this majorly for text-heavy pages, no real issues.


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 25 posts ]  Go to page Previous  1, 2

All times are UTC [ DST ]


Who is online

Users browsing this forum: Bon, Google Feedfetcher, maul.esel and 15 guests


You can post new topics in this forum
You can 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:
Powered by phpBB® Forum Software © phpBB Group