bump vips up the format list
vips format was behind openslide in the priority list, bump it up this helps ordering of file format types in nip2's open dialog
This commit is contained in:
parent
9795913bf5
commit
30a0f26e5c
@ -412,6 +412,7 @@ vips_format_vips_class_init( VipsFormatVipsClass *class )
|
||||
object_class->nickname = "vips";
|
||||
object_class->description = _( "VIPS" );
|
||||
|
||||
format_class->priority = 200;
|
||||
format_class->is_a = im_isvips;
|
||||
format_class->header = file2vips;
|
||||
format_class->load = file2vips;
|
||||
|
Loading…
Reference in New Issue
Block a user