2.1.0.40: Warning for using USM in queue - FIXED in 2.1.1.9

AfterShot Pro General Questions & Getting Started Forum
Post Reply
afx
Posts: 1675
Joined: Thu Jan 12, 2012 1:38 pm
operating_system: Linux
System_Drive: N/A
32bit or 64bit: 64 Bit
Video Card: FirePro 4900
Monitor/Display Make & Model: NEC PA301w, ColorMunki
Location: München
Contact:

2.1.0.40: Warning for using USM in queue - FIXED in 2.1.1.9

Post by afx »

Hi,
when using USM in queues that downsize images, this can create tile artifacts (little white strips). Both on Windows and Linux and therefore I assume on MacOS as well.

So use some post processing script for sharpening (imagemagick works just fine).

cheers
afx
Send bugs to the Monkey // AfterShot Kickstart Guide // sRGB clipping sucks and Adobe RGB is just as bad
Bibble since 2005 // W7 64 on quad Phenom // Ubuntu 14.4 on quad i7 and dualcore AMD // Images
Hobgoblin
Posts: 259
Joined: Fri Jan 13, 2012 3:00 am
operating_system: Linux
System_Drive: N/A
32bit or 64bit: 64 Bit
Location: UK

Re: 2.1.0.40: Warning for using USM in queue

Post by Hobgoblin »

afx wrote:Hi,
when using USM in queues that downsize images, this can create tile artifacts (little white strips). Both on Windows and Linux and therefore I assume on MacOS as well.

So use some post processing script for sharpening (imagemagick works just fine).

cheers
afx
Do you have an example script, or command line, for Imagemagik sharpening?
I have an old 'nconvert' one from Bibble days, but can't seem to find one for Imagemagik.

Any pointers appreciated.
R.
afx
Posts: 1675
Joined: Thu Jan 12, 2012 1:38 pm
operating_system: Linux
System_Drive: N/A
32bit or 64bit: 64 Bit
Video Card: FirePro 4900
Monitor/Display Make & Model: NEC PA301w, ColorMunki
Location: München
Contact:

Re: 2.1.0.40: Warning for using USM in queue

Post by afx »

Don't have my script handy at the moment. But me thinks just selecting mogrify as the command and then using something like

Code: Select all

-unsharp 6x2+0.3+0 -unsharp 0.4x0.4+4+0.01 %1
in the parameter line should work (copied from a script from Bernd).

An alternative would be to configure a batch queue that does not resize but uses ImageMagick for resizing which defaults to Lanczos, which is a bit slow but does not need extra sharpening.
(There was a lengthy thread about this in the B5 forums).

cheers
afx
Send bugs to the Monkey // AfterShot Kickstart Guide // sRGB clipping sucks and Adobe RGB is just as bad
Bibble since 2005 // W7 64 on quad Phenom // Ubuntu 14.4 on quad i7 and dualcore AMD // Images
pgman
Posts: 79
Joined: Sun Feb 12, 2012 8:06 pm
operating_system: Linux
System_Drive: N/A

Re: 2.1.0.40: Warning for using USM in queue

Post by pgman »

Sorry, but what is USM?

Thanks

Syv
afx
Posts: 1675
Joined: Thu Jan 12, 2012 1:38 pm
operating_system: Linux
System_Drive: N/A
32bit or 64bit: 64 Bit
Video Card: FirePro 4900
Monitor/Display Make & Model: NEC PA301w, ColorMunki
Location: München
Contact:

Re: 2.1.0.40: Warning for using USM in queue

Post by afx »

UnSharp Mask (in the post processing options).

cheers
afx
Send bugs to the Monkey // AfterShot Kickstart Guide // sRGB clipping sucks and Adobe RGB is just as bad
Bibble since 2005 // W7 64 on quad Phenom // Ubuntu 14.4 on quad i7 and dualcore AMD // Images
Hobgoblin
Posts: 259
Joined: Fri Jan 13, 2012 3:00 am
operating_system: Linux
System_Drive: N/A
32bit or 64bit: 64 Bit
Location: UK

Re: 2.1.0.40: Warning for using USM in queue

Post by Hobgoblin »

afx wrote:Don't have my script handy at the moment. But me thinks just selecting mogrify as the command and then using something like

Code: Select all

-unsharp 6x2+0.3+0 -unsharp 0.4x0.4+4+0.01 %1
in the parameter line should work (copied from a script from Bernd).

An alternative would be to configure a batch queue that does not resize but uses ImageMagick for resizing which defaults to Lanczos, which is a bit slow but does not need extra sharpening.
(There was a lengthy thread about this in the B5 forums).

cheers
afx
Thanks, I'll have a play around.
Alas the Bibble5 forums seem to have vanished from the face of the earth - not even on Wayback machine. :cry:

R.
The Doc
Posts: 10
Joined: Sun Oct 19, 2014 1:29 am
operating_system: Windows 7 Professional
System_Drive: C
32bit or 64bit: 64 Bit

Re: 2.1.0.40: Warning for using USM in queue

Post by The Doc »

I wonder whether this is what I am seeing when converting Sony RX100 II files. I thought it was a bug specific to Sony RX100II files.
afx
Posts: 1675
Joined: Thu Jan 12, 2012 1:38 pm
operating_system: Linux
System_Drive: N/A
32bit or 64bit: 64 Bit
Video Card: FirePro 4900
Monitor/Display Make & Model: NEC PA301w, ColorMunki
Location: München
Contact:

Re: 2.1.0.40: Warning for using USM in queue

Post by afx »

Nope. It can happen with JPGs as well.

cheers
afx
Send bugs to the Monkey // AfterShot Kickstart Guide // sRGB clipping sucks and Adobe RGB is just as bad
Bibble since 2005 // W7 64 on quad Phenom // Ubuntu 14.4 on quad i7 and dualcore AMD // Images
The Doc
Posts: 10
Joined: Sun Oct 19, 2014 1:29 am
operating_system: Windows 7 Professional
System_Drive: C
32bit or 64bit: 64 Bit

Re: 2.1.0.40: Warning for using USM in queue

Post by The Doc »

Thanks afx

My issue appears to concern resizing, not sharpening.

Michael
afx
Posts: 1675
Joined: Thu Jan 12, 2012 1:38 pm
operating_system: Linux
System_Drive: N/A
32bit or 64bit: 64 Bit
Video Card: FirePro 4900
Monitor/Display Make & Model: NEC PA301w, ColorMunki
Location: München
Contact:

Re: 2.1.0.40: Warning for using USM in queue

Post by afx »

Resize alone does not consistently trigger this.
Does it on your files? Can you make one available.

cheers
afx
Send bugs to the Monkey // AfterShot Kickstart Guide // sRGB clipping sucks and Adobe RGB is just as bad
Bibble since 2005 // W7 64 on quad Phenom // Ubuntu 14.4 on quad i7 and dualcore AMD // Images
The Doc
Posts: 10
Joined: Sun Oct 19, 2014 1:29 am
operating_system: Windows 7 Professional
System_Drive: C
32bit or 64bit: 64 Bit

Re: 2.1.0.40: Warning for using USM in queue

Post by The Doc »

Resize alone does trigger it. Image in the other thread, which I know you have now seen.

regards

M
afx
Posts: 1675
Joined: Thu Jan 12, 2012 1:38 pm
operating_system: Linux
System_Drive: N/A
32bit or 64bit: 64 Bit
Video Card: FirePro 4900
Monitor/Display Make & Model: NEC PA301w, ColorMunki
Location: München
Contact:

Re: 2.1.0.40: Warning for using USM in queue

Post by afx »

Seems fixed in 2.1.1.9

cheers
afx
Send bugs to the Monkey // AfterShot Kickstart Guide // sRGB clipping sucks and Adobe RGB is just as bad
Bibble since 2005 // W7 64 on quad Phenom // Ubuntu 14.4 on quad i7 and dualcore AMD // Images
Post Reply