Home . VB . Code . vbMedia . Image Processing . Quantising Bitmaps . VB5 Bitmap Quantiser . mMain.bas
VB5 Bitmap Quantiser (143K)
VB6 Bitmap Quantiser (135K)
Zip:14856
Link to code Zip
Applies To:
VB5
Author:
Steve McMahon
No logged bugs.
16 Apr 2004First Posted
Resampling with Alpha
Subclassing Without The Crashes
Hue Luminance and Saturation (HLS) Model and Manipulating Colours
Alpha DIBSections
Search WWW
vbAccelerator
Attribute VB_Name = "mMain" Option Explicit Private Declare Sub InitCommonControls Lib "comctl32" () Public Sub Main() InitCommonControls Dim f As New frmDIBQuantiser f.Show End Sub
Copyright © 2004 Steve McMahon steve@vbaccelerator.com. All rights reserved.Last Updated: 18 April 2004