extracting ROI with the Very Large Image Tools
A beginner's question:
I recorded a macro starting with ROI extraction from a "Very Large Image" (261 MB, RGB). The macro bugs at this first step when applied on anything else than the picture used to record the macro, with an error message saying: " This command requires an open image that is a Verly Large Image", even though the open image is indeed a large one (370 MB) .
How should the macro be corrected?
Thank you!
I recorded a macro starting with ROI extraction from a "Very Large Image" (261 MB, RGB). The macro bugs at this first step when applied on anything else than the picture used to record the macro, with an error message saying: " This command requires an open image that is a Verly Large Image", even though the open image is indeed a large one (370 MB) .
How should the macro be corrected?
Thank you!
0
Best Answer
-
It looks like a problem with macro recording, image name should not be used in the macro, it's filed as a bug.
You can fix your macro replacingWith Adjust.ImageCommands.Define(AM_1a)
.Run(var1, image1)
End With
with this commandWith Application.DocumentCommands.Active(AM_1a)
.Run(image1)
End With
Yuri
0
Answers
-
Works well, thank you!
0
Categories
- All Categories
- 961 Image-Pro v9 and higher
- 9 Image-Pro FAQs
- 18 Image-Pro Download & Install
- 448 Image-Pro General Discussions
- 486 Image-Pro Automation (Macros, Apps, Reports)
- 20 AutoQuant Deconvolution
- 2 AutoQuant Download & Install
- 18 AutoQuant General Discussions
- 195 Image-Pro Plus v7 and lower
- 3 Image-Pro Plus Download & Install
- 106 Image-Pro Plus General Discussions
- 86 Image-Pro Plus Automation with Macros
- 19 Legacy Products
- 16 Image-Pro Premier 3D General Discussions
- 26 Image-Pro Insight General Discussions