Revert "vips7 compat for argb coding"

This reverts commit a8969680ef.
This commit is contained in:
John Cupitt 2012-04-04 17:18:48 +01:00
parent 0231cdf134
commit 8345cbf1e9
2 changed files with 1 additions and 2 deletions

View File

@ -180,7 +180,7 @@ rad2float( COLR *inp, COLOR *outbuf, int n )
int
im_rad2float( IMAGE *in, IMAGE *out )
{
if( vips_check_coding_rad( "rad2float", in ) ||
if( vips_check_coding_rad( "argb2rgba", in ) ||
im_cp_desc( out, in ) )
return( -1 );
out->Bands = 3;

View File

@ -64,7 +64,6 @@ extern "C" {
#define IM_CODING_NONE VIPS_CODING_NONE
#define IM_CODING_LABQ VIPS_CODING_LABQ
#define IM_CODING_RAD VIPS_CODING_RAD
#define IM_CODING_ARGB VIPS_CODING_ARGB
#define IM_TYPE_MULTIBAND VIPS_INTERPRETATION_MULTIBAND
#define IM_TYPE_B_W VIPS_INTERPRETATION_B_W