Search found 4219 matches

by jsachs
January 25th, 2024, 3:04 pm
Forum: Picture Window Support
Topic: Display input/output preview side by side and zoom
Replies: 3
Views: 514

Re: Display input/output preview side by side and zoom

The current method is more likely to do what you expect if you start off zoomed to fit. Then in side-by-side display both halves are also zoomed to fit. I tried turning off zoom to fit when switching display modes, but there were a number of cases where it did not do the right thing. For example, if...
by jsachs
January 25th, 2024, 3:00 pm
Forum: Picture Window Support
Topic: Adjust and Sharpen Factor = 1
Replies: 3
Views: 602

Re: Adjust and Sharpen Factor = 1

If you get the Sharpen Factor back to precisely 1.0, it should go back to skipping the sharpening step, but getting it exactly there can be challenging.
by jsachs
January 25th, 2024, 8:26 am
Forum: Picture Window Support
Topic: Update Available - Version 8.0.416
Replies: 0
Views: 919

Update Available - Version 8.0.416

An update is available to Version 8.0.416 (25-Jan-2023) Download Link: https://www.dl-c.com/Downloads.html The changes (taken from the update log) are: Fixed a problem with toggling between Zoom to 1:1 and Zoom to Fit within some transformations. Dehaze: made strength = 0.0 leave input image unchang...
by jsachs
January 24th, 2024, 7:01 pm
Forum: Picture Window Support
Topic: Advanced Sharpten and Show Difference Button
Replies: 1
Views: 406

Re: Advanced Sharpten and Show Difference Button

Looking at the code, it seems the difference was supposed to be computed as preview - input, offset by a mid-level gray, but due to a typo was being computed the other way around -- will fix for next release.
by jsachs
January 24th, 2024, 4:57 pm
Forum: Picture Window Support
Topic: Cloning/Synchronising PWP Settings to/between two computers
Replies: 1
Views: 402

Re: Cloning/Synchronising PWP Settings to/between two computers

Most of the settings are stored in My Documents/Picture Window Pro, but a few others are stored in C:\Users\<name>\Appdata\Local\Picture Window Pro. These include Preferences, Color Management settings, and information saved and reloaded between sessions. These are separated because you are likely t...
by jsachs
January 23rd, 2024, 2:34 pm
Forum: Picture Window Support
Topic: Zoom bug in DeHaze Transform
Replies: 1
Views: 418

Re: Zoom bug in DeHaze Transform

Fixed for next release.
by jsachs
January 22nd, 2024, 11:08 am
Forum: Picture Window Support
Topic: Update Available - Version 8.0.415
Replies: 1
Views: 420

Update Available - Version 8.0.415

An update is available to Version 8.0.415 (22-Jan-2023) Download Link: https://www.dl-c.com/Downloads.html The changes (taken from the update log) are: Added a new Operation setting to the Blend and Composite transformations called Increase Difference. If this operation is selected, the output image...
by jsachs
January 21st, 2024, 12:08 pm
Forum: Picture Window Support
Topic: mask oval gradient tool with intermediate control points user interface
Replies: 1
Views: 406

Re: mask oval gradient tool with intermediate control points user interface

As it turns out, I already implemented something similar for linear and oval gradients earlier today.
by jsachs
January 20th, 2024, 2:39 pm
Forum: Picture Window Support
Topic: Sharpening with precise Gaussian blur
Replies: 5
Views: 812

Re: Sharpening with precise Gaussian blur

For the next release, I added an Increase Difference operation to the Blend and Composite transformations. If the overlay image is a blurred version of the input image, the output image will be a sharpened version of the input image, so you can use this to sharpen using Precise Gaussian. However, th...