Aspose::Pdf::IIndexBitmapConverter klass

IIndexBitmapConverter class

Detta gränssnitt deklareras för anpassningsalgoritmer för kvantisering. Användare kan implementera sin egen realisering av dessa algoritmer (till exempel algoritmer baserade på okontrollerad kod).

class IIndexBitmapConverter : public virtual System::Object

Metoder

MetodBeskrivning
virtual Get1BppImage(System::SharedPtr<System::Drawing::Bitmap>)Returnerar 1Bpp-bitmaprepresentation.
virtual Get4BppImage(System::SharedPtr<System::Drawing::Bitmap>)Returnerar 4Bpp-bitmaprepresentation.
virtual Get8BppImage(System::SharedPtr<System::Drawing::Bitmap>)Returnerar 8Bpp-bitmaprepresentation.

Se även