Implement YUV encode/decode methods at the Java level; Remove some of the arguments from the Java API and replace with get/set methods; General API cleanup; Fix BufferedImage grayscale tests in TJUnitTest
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@451 632fc199-4ca6-4c93-a231-07263d6284db
This commit is contained in:
@@ -45,12 +45,6 @@ extern "C" {
|
||||
#define org_libjpegturbo_turbojpeg_TJ_FORCESSE3 128L
|
||||
#undef org_libjpegturbo_turbojpeg_TJ_FASTUPSAMPLE
|
||||
#define org_libjpegturbo_turbojpeg_TJ_FASTUPSAMPLE 256L
|
||||
#undef org_libjpegturbo_turbojpeg_TJ_YUV
|
||||
#define org_libjpegturbo_turbojpeg_TJ_YUV 512L
|
||||
#undef org_libjpegturbo_turbojpeg_TJ_TJ_BGR
|
||||
#define org_libjpegturbo_turbojpeg_TJ_TJ_BGR 1L
|
||||
#undef org_libjpegturbo_turbojpeg_TJ_TJ_ALPHAFIRST
|
||||
#define org_libjpegturbo_turbojpeg_TJ_TJ_ALPHAFIRST 64L
|
||||
/*
|
||||
* Class: org_libjpegturbo_turbojpeg_TJ
|
||||
* Method: bufSize
|
||||
|
||||
Reference in New Issue
Block a user