zoom setting

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

zoom setting

bds81175
Probably a silly question but I have a ImageJ macro that moves the user to a specific location within an image and zooms to a specified zoom level.   How do you pass the variables into the set zoom function?
run("Set... ", "zoom = 200 x = " + xZoom + dx/2 "y = " + yZoom + dy/2);