Hi
vbAccelerator has code to resample alpha bitmaps using a proportional scheme that preserves aspect ratio.
I have pared this down to the resampling part only.
In the class 'cAlphaDibSection', the argument for
Public Function AlphaResample(ByVal lNewWidth As Long) As cAlphaDibSection
as you can see takes only one parameter - the width, and resizes the height proportionally.
Does any one know of a way to use this method to create a non-proportional resampled bitmap or other code to do the same?
vbAccelerator has code to resample alpha bitmaps using a proportional scheme that preserves aspect ratio.
I have pared this down to the resampling part only.
In the class 'cAlphaDibSection', the argument for
Public Function AlphaResample(ByVal lNewWidth As Long) As cAlphaDibSection
as you can see takes only one parameter - the width, and resizes the height proportionally.
Does any one know of a way to use this method to create a non-proportional resampled bitmap or other code to do the same?