Photoshop - How to link layers visibility (not position)? [closed] - visibility

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I have a photoshop file with a set of layers.
Is there a way that I can link "layer visibility" without having to click and unclick on the eye icon of each layer individually? For instance, I would like to set up instructions such as:
-If I click on the eye icon of layer A, activate the eye icon of layer B, AND C, AND D simultaneously...
-activate the eye Icon of layer A OR B OR C... but don't allow to have more than one visible layer at the same time...
Grouping layers does not fit my purposes because I want to do that between layers that already belong to different groups.
Thanks!

Related

Window re-sizing for vertical monitor setup [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
Running Windows 7 with two monitors, vertical setup
I want to have more convenient window sizing for vertical monitor setup. Currently there is the normal 'drag window to side of screen' to auto-resize the window to half the screen horizontally. Is there a way to auto-resize to half the screen vertically?
ie. drag to the lower half of the side of the screen to resize to take up the bottom half of the screen and drag to the upper side of the screen to resize to take up the top half.
Is this possible? What software would be best for this?
This is not possible in native Windows. Windows 10 might help you a bit however (corner auto-resizse).
I can imagine someone would be able to programm such a solution for Hotkeys, but not by dragging.

rotate and change image in canvas javascript [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I want do something like in this post but a more advanced version of that..
I want to also change image when mouse drag distance is not in some user defined range than want to change image in canvas, check if mouse move point is between those two circles (not less or greater).
You didn't provide code in your question, so here is a non-code answer:
You can use Math.atan2 to get the angle of the mouseclick and apply that same angle to your image.
You can use pythagora's theorm to determine the distance from the click to the image center. Then test if that distance is between your 2 circles' radii.

Windows dimensions [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
Where can I find a document that describe the windows dimensions, like:
Screen area (for each screen).
Desktop area (for each screen).
Desktop area without the task bar.
Available area to position my application.
etc.
The following MSDN resources explain the different questions you are having:
Window-related terminology and areas: About Windows
Relations between screen and window coordinates: Window Coordinate System
Relations between desktop and screen coordinates: The Virtual Screen
Retrieving screen metrics: Multiple Monitor System Metrics
Window positioning across multiple displays: Positioning Objects on Multiple Display Monitors

How do i create image background in gimp? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I need to create splash screen for my mobile application and I want to use an image like the one I have attached with this question but with different color for splash screen.I guess this is a gradient but really don't know any idea how to create this type of gradient image with different color.Please help me providing any link or tutorial.
Please take a look at
http://docs.gimp.org/2.2/en/gimp-tool-blend.html
http://www.youtube.com/watch?v=wjuCM-UTXaQ
for some gradient tutorials.
If you want the same image, with a different color, then just try changing the hue of your image like this
http://docs.gimp.org/en/gimp-tool-hue-saturation.html
http://www.youtube.com/watch?v=q2ybYHxyxfQ

Show users location on Globe instead of map in iOS 5 + [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I want to show users location with his profile image on Globe (Circular earth) instead of 2D map. As per my knowledge , latitude & longitude which we get from CLLocationManager are converted from circular by making calculation to display it in 2D map . Correct me if I am wrong.
My question is it possible to display different users current location with his profile image on globe. Also I need option to pan (must have) & zoom (if possible) ?
Any kind of help , reference is appreciated. Thanks.
As per the discussion here, you can use WhirlyGlobe to achieve the functionality.

Resources