oops
This commit is contained in:
parent
c60b75aed2
commit
2109a0cee4
@ -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" ),
|
||||
|
Loading…
x
Reference in New Issue
Block a user