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
A UserRPC object; call get_result() to complete the RPC and obtain the
crop result.
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 asynchronously flips an image horizontally using the provided `image_data`."],["It supports customization of the output encoding, quality (for JPEG), orientation correction, and transparent pixel substitution."],["The `image_data` is the string of the source image data, with optional configurations such as `output_encoding` from the `OUTPUT_ENCODING_TYPES` set and a quality rating for JPEG files."],["It returns a `UserRPC` object, which needs `get_result()` called to get the result of the cropping, also it may throw an `Error` upon error."]]],[]]