GSoC 2012 Multithreading ajreddy: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
==Short description:== | ==Short description:== | ||
Scribus is a | Scribus is a great DTP application which is used to print many magazines and books. And a lot of these books contain many images. But loading of books/document for the first time takes much time. Reloading time of documents takes reasonable time (It gets the images from the cache). | ||
Moreover toggle from display to other modes is also slow. The idea of this project is to prepare preview images using multithreading. The idea is to fill the cache by worker threads and let the render thread use a dummy or previous version of the image. | |||
Success Stories: http://wiki.scribus.net/canvas/Category:Success_Stories | |||
==WHY SCRIBUS NEEDS MULTITHREADING== | |||
Revision as of 21:10, 7 April 2012
GSoC 2012 Project : Rendering and Multithreading
Email: annapareddyjanardhanreddy@gmail.com
Short description:
Scribus is a great DTP application which is used to print many magazines and books. And a lot of these books contain many images. But loading of books/document for the first time takes much time. Reloading time of documents takes reasonable time (It gets the images from the cache). Moreover toggle from display to other modes is also slow. The idea of this project is to prepare preview images using multithreading. The idea is to fill the cache by worker threads and let the render thread use a dummy or previous version of the image.
Success Stories: http://wiki.scribus.net/canvas/Category:Success_Stories