@Deprecated
public class ImageUtils_Deprecated
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
static int |
BOTTOM
已过时。
|
static int |
LEFT
已过时。
|
static int |
RIGHT
已过时。
|
static int |
TOP
已过时。
|
构造器和说明 |
---|
ImageUtils_Deprecated()
已过时。
|
限定符和类型 | 方法和说明 |
---|---|
static byte[] |
Bitmap2Bytes(android.graphics.Bitmap bm)
已过时。
|
static android.graphics.drawable.BitmapDrawable |
bitmapToBtDrawable(android.content.res.Resources res,
android.graphics.Bitmap bitmap)
已过时。
|
static byte[] |
bitmapToBytes(android.graphics.Bitmap bm)
已过时。
bitmap 转 byte[]
|
static android.graphics.drawable.Drawable |
bitmapToDrawableByBD(android.graphics.Bitmap bitmap)
已过时。
Bitmap 转 Drawable
|
static java.io.InputStream |
bitmapToInputStream(android.graphics.Bitmap bitmap)
已过时。
|
static android.graphics.Bitmap |
Bytes2Bimap(byte[] b)
已过时。
|
static android.graphics.Bitmap |
Bytes2Bimap(byte[] b,
int reqWidth,
int reqHeight)
已过时。
|
static android.graphics.Bitmap |
bytesToBimap(byte[] b)
已过时。
byte[] 转 bitmap
|
static int |
calculateInSampleSize(android.graphics.BitmapFactory.Options options,
int reqWidth,
int reqHeight)
已过时。
|
static void |
convert_to_small_img(java.lang.String frompath,
java.lang.String topath,
android.graphics.Bitmap bitmap,
int pix)
已过时。
|
static android.graphics.Bitmap |
createBitmapBySize(android.graphics.Bitmap bitmap,
int width,
int height)
已过时。
将Bitmap转换成指定大小
|
static android.graphics.Bitmap |
createBitmapForWatermark(android.graphics.Bitmap src,
android.graphics.Bitmap watermark)
已过时。
水印
|
static android.graphics.Bitmap |
decode(java.lang.String path,
byte[] data,
android.content.Context context,
android.net.Uri uri,
android.graphics.BitmapFactory.Options options)
已过时。
解析Bitmap的公用方法.
|
static android.graphics.Bitmap |
decodeSampledBitmapFromResource(android.content.res.Resources res,
java.io.InputStream inputStream,
int reqWidth,
int reqHeight)
已过时。
|
static android.graphics.Bitmap |
decodeSampledBitmapFromResource(android.content.res.Resources res,
int resId,
int reqWidth,
int reqHeight)
已过时。
|
static android.graphics.drawable.Drawable |
drawableFromUrl(android.content.Context context,
java.lang.String url)
已过时。
|
static android.graphics.Bitmap |
drawableToBitmap(android.graphics.drawable.Drawable drawable)
已过时。
|
static android.graphics.Bitmap |
drawableToBitmapByBD(android.graphics.drawable.Drawable drawable)
已过时。
Drawable 转 Bitmap
|
static android.graphics.Bitmap |
drawableToBitmapOriginal(android.graphics.drawable.Drawable drawable)
已过时。
|
static android.graphics.Bitmap |
drawableToBitmapOriginals(android.graphics.drawable.Drawable drawable)
已过时。
|
static android.graphics.Bitmap |
getBitMap(java.lang.String url)
已过时。
|
static android.graphics.Bitmap |
getBitmapFromResource(android.content.Context ctx,
int resDrawable)
已过时。
|
static android.graphics.Bitmap |
getBitmapFromSdCard(java.lang.String path)
已过时。
|
static android.graphics.Bitmap |
getResizedBitmap(java.lang.String path,
byte[] data,
android.content.Context context,
android.net.Uri uri,
int target,
boolean width)
已过时。
获取合适的Bitmap平时获取Bitmap就用这个方法吧.
|
static android.graphics.Bitmap |
getRoundedCornerBitmap(android.graphics.Bitmap bitmap)
已过时。
|
static android.graphics.Bitmap |
getRoundedCornerBitmap(byte[] bytes)
已过时。
|
static android.graphics.Bitmap |
getRoundedCornerBitmap(android.graphics.drawable.Drawable drawable)
已过时。
|
static android.graphics.Bitmap |
getRoundedCornerShadowBitmap(byte[] bytes)
已过时。
|
static android.graphics.Bitmap |
getSmallBitmapFromFile(java.io.File file)
已过时。
|
static android.graphics.Bitmap |
potoMix(int direction,
android.graphics.Bitmap... bitmaps)
已过时。
图片合成
|
static android.graphics.Bitmap |
returnBitMap(java.lang.String url)
已过时。
|
static void |
saveBefore(java.lang.String path)
已过时。
读取路径中的图片,然后将其转化为缩放后的bitmap
|
static void |
saveJPGE_After(android.graphics.Bitmap bitmap,
java.lang.String path)
已过时。
保存图片为JPEG
|
static void |
savePNG_After(android.graphics.Bitmap bitmap,
java.lang.String name)
已过时。
保存图片为PNG
|
static android.graphics.Bitmap |
toGrayscale(android.graphics.Bitmap bmpOriginal)
已过时。
图片去色,返回灰度图片
|
static android.graphics.Bitmap |
toGrayscale(android.graphics.Bitmap bmpOriginal,
int pixels)
已过时。
去色同时加圆角
|
static android.graphics.drawable.BitmapDrawable |
toRoundCorner(android.graphics.drawable.BitmapDrawable bitmapDrawable,
int pixels)
已过时。
使圆角功能支持BitampDrawable
|
static android.graphics.Bitmap |
toRoundCorner(android.graphics.Bitmap bitmap,
float pixels)
已过时。
|
static android.graphics.Bitmap |
toRoundCorner(android.graphics.Bitmap bitmap,
int pixels)
已过时。
把图片变成圆角
|
static android.graphics.Bitmap |
zoomBitmap(android.graphics.Bitmap bitmap,
float width,
float height)
已过时。
|
static android.graphics.drawable.Drawable |
zoomDrawable(android.graphics.drawable.Drawable drawable,
int w,
int h)
已过时。
|
public static final int LEFT
public static final int RIGHT
public static final int TOP
public static final int BOTTOM
public static android.graphics.Bitmap toGrayscale(android.graphics.Bitmap bmpOriginal)
bmpOriginal
- 传入的图片public static android.graphics.Bitmap toGrayscale(android.graphics.Bitmap bmpOriginal, int pixels)
bmpOriginal
- 原图pixels
- 圆角弧度public static android.graphics.Bitmap toRoundCorner(android.graphics.Bitmap bitmap, int pixels)
bitmap
- 需要修改的图片pixels
- 圆角的弧度public static android.graphics.Bitmap toRoundCorner(android.graphics.Bitmap bitmap, float pixels)
public static android.graphics.drawable.BitmapDrawable toRoundCorner(android.graphics.drawable.BitmapDrawable bitmapDrawable, int pixels)
bitmapDrawable
- pixels
- public static void saveBefore(java.lang.String path)
path
- public static void savePNG_After(android.graphics.Bitmap bitmap, java.lang.String name)
bitmap
- name
- public static void saveJPGE_After(android.graphics.Bitmap bitmap, java.lang.String path)
bitmap
- path
- public static android.graphics.Bitmap createBitmapForWatermark(android.graphics.Bitmap src, android.graphics.Bitmap watermark)
- public static android.graphics.Bitmap potoMix(int direction, android.graphics.Bitmap... bitmaps)
public static android.graphics.Bitmap createBitmapBySize(android.graphics.Bitmap bitmap, int width, int height)
bitmap
- width
- height
- public static android.graphics.Bitmap drawableToBitmapByBD(android.graphics.drawable.Drawable drawable)
drawable
- public static android.graphics.drawable.Drawable bitmapToDrawableByBD(android.graphics.Bitmap bitmap)
bitmap
- public static android.graphics.drawable.BitmapDrawable bitmapToBtDrawable(android.content.res.Resources res, android.graphics.Bitmap bitmap)
public static android.graphics.Bitmap bytesToBimap(byte[] b)
b
- public static byte[] bitmapToBytes(android.graphics.Bitmap bm)
bm
- public static android.graphics.drawable.Drawable zoomDrawable(android.graphics.drawable.Drawable drawable, int w, int h)
public static android.graphics.Bitmap zoomBitmap(android.graphics.Bitmap bitmap, float width, float height)
public static void convert_to_small_img(java.lang.String frompath, java.lang.String topath, android.graphics.Bitmap bitmap, int pix) throws java.io.IOException
java.io.IOException
public static android.graphics.Bitmap drawableToBitmap(android.graphics.drawable.Drawable drawable)
public static android.graphics.Bitmap drawableToBitmapOriginal(android.graphics.drawable.Drawable drawable)
public static android.graphics.Bitmap drawableToBitmapOriginals(android.graphics.drawable.Drawable drawable)
public static android.graphics.Bitmap getRoundedCornerBitmap(android.graphics.drawable.Drawable drawable)
public static android.graphics.Bitmap getRoundedCornerShadowBitmap(byte[] bytes)
public static byte[] Bitmap2Bytes(android.graphics.Bitmap bm)
public static android.graphics.Bitmap Bytes2Bimap(byte[] b, int reqWidth, int reqHeight)
public static android.graphics.Bitmap Bytes2Bimap(byte[] b)
public static android.graphics.Bitmap getRoundedCornerBitmap(byte[] bytes)
public static android.graphics.Bitmap getRoundedCornerBitmap(android.graphics.Bitmap bitmap)
public static android.graphics.Bitmap returnBitMap(java.lang.String url)
public static android.graphics.Bitmap getBitMap(java.lang.String url)
public static android.graphics.drawable.Drawable drawableFromUrl(android.content.Context context, java.lang.String url) throws java.io.IOException
java.io.IOException
public static android.graphics.Bitmap getBitmapFromSdCard(java.lang.String path)
public static android.graphics.Bitmap getSmallBitmapFromFile(java.io.File file)
public static android.graphics.Bitmap getResizedBitmap(java.lang.String path, byte[] data, android.content.Context context, android.net.Uri uri, int target, boolean width)
path
- 路径.data
- byte[]数组.context
- 上下文uri
- uritarget
- 模板宽或者高的大小.width
- 是否是宽度public static android.graphics.Bitmap decode(java.lang.String path, byte[] data, android.content.Context context, android.net.Uri uri, android.graphics.BitmapFactory.Options options)
path
- data
- context
- uri
- options
- public static android.graphics.Bitmap decodeSampledBitmapFromResource(android.content.res.Resources res, int resId, int reqWidth, int reqHeight)
public static android.graphics.Bitmap decodeSampledBitmapFromResource(android.content.res.Resources res, java.io.InputStream inputStream, int reqWidth, int reqHeight)
public static int calculateInSampleSize(android.graphics.BitmapFactory.Options options, int reqWidth, int reqHeight)
public static java.io.InputStream bitmapToInputStream(android.graphics.Bitmap bitmap)
public static android.graphics.Bitmap getBitmapFromResource(android.content.Context ctx, int resDrawable)