Uses of Class
bdsup2sub.bitmap.BitmapWithPalette
Packages that use BitmapWithPalette
-
Uses of BitmapWithPalette in bdsup2sub.bitmap
Methods in bdsup2sub.bitmap that return BitmapWithPaletteModifier and TypeMethodDescriptionBitmap.scaleBilinear
(int sizeX, int sizeY, Palette pal, boolean dither) Scales a palettized Bitmap to a Bitmap with a new quantized Palette using bilinear filtering.Bitmap.scaleFilter
(int sizeX, int sizeY, Palette pal, com.mortennobel.imagescaling.ResampleFilter f, boolean dither) Scales a palettized Bitmap to a Bitmap with a new quantized Palette using a given scaling filter.