This commit is contained in:
John Cupitt 2013-08-13 09:05:31 +01:00
parent c60b75aed2
commit 2109a0cee4
1 changed files with 2 additions and 4 deletions

View File

@ -71,8 +71,6 @@
#include <vips/vips.h>
#include "phistogram.h"
typedef struct _VipsMaplut {
VipsOperation parent_instance;
@ -618,13 +616,13 @@ vips_maplut_class_init( VipsMaplutClass *class )
_( "Input" ),
_( "Input image" ),
VIPS_ARGUMENT_REQUIRED_INPUT,
G_STRUCT_OFFSET( VipsHistogram, in ) );
G_STRUCT_OFFSET( VipsMaplut, in ) );
VIPS_ARG_IMAGE( class, "out", 1,
_( "Output" ),
_( "Output image" ),
VIPS_ARGUMENT_REQUIRED_OUTPUT,
G_STRUCT_OFFSET( VipsHistogram, out ) );
G_STRUCT_OFFSET( VipsMaplut, out ) );
VIPS_ARG_IMAGE( class, "lut", 2,
_( "LUT" ),