View Single Post
Old 20th January 2007, 07:31   #60  |  Link
Didée
Registered User
 
Join Date: Apr 2002
Location: Germany
Posts: 5,391
Code:
# how to soothe LimitedSharpen when LS is set up to change resolution

dx = your_target_width
dy = your_target_height

base = last.LanczosResize( dx, dy )
shrp = last.LimitedSharpen( dest_x = dx, dest_y = dy )

shrp.Soothe(base)
__________________
- We´re at the beginning of the end of mankind´s childhood -

My little flickr gallery. (Yes indeed, I do have hobbies other than digital video!)
Didée is offline   Reply With Quote