C F G T
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- cn.lihongjie.image - package cn.lihongjie.image
- compress(byte[], int) - Static method in class cn.lihongjie.image.FastImageUtils
-
Compress image data with automatic format detection and quality control This method automatically detects whether the input is PNG or JPEG format and applies the appropriate compression algorithm.
- compressHigh(byte[]) - Static method in class cn.lihongjie.image.FastImageUtils
-
Compress image with high quality (quality = 90) Output format will be the same as input format.
- compressLow(byte[]) - Static method in class cn.lihongjie.image.FastImageUtils
-
Compress image with low quality for maximum compression (quality = 30) Output format will be the same as input format.
- compressMedium(byte[]) - Static method in class cn.lihongjie.image.FastImageUtils
-
Compress image with medium quality (quality = 60) Output format will be the same as input format.
F
- FastImageUtils - Class in cn.lihongjie.image
-
Fast Image Compression Utilities with Cross-Platform Support This utility class handles automatic loading of native libraries for different operating systems and architectures.
- FastImageUtils() - Constructor for class cn.lihongjie.image.FastImageUtils
G
- getPlatformInfo() - Static method in class cn.lihongjie.image.FastImageUtils
-
Get information about the current platform and loaded library
T
- testLibrary() - Static method in class cn.lihongjie.image.FastImageUtils
-
Test if the native library is working correctly
All Classes All Packages