This is similar to the "I'm Feeling Lucky" button in Picasa.
Args
image_data
String of the source image data.
output_encoding
A value from OUTPUT_ENCODING_TYPES.
quality
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.
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."],[[["The `im_feeling_lucky_async` function asynchronously adjusts image levels, similar to the \"I'm Feeling Lucky\" feature in Picasa."],["It accepts the source image data, output encoding, quality, orientation correction preference, an optional UserRPC object, and a color for transparent pixel substitution as arguments."],["The output encoding can be specified, and JPEG quality can be controlled via a value between 1 and 100."],["The function returns a UserRPC object, which can be used to interact with the image processing operation."],["The function can raise an `Error`, as defined in `Image.ExecuteTransforms`."]]],[]]