In [ ]:
!pip install brushcue
In [1]:
import io
from PIL import Image
import brushcue as bc
variable_0 = bc.Composition.monet_women_with_parasol()
graph = variable_0.bloom(0.48999998, 22.5, 0.5).crop(variable_0.bounds())
ctx = bc.Context()
composition = graph.execute(ctx)
data_bytes = composition.to_image_bytes(ctx)
img = Image.open(io.BytesIO(data_bytes))
img.thumbnail((400, 400)) # Remove this line for full resolution
img
new pipeline: painter_Tessellated_fill_solid_no_brush_sample_true_rgba16float new pipeline: color_transformer_shader_rgba16float_compute_10540239407552119869_inarr_false new pipeline: color_transformer_shader_rgba16float_compute_17575740689529331147_inarr_false new pipeline: blend_Stencil_rgba16float_compute_bg_false_fg_false new pipeline: color_transformer_shader_rgba16float_compute_15794382300316794652_inarr_false new pipeline: convolution_rgba16float_compute_true_inarr_false new pipeline: color_transformer_shader_rgba16float_compute_14771581779346939367_inarr_false new pipeline: blend_Add_rgba16float_compute_bg_false_fg_false new pipeline: color_transformer_shader_rgba16float_compute_16861657794771480865_inarr_false
Out[1]: