I was just wondering of ZIM has a way of displaying a magnifying glass effect. I'd like to have a postage stamp image that could be inspected with more detail by using an effect like this.
There is something like this that makes the image bigger.
https://codepen.io/zimjs/pen/RwpYBoy?editors=0010
There are also shaders but the 016 shaders do not work on ZIM objects - the 019 (coming out in a couple weeks) does work on ZIM objects
So that would give a warp effect as well - not sure if you need that. Shaders on ZIM Objects with Channels - Coming
The basic idea is to use two copies of same image of size 1x then overlaying the copy image 2x over it. And masking 2x image with any shape like circle.
1 Like

