[Gimp-developer] Solving Bug 356716 – GimpZoomPreview is broken in some plug-ins
Aurimas Juška
aurimas.juska at gmail.com
Thu Jul 19 01:52:18 PDT 2007
Hi,
Some plug-ins which are left, are not so easy to fix, so some discussion:
* jigsaw -- looks like lot of code would have to be changed to make it
work with GimpZoomPreview correctly. However, I don't understand why
this plug-in would need zoom preview at all. It doesn't do anything
that someone would like to check at high zoom level. My suggestion:
use GimpPreview instead.
* polar, whirlpinch -- both need fetching pixels. Of course, it's
possible to ask core to scale down some part, but I don't think we
would like to do that for each pixel. Efficient solution would be to
scale small regions (tiles) and cache them. For example, lens is doing
that. However, it is not very easy to implement (or copy paste from
somewhere) such functionality and I think such functionality should be
provided by core.
More information about the Gimp-developer
mailing list