Message Boards Message Boards

Prevent the reset of the DynamicImage settings?

Posted 6 years ago

Dear all,

In the following code how can I prevent the reset of the definition of the dynamicImage, i.e., if a have zoomed the image and then move the slider how can I prevent that the dynamicImage lose the zoom:

img = ExampleData[{"TestImage", "House"}];
image = {img, img*2.0};
Manipulate[
Row[{DynamicImage@img, image[[ind]]}],
{ind, 1, 2, 1}
] 

Please note this example is a toy problem.

Thank you, Luis

POSTED BY: Luis Mendes
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract