Zim

Comment 3 for bug 941702

Revision history for this message
Jaap Karssenberg (jaap.karssenberg) wrote : Re: [Bug 941702] Re: allow images to be scaled and offset within viewport for highlighting detail

On Mon, Feb 27, 2012 at 7:21 PM, Uncle Pedro <email address hidden> wrote:

> Often, I want to use multiple highlights from the
> same source image (showing different interesting parts of a larger
> diagram). Rather than having to re-crop the original image each time,
> the feature I'm proposing would allow you to simply re-use the original
> source image, showing the parts you are interested in.
>

Yes that makes sense.

And yes, you will the code we are workign on for "inline objects". Reason
is that images are now pretty simple embedded pixbufs. With new framework
they will be full blown objects, which allows to subclass and add the
viewport to them. At the moment there is nothing within the code that can
be put in a viewport.

-- Jaap