resize($options["width"], $options["height"], $options["master"]) ->quality(module::get_var("gallery", "image_quality")); if (graphics::can("sharpen")) { $image->sharpen(module::get_var("gallery", "image_sharpen")); } $image->save($output_file); } module::event("graphics_resize_completed", $input_file, $output_file, $options); } }