[Free] Custom Image Extension || An extension for creating image in shape

Custom Image

Hello everyone I hope you are all nice at your home Today i am going to launch my new extension i.e Custom Image after many time. this extension helps you to create circular , rounded and bubble images. Soon I will add more shapes
Lets go and see some blocks

All blocks

there are 2 events or click listener and 5 methods and 7 properties total

Click Event

image

Methods

image

Properties

image

Shapes

image

designer properties

image

Documentation

component_event(1)

This event occurs when image is clicked

component_event(2)

This event occurs when image is long clicked

component_method(1)

This block create a new image with id and shape

component_method(2)

This block remove the created image with given id

component_method(4)

this block returns the id of the given image

component_method(3)

This block return the image for the given id

component_method(5)

This block set the height and width of the image

image

These are the available three shapes

image

These are the border properties for setting the border in rounded image

blocks(3)

this block set the arrow position of bubble image
Position are :- Left and right

Block Usage

Example Screenshot

image

image

image

Download

https://www.sumitkmr.com/projects/doc/custom-image

Credits

Thank always Kodular for being with myself
Suggestion and issue are welcome

If you like the extension then like the topic
Thank You All

Donate

If you like my work then donate if you can :slightly_smiling_face:

38 Likes

Really a nice creation. :heart:

Great extension @iamwsumit , :+1:

1 Like

the lib that I used

5 Likes

Good work :+1:

1 Like

Helpful extension

i want to use this extension in dynamic list view i got error
please explain how to use this extension in dynamic list view

i use this extension for dynamic component (DyanamicComponent) made by Jusuf cihan.
FireShot Capture 024 - Kodular Creator - creator.kodular.io

you need to add a arrangement instead of a Image

2 Likes

With this extension is it possible to do something like this?

image

Maybe a image inside a card view with 0 padding?

2 Likes

I’ve tried something like that, but it doesn’t look the same. If it had an extension equal to the arrangement design for photo it would be perfect.

Hmm @Chocoduba_BR you are right it is possible without any extension as you have said about padding

You can create a new topic or can PM me I will help you to make it without extension

This is the problem, I believe:
03.05.2021_09.59.18_REC

You have to check or compare strings using the equals method and not ==. Should be corrected to:

03.05.2021_09.59.37_REC

I have corrected it here. :slightly_smiling_face:

@Xoma No it dont matter
your blocks are wrong look again to your blocks
You have to give the shape property to shape param but you are giving it to the picture param

Great Work @iamwsumit :grinning:

Yes my mistake but you should compare string with equals?

Ok @Xoma thanks for correcting me I will soon update the code

Yes sorry, my blocks were wrong too :sweat_smile:

1 Like

This extension work with Dynamic Components extension?

I haven’t tried it but you can check.
but I think it will work

2 Likes