Lassen sich die Ebeneneigenschaften -> Erweitert nicht mehr editieren? Bei mir zumindest klappt es nicht.
Bild verzerren: Dann sind die Regler ausgeblendet.
Reset: Dann sind die Regler da, es ändert sich aber der Zahlenwert nicht.
Eingabe in die "Edit-Felder": Geht nicht.
Neue Testversion 17.90b5
-
- Betatester
- Posts: 1044
- Joined: Mon 07 Jan 2008 19:52
- Location: Birkenwerder / Berlin
Re: Neue Testversion 17.90b5
Screencasts zu Photoline: http://www.buoa.de • Win 10x64 / PL64, immer die aktuellste Beta-Version.
-
- Entwickler
- Posts: 4179
- Joined: Mon 18 Nov 2002 15:30
- Location: Bad Gögging
Re: Neue Testversion 17.90b5
OK, das Bild ist angekommen. Der Trick ist, man muss es mit einem 16-Bit Bild probieren.NoSi wrote:Webexport -> Farbe Reduzieren -> Palette wählen: Octree Median Cut (Lab) -> PL stirbt. (W7x64)
Lässt sich beliebig reproduzieren.
Ich schick dir was.
Wir werden uns das ansehen.
Gerhard
-
- Entwickler
- Posts: 4232
- Joined: Tue 19 Nov 2002 15:49
Re: Neue Testversion 17.90b5
Die zurghörige Quellcode-Datei wurde zuletzt 2003 geändert. Das Verhalten ist also schon etwas länger soNoSi wrote:Lassen sich die Ebeneneigenschaften -> Erweitert nicht mehr editieren? Bei mir zumindest klappt es nicht.
Ich sehe mir das an.NoSi wrote:Bild verzerren: Dann sind die Regler ausgeblendet.
Reset: Dann sind die Regler da, es ändert sich aber der Zahlenwert nicht.
Eingabe in die "Edit-Felder": Geht nicht.
Du kannst diese Änderungen aber auch in den Ebenenattributen durchführen.
Martin
-
- Mitglied
- Posts: 148
- Joined: Wed 21 Jul 2010 23:50
- Location: Baden, Switzerland
Re: Neue Testversion 17.90b5
Just wanted to say that having tabs in the tool title bars is nice idea, however if possible I'd not make them occupy whole titlebar vertical space. Giving them little space above (3 pixels in mockup below) makes it feel more like tabs, not just kind of buttons squished inside titlebar. WDYT?
Also wanted to ask why (point out) some of PL UI text elements use subpixel antialiasing (mostly native Mac controls) while other do not (custom controls). Can we have all of them use system set antialiasing settings?
Reason being that not subpixel antialiased elements look blurry comparing to other.
Elements not using (not obeying system subpixel antialiasing settings are):
Also wanted to ask why (point out) some of PL UI text elements use subpixel antialiasing (mostly native Mac controls) while other do not (custom controls). Can we have all of them use system set antialiasing settings?
Reason being that not subpixel antialiased elements look blurry comparing to other.
Elements not using (not obeying system subpixel antialiasing settings are):
- Tool title bar labels
- Preferences tree control
- Sheet control (like Layer or Document properties)
- Layer list
You do not have the required permissions to view the files attached to this post.
Adam Strzelecki | nanoant.com | CBCT/PET tomography engineer
-
- Mitglied
- Posts: 21
- Joined: Fri 09 Nov 2012 18:11
Re: Neue Testversion 17.90b5
I agree. The non-antialiased typeface (pre-15.90b5) looks sharper and is easier on the eyes. Also, clicking a tab should 'maximize' the panel, rather than having to perform a second click.
-
- Entwickler
- Posts: 4232
- Joined: Tue 19 Nov 2002 15:49
Re: Neue Testversion 17.90b5
Quartz seems to support subpixel antialising only on drawing to a BGRA cache. If I am drawing to an ARGB cache, I always get gray antialising.ono wrote:JAlso wanted to ask why (point out) some of PL UI text elements use subpixel antialiasing (mostly native Mac controls) while other do not (custom controls).
The problem is, that ColorSync doesn't seem to support BGRA, neither the old API nor the new one (at least I wasn't able to find a combination of flags, that worked correctly).
Well, I had a version of PhotoLine with subpixel antialising and one with gray antialising side by side, and without zooming I wasn't able to identify, what type of antialising was used. But others might have better eyes than me.ono wrote:Can we have all of them use system set antialiasing settings?
Reason being that not subpixel antialiased elements look blurry comparing to other.
Martin