A value between 1 and 100 to specify the quality of the encoding.
This value is only used to control JPEG quality.
correct_orientation
A value from ORIENTATION_CORRECTION_TYPE to indicate
if orientation correction should be performed during the transformation.
rpc
An optional UserRPC object.
transparent_substitution_rgb
When transparent pixels are not supported in
the destination image format, then transparent pixels will be substituted
for the specified color, which must be in 32-bit RGB format.
Returns
Raw image data of the transformed image.
Raises
Error
All errors. See Image.ExecuteTransforms for more details.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-09-30 UTC."],[[["This function, `vertical_flip`, flips an image vertically using the provided image data."],["The function accepts parameters such as `image_data`, `output_encoding`, `quality`, `correct_orientation`, `rpc`, and `transparent_substitution_rgb` to control the transformation and output."],["The output of the function is the raw image data of the transformed image, which is flipped vertically."],["The function can raise an `Error` if any issues arise during the image transformation process, as detailed in `Image.ExecuteTransforms`."]]],[]]