Skip to content

Latest commit

 

History

History
27 lines (26 loc) · 865 Bytes

bindings_status.md

File metadata and controls

27 lines (26 loc) · 865 Bytes

Supported features:

  • RoundClamp
  • Ditherer:
    • NewDitherer
    • Dither
    • DitherConfig
    • DitherCopy
    • DitherCopyConfig
    • DitherPaletted
    • DitherPalettedConfig
    • Draw
    • GetColorModel
    • GetPalette
    • Quantize
  • ErrorDiffusionMatrix:
    • CurrentPixel
    • Offset
  • ErrorDiffusionStrength
  • OrderedDitherMatrix
  • PixelMapper (currently privated):
    • Bayer (use Ditherer.SetBayer instead)
    • PixelMapperFromMatrix (use Ditherer.SetOrdered instead)
    • RandomNoiseGrayscale (use Ditherer.SetRandomGrayscale instead)
    • RandomNoiseRGB (use Ditherer.SetRandomRGB instead)

Notes:

Check go-python/gopy#282 to see why some methods are currently unsupported.