View Single Post
Old 15th June 2009, 22:01   #34  |  Link
mikeytown2
Resize Abuser
 
mikeytown2's Avatar
 
Join Date: Apr 2005
Location: Seattle, WA
Posts: 623
Quote:
Originally Posted by tritical View Post
Also, I just realized that how I coded it wont work for bicubicresize because the syntax is
bicubicresize(clip clip, int target_width, int target_height, float b, float c, float src_left, float src_top, float src_width, float src_height)
To make a successful xxxresize, simply name them src_left, src_top, src_width, src_height. That's what I call for in KBE. You can see the code in ZoomBoxIt().
mikeytown2 is offline   Reply With Quote