ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/px/pgblur.csh
(Generate patch)

Comparing ray/src/px/pgblur.csh (file contents):
Revision 1.2 by greg, Mon Nov 10 19:08:19 2008 UTC vs.
Revision 1.3 by greg, Wed Jun 21 15:43:16 2023 UTC

# Line 20 | Line 20 | if ( $reduc <= 1 ) then
20          exec pfilt -1 -r $rad $inp:q
21   endif
22   set filt = `ev "$rad/$reduc"`
23 < set pr=`getinfo -d < $inp:q | sed 's/^-Y \([1-9][0-9]*\) +X \([1-9][0-9]*\)$/\2 \1/'`
23 > set pr=`getinfo -d < $inp:q`
24   pfilt -1 -x /$reduc -y /$reduc $inp:q \
25 <        | pfilt -1 -r $filt -x $pr[1] -y $pr[2]
25 >        | pfilt -1 -r $filt -x $pr[4] -y $pr[2]
26   exit 0
27   userr:
28   echo Usage: "$0 -r radius input.hdr"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines