Eraser question

Here everybody can post his problems with PhotoLine
Eurgail
Mitglied
Beiträge: 379
Registriert: So 06 Jul 2014 23:02

Re: Eraser question

Beitrag von Eurgail »

Martin Huber hat geschrieben: So "Channel To Selection" should take into account transparency. I will change that.
Martin
Take or not take?

Martin Huber hat geschrieben: What do I have to do to reproduce that? Can you send as a small sample PLD?
Martin
Done via e-mail. :-)
Martin Huber
Entwickler
Entwickler
Beiträge: 4298
Registriert: Di 19 Nov 2002 15:49

Re: Eraser question

Beitrag von Martin Huber »

Eurgail hat geschrieben:
Martin Huber hat geschrieben: So "Channel To Selection" should take into account transparency. I will change that.
Martin
Take or not take?
Take. It's the same with adjustment layers and layer masks.

Martin
Eurgail
Mitglied
Beiträge: 379
Registriert: So 06 Jul 2014 23:02

Re: Eraser question

Beitrag von Eurgail »

Ah, ok, so it works the same way as in the channels panel if all channels are marked? Like jw2004 wished... :-)
I just misunderstood the meaning of your phrase. :oops:
jw2004
Mitglied
Beiträge: 86
Registriert: So 15 Mär 2015 05:59

Re: Eraser question

Beitrag von jw2004 »

Martin Huber hat geschrieben:
jw2004 hat geschrieben:(...)
3.channel to selection
(...)
Do you think the selection is what I want?
Obviously, the selection is useless for me.
So "Channel To Selection" should take into account transparency. I will change that.
jw2004 hat geschrieben:In fact, the hidden color information interference many function, for example, the histogram still stat the transparent pixel, the result obviously is not good for me.
It's so as Eurgail said: the Histogram doesn't show transparent pixels.

Martin
select colors function also exists this issue.
PL19 x64 win7 64
jw2004
Mitglied
Beiträge: 86
Registriert: So 15 Mär 2015 05:59

Re: Eraser question

Beitrag von jw2004 »

I think that account the channel option and background color when use eraser tool is meaningful.
It will not change existing behavior but make PL more flexible.
PL19 x64 win7 64
Benutzeravatar
Hoogo
Beta Tester
Beiträge: 4169
Registriert: So 03 Jul 2005 13:35
Wohnort: Deutschland

Re: Eraser question

Beitrag von Hoogo »

The eraser tool is not the only tool that can create full transparency.
So I guess you will need a separate function to empty transparency, no matter how it was created.
Maybe an action will already do?
----------------
Herr Doktor, ich bin mir ganz sicher, ich habe Atom! /Doctor, doctor, I'm sure, I've got atoms!
jw2004
Mitglied
Beiträge: 86
Registriert: So 15 Mär 2015 05:59

Re: Eraser question

Beitrag von jw2004 »

Hoogo hat geschrieben:The eraser tool is not the only tool that can create full transparency.
So I guess you will need a separate function to empty transparency, no matter how it was created.
Maybe an action will already do?
No matter how to handle transparence, some function should consider the transparence, such as channel to selection, select colors and so on.
After think over, I think that it is unnecessary to fully delete the pixel like PS, we can do better than only set the A to 0, but can control the R,G,B value at same time ( PL has the channel option when use eraser tool, but the option is useless, regardless of the channel setting, PL just set pixel's A value to 0, R,G,B value were untouched.
PL19 x64 win7 64
jw2004
Mitglied
Beiträge: 86
Registriert: So 15 Mär 2015 05:59

Re: Eraser question

Beitrag von jw2004 »

PL can't directly create a fully transparent( A = 0) pixel with brush tool, and can create indirectly with eraser tool.
Maybe it's possible to do it with eraser tool if eraser tool support channel option and color setting.
Since PL support a fully transparent pixel with R,G,B value(opposite to Photoshop), why not support using eraser tool to create those pixels same as using brush tool to create normal pixels?
This will make PL's theoretical system more complete.
PL19 x64 win7 64
Martin Huber
Entwickler
Entwickler
Beiträge: 4298
Registriert: Di 19 Nov 2002 15:49

Re: Eraser question

Beitrag von Martin Huber »

Hoogo hat geschrieben:The eraser tool is not the only tool that can create full transparency.
So I guess you will need a separate function to empty transparency, no matter how it was created.
Maybe an action will already do?
Burkhard already explained why clearing the color data at fully transparent pixels wouldn't solve the problem. Pixels with up to 99.999% transparency will still contain the color data. So if you are creating a mask solely based on the color values, the mask will have a hard edge where transparency reaches 100%.

Martin