Uses of Class
bdsup2sub.bitmap.Bitmap
Packages that use Bitmap
Package
Description
-
Uses of Bitmap in bdsup2sub.bitmap
Fields in bdsup2sub.bitmap declared as BitmapMethods in bdsup2sub.bitmap that return BitmapModifier and TypeMethodDescriptionBitmap.crop
(int xOffset, int yOffset, int croppedBitmapWidth, int croppedBitmapHeight) Bitmap.getBitmapWithNormalizedPalette
(byte[] alphaValues, int alphaThreshold, byte[] lumaValues, int[] lumaThreshold) Convert a palettized Bitmap (where each palette entry has individual alpha) to a Bitmap with N color palette, where: index0 = transparent (background), index1 = light color (pattern), ...Bitmap.scaleBilinear
(int sizeX, int sizeY, Palette pal) Scales a palettized Bitmap to a Bitmap with the same palette using bilinear filtering.Bitmap.scaleBilinearLm
(int sizeX, int sizeY, Palette pal, int alphaThr, int[] lumThr) Scales a palettized Bitmap (where each palette entry has individual alpha) using bilinear filtering to a Bitmap with N color palette, where: index0 = transparent, index1 = light color, ...Bitmap.scaleFilter
(int sizeX, int sizeY, Palette pal, com.mortennobel.imagescaling.ResampleFilter f) Scales a palettized Bitmap to a Bitmap with the same Palette using a given scaling filter.Bitmap.scaleFilterLm
(int sizeX, int sizeY, Palette pal, int alphaThr, int[] lumThr, com.mortennobel.imagescaling.ResampleFilter f) Scales a palettized Bitmap (where each palette entry has individual alpha) using a given scaling filter to a Bitmap with N color palette, where: index0 = transparent, index1 = light color, ...Methods in bdsup2sub.bitmap with parameters of type BitmapConstructors in bdsup2sub.bitmap with parameters of type Bitmap -
Uses of Bitmap in bdsup2sub.core
Fields in bdsup2sub.core declared as BitmapModifier and TypeFieldDescriptionprivate static Bitmap
Core.trgBitmap
Converted target bitmap of current subpicture - just for displayprivate static Bitmap
Core.trgBitmapUnpatched
Converted unpatched target bitmap of current subpicture - just for display -
Uses of Bitmap in bdsup2sub.supstream
Methods in bdsup2sub.supstream that return BitmapModifier and TypeMethodDescriptionSubtitleStream.getBitmap()
Return the Bitmap of the current (last decoded) frame.Methods in bdsup2sub.supstream with parameters of type BitmapModifier and TypeMethodDescriptionReturn given Bitmap as BufferedImage (using current Palette). -
Uses of Bitmap in bdsup2sub.supstream.bd
Fields in bdsup2sub.supstream.bd declared as BitmapMethods in bdsup2sub.supstream.bd that return BitmapModifier and TypeMethodDescriptionprivate Bitmap
SupBD.decodeImage
(SubPictureBD subPictureBD, int transparentColorIndex) Decode caption from the input stream.SupBD.getBitmap()
Methods in bdsup2sub.supstream.bd with parameters of type BitmapModifier and TypeMethodDescriptionstatic byte[]
SupBDWriter.createSupFrame
(SubPicture pic, Bitmap bm, Palette pal) Create the binary stream representation of one captionprivate static byte[]
SupBDWriter.encodeImage
(Bitmap bm) Create RLE buffer from bitmap -
Uses of Bitmap in bdsup2sub.supstream.bdnxml
Fields in bdsup2sub.supstream.bdnxml declared as BitmapMethods in bdsup2sub.supstream.bdnxml that return BitmapMethods in bdsup2sub.supstream.bdnxml with parameters of type Bitmap -
Uses of Bitmap in bdsup2sub.supstream.dvd
Fields in bdsup2sub.supstream.dvd declared as BitmapModifier and TypeFieldDescriptionprivate Bitmap
SubDvd.bitmap
bitmap of the last decoded captionprivate Bitmap
SupDvd.bitmap
bitmap of the last decoded captionMethods in bdsup2sub.supstream.dvd that return BitmapModifier and TypeMethodDescriptionstatic Bitmap
SupDvdUtil.decodeImage
(SubPictureDVD pic, FileBuffer fBuf, int transIdx) decode caption from the input streamSubDvd.getBitmap()
SupDvd.getBitmap()
Methods in bdsup2sub.supstream.dvd with parameters of type BitmapModifier and TypeMethodDescriptionstatic byte[]
SubDvdWriter.createSubFrame
(SubPictureDVD pic, Bitmap bm) Create the binary stream representation of one captionstatic byte[]
SupDvdWriter.createSupFrame
(SubPictureDVD pic, Bitmap bm) Create the binary stream representation of one captionstatic byte[]
SupDvdUtil.encodeLines
(Bitmap bm, boolean even) Compress bitmap to RLE buffer -
Uses of Bitmap in bdsup2sub.supstream.hd
Fields in bdsup2sub.supstream.hd declared as BitmapMethods in bdsup2sub.supstream.hd that return BitmapModifier and TypeMethodDescriptionprivate Bitmap
SupHD.decodeImage
(SubPictureHD pic, int transIdx) decode caption from the input streamSupHD.getBitmap()
Methods in bdsup2sub.supstream.hd with parameters of type Bitmap