Fix webpsave alpha_q default value

This commit is contained in:
Felix Bünemann 2016-05-09 13:08:11 +02:00
parent 4640aab388
commit 3b7242f743
1 changed files with 1 additions and 0 deletions

View File

@ -160,6 +160,7 @@ static void
vips_foreign_save_webp_init( VipsForeignSaveWebp *webp )
{
webp->Q = 75;
webp->alpha_q = 100;
}
typedef struct _VipsForeignSaveWebpFile {