Jump to content

Feature Request: LayerPicker: Statusbar info, Tool, or Shortcut


Recommended Posts

We all know the layer below the mouse is the active (selected) layer in the Layers window.

But quite often you have no idea which layer belongs to the visible pixel at the mouse position.

For sure the pixel is a composite constructed from rgb values, alpha channels, layer opacities and blend modes on different layers. Means there is no biunique solution. Still here is a proposal:

 

Show in the statusbar the name of the layer at the mouse position.

Calculate the layer to show in the following way:

From top to bottom
  if the layer is visible
    if the alpha value of the pixel at the layer is greater zero (or a tolerance value) 
    then you are done
If no layer could be found show "No layer".
If the mouse position is out of document bounds show nothing.
If the layer is active then show the name in bold else normal.

I could also imagine a tool to activate a layer identified in this way (maybe showing the layer name as tooltip)

Or a shortcut to select the layer.

 

I implemented this in one of my applications and it's a real help.

 

 

Edited by midora

midoras signature.gif

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...