/* * Set the on-disk format of an Imlib2::Image * * Examples: * image.get_format 'png' * image.format = 'png' * */ static VALUE image_set_format(VALUE self, VALUE format) {