Allow saving the current frame/page in WebP
Also support saving just the metadata.
This commit is contained in:
		@@ -20,6 +20,8 @@ xcursor = dependency('xcursor', required : get_option('xcursor'))
 | 
			
		||||
libwebp = dependency('libwebp', required : get_option('libwebp'))
 | 
			
		||||
libwebpdemux = dependency('libwebpdemux', required : get_option('libwebp'))
 | 
			
		||||
libwebpdecoder = dependency('libwebpdecoder', required : get_option('libwebp'))
 | 
			
		||||
libwebpmux = dependency('libwebpmux', required : get_option('libwebp'))
 | 
			
		||||
libwebpencoder = dependency('libwebpencoder', required : get_option('libwebp'))
 | 
			
		||||
libheif = dependency('libheif', required : get_option('libheif'))
 | 
			
		||||
libtiff = dependency('libtiff-4', required : get_option('libtiff'))
 | 
			
		||||
gdkpixbuf = dependency('gdk-pixbuf-2.0', required : get_option('gdk-pixbuf'))
 | 
			
		||||
@@ -35,6 +37,8 @@ dependencies = [
 | 
			
		||||
	libwebp,
 | 
			
		||||
	libwebpdemux,
 | 
			
		||||
	libwebpdecoder,
 | 
			
		||||
	libwebpmux,
 | 
			
		||||
	libwebpencoder,
 | 
			
		||||
	libheif,
 | 
			
		||||
	libtiff,
 | 
			
		||||
	gdkpixbuf,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user