You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
First of all i love this package and its really great work & super fast. Just one question since I could not find documentation on how to properly resize layers.
I found a workaround like the following:
Thank you for your interest. As you mentioned, this type of resizing is typically done by specifying a scale_factor like in scene.add_layer(image, scale=scale_factor). We could also offer a shortcut function like mv.resize(), but the actual resizing speed does not seem to change much even if it is implemented.
Would this resize function be convenient if implemented?
Hello!
First of all i love this package and its really great work & super fast. Just one question since I could not find documentation on how to properly resize layers.
I found a workaround like the following:
But wouldn't it be more convenient having a function like ‘concatenate’ or ‘crop’, so we don't have to create a second layer?
The text was updated successfully, but these errors were encountered: