/* * Rotate an image in 90 degree increments * * Examples: * increments = 3 # 90 * 3 degrees (eg 270 degrees) * image.orientate! increments * */ static VALUE image_orientate_inline(VALUE self, VALUE val) {