fix description on LabQ2sRGB
thanks dg1727 see https://github.com/jcupitt/libvips/issues/272
This commit is contained in:
parent
ef3f588b37
commit
46259f934f
@ -523,7 +523,7 @@ vips_LabQ2sRGB_class_init( VipsLabQ2sRGBClass *class )
|
||||
VipsColourClass *colour_class = VIPS_COLOUR_CLASS( class );
|
||||
|
||||
object_class->nickname = "LabQ2sRGB";
|
||||
object_class->description = _( "unpack a LabQ image to short Lab" );
|
||||
object_class->description = _( "convert a LabQ image to sRGB" );
|
||||
|
||||
colour_class->process_line = vips_LabQ2sRGB_line;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user