BufferedImage العام الثابت toBufferedImage (Image img)TYPE_INT_ARGB صورة بنوع RGB (RGB) 8 بت ويدعم معلمة عرض ألفا والشفافية < / i> من الفئة alphaComposite< / a>.
{
// إذا كانت الصورة من النوع BufferedImage
// فإننا نلقى
// لأن الصورة التي تم تمريرها من النوع BufferedImage
if (مثيل img من BufferedImage) < br / > {
إرجاع (BufferedImage) img ؛
}
// إنشاء BufferedImage
BufferedImage bufimage = BufferedImage جديد (img.getWidth (null) ،
img.getheight (null) ، BufferedImage.TYPE_INT_ARGB) ؛
عودة bufimage ؛ يمثل
}
Please disable your ad blocker and refresh the window to use this website.