Move image toolkit settings from variable to config.
function system_update_8052() {
update_variables_to_config('system.image', array(
'image_toolkit' => 'toolkit',
));
update_variables_to_config('system.image.gd', array(
'image_jpeg_quality' => 'jpeg_quality',
));
}