You can't do cropping in LabVIEW without additional toolkit.
You can get all pixels within the bounding square in 1D array using Invoke Node>Get Image. Then convert 1D to 2D array use Unflatten Pixmap.vi. Use the array index to determind whether the pixel is inside the circle or not.
If you're dealing with a color picture, you better to convert it to grayscale before handle, because it's slow.
George Zou
http://gtoolbox.yeah.net
George Zou