diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-26 00:41:16 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-26 00:41:16 +0000 |
commit | 698569f8428ca088f764d704034a1330517b98c0 (patch) | |
tree | bf45be6946ebbbee9cce5a5bcf838f4c952d87e6 /chalk/doc/the preview widget | |
parent | 2785103a6bd4de55bd26d79e34d0fdd4b329a73a (diff) | |
download | koffice-698569f8428ca088f764d704034a1330517b98c0.tar.gz koffice-698569f8428ca088f764d704034a1330517b98c0.zip |
Finish rebranding of Krita as Chalk
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1238363 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'chalk/doc/the preview widget')
-rw-r--r-- | chalk/doc/the preview widget | 81 |
1 files changed, 81 insertions, 0 deletions
diff --git a/chalk/doc/the preview widget b/chalk/doc/the preview widget new file mode 100644 index 00000000..cc06b9de --- /dev/null +++ b/chalk/doc/the preview widget @@ -0,0 +1,81 @@ + +On Tuesday 21 June 2005 14:16, Casper Boemann wrote: +> Hi +> +> As you might have noticed I have changed the tqlayout of the preview, to lo= +ok +> more like digikam. +> +> Now the preview widget itself also needs some updating: +> - zoom doesn't exist in the digikam preview - the image is zoomed all out +> - that doesn't mean we shouldn't keep the abillity to zoom, but I think +> default should be zoomed out as in digikam. + +Agreed. We should show all of the image in our preview. + +> - the update of the preview seems slow. Is the algorithm as effective as +> it can be? + +No, definitely not. In fact, if I remember correctly, preview copies & rend= +ers=20 +the complete image. Options are: + +* Just preview the active layer, out of context +* Copy the image, scale it down, and then render it. Cache the scaled-down= +=20 +thumbnail. +* Work on the QImage of the rendered image, and apply all filters on that -= +=2D=20 +for preview, that may be accurate enough. + +Note that we want a fast thumbnail preview for in the bird's eye box, too, = +and=20 +in the variations dialog we need a whole bunch of previews. So I guess the= +=20 +requirements are: + +* Frugal with memory +* Fast +* Filters should work on the preview image +* Zoomable, but initially the complete image/layer is shown +* Selectable: preview layer/preview image + +I have a feeling that this may be hard to achieve... + +> This is not something I'm going to do, but I think we should discuss it a= +nd +> put it in the TODO. + +Definitely.=20 + +=2D-=20 +Boudewijn Rempt=20 +http://www.valdyas.org/fading/index.cgi + +--nextPart43061363.Bp4Ilo6nOP +Content-Type: application/pgp-signature + +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.5 (GNU/Linux) + +iD8DBQBCuAdpdaCcgCmN5d8RAp2hAKDfwdjOxB6EoYaJUuYYJlrculR3yACfcYMJ +KjDOPxiFJdTsLAU00lJNOGE= +=1wDD +-----END PGP SIGNATURE----- + +--nextPart43061363.Bp4Ilo6nOP-- + +--===============1891010795== +Content-Type: text/plain; charset="us-ascii" +MIME-Version: 1.0 +Content-Transfer-Encoding: 7bit +Content-Disposition: inline + +_______________________________________________ +kimageshop mailing list +kimageshop@kde.org +https://mail.kde.org/mailman/listinfo/kimageshop + +--===============1891010795==-- + + |