ImageCartoonize extension (Free unregistered version)

With ImageCartoonize extension you can make your images look like a cartoon.
You can use either photos, picked images or urls images. With one click cartoonize all.

I chose to save the images via the imgbb host, but you can use a AppInventor2 routine to save them on the smartphone. In fact it outputs a base 64 image.

All instructions on how to use ImageCartoonize extension can be found in the aia file.
In this unregistered version at the bottom you will find a watemark "Built with unregistered version of ImageCartoonize extension"

Imgbb Is a free image host service

Procedure:

starting:
Use block
component_method
It converts image to base64 string and accept an image component.

Then use the block::
component_event (1)
it returns an encoded base64 image
Then use the block::
component_method (1)
It Cartoonize the image using tensorflow cartoongan via webview
Layout. accept an hw or vh arrangement
image accept a string )in this case output of imageready block
Width and height must necessarily be 224
Then use


in this way removing prefix from base64 string and setting an image component using block ShowImage
then save image using block save where i use https://it.imgbb.com/ as host.
it is free upon registration.
Insert your apikey in the block
With the block
component_event (2)
you will receive the link where the image is saved
With the block
component_event (3)
you will receive information about state of processing image

chiccovision.imagecartoonize.aix (13.5 KB)

ImageCartoonize.aia (40.7 KB)

The registered version without watemark costs 3 Euros.
PM me about it.

1 Like

Needs more information and detail

Would be useful to show blocks for this.

Would be helpful to indicate the workflow, the blocks are not in any discernible order

Output image always square/squashed ?

Help folks to like your extension, not struggle with it :slight_smile: