In the current code the quality param from the settings is only set to the meta data of the image, but it is not actually used when saving the image.
Due to this the quality param is basically ignored. To make the image be saved with the desired quality the quality param needs to be set on the save method as well.
In the current code the quality param from the settings is only set to the meta data of the image, but it is not actually used when saving the image. Due to this the quality param is basically ignored. To make the image be saved with the desired quality the quality param needs to be set on the save method as well.