Crisp thumbnails
----------------

                 Key: DS-929
                 URL: https://jira.duraspace.org/browse/DS-929
             Project: DSpace
          Issue Type: Improvement
            Reporter: Bram Luyten (@mire)


The standard DSpace functionality makes thumbnails look ugly (distorted, not 
anti-aliased, ...)
http://demo.dspace.org/xmlui/handle/123456789/6663

It's definitely possible to improve this because a few repositories out there 
have implemented custom solutions, for example:
http://www.dspace.cam.ac.uk/browse?type=title

Look at those nice, crisp thumbnails!

The Cambridge implementation was initially developed for performance reasons. 
So, they changed the implementation, and generate the thumbnails on the fly 
using ImageMagick. These thumbnails are cached in a single flat file directory. 
If there's a corrupted thumbnail, re-generating is just a case of deleting, and 
it'll automatically be generated next time it's needed. Even with an empty 
cache, this system seems faster than the default DSpace system.

info: http://www.imagemagick.org/script/index.php

Any developer out there that wants to take a stab at this?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.duraspace.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Dspace-devel mailing list
Dspace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to