View Single Post
Old 15th July 2009, 09:37   #2186  |  Link
ceearrashee
Registered User
 
Join Date: Sep 2007
Posts: 3
guys, take a long time already to change the resizing method:
target_height = height - crop
target_height = target_height mod 16
target_width = target_height * pixel_aspect_ratio
target_width = target_width mod 4
this principle is selected by me, so long as it represents the most correct method of changing the size. Is it possible to programing or i can make such a filter.
ceearrashee is offline