View Single Post
Old 25th April 2002, 23:44   #20  |  Link
dividee
Registered User
 
Join Date: Oct 2001
Location: Brussels
Posts: 358
I'm a little confused by these version numbers too. The last version in the CVS tells "1.0 beta 7d" with the "Version" script.

Thanks ARDA, this line was indeed to blame, the correct line is:
q[vi.width*2-4] = ScaledPixelClip(q[vi.width*2-4] * center_weight + (yy + q[vi.width*2-2]) * outer_weight);

I attach my binary, which is the same as the one I posted some days ago, with the AdjustFocusH fix (Sharpen & Blur).

The other modifications from the CVS are:
- Fixed Dissolve (again)
- Convenience: Crop accepts negative arguments for width and height, interpreted as distances from the right and bottom borders (ex: Crop(20,20,-20,-20) crops 20 pixels from each side)
- Minor bug fixed in parameter checking for Sharpen.

Also included is msvcr70.dll, I think you may need it since it's compiled with MSVC7.
__________________
dividee
dividee is offline   Reply With Quote