Image : Image Utilities

Some image related nodes :

1 - Get Image Height : Retrieves the height of an image in Vuo coordinates (not pixels) corresponding to a width of 2 (height is 2 if the image is a square, 1 if it’s half the width etc).

2 - Get Image Ratio : Retrieves the ratio of an image, similar to retrieving the image height and width, and calculating width / height.

Put these .c nodes in your Vuo Modules folder.
You can search for these nodes by typing BSS in your node library.

Public Domain. Any feedback or improvements welcome.

bss.image_.getheight.c.zip (1.01 KB)

bss.image_.getratio.c.zip (972 Bytes)

1 Like