Ivan Masár created DS-1259:
------------------------------

             Summary: use better image downscaling method in filter-media
                 Key: DS-1259
                 URL: https://jira.duraspace.org/browse/DS-1259
             Project: DSpace
          Issue Type: Improvement
          Components: DSpace API
            Reporter: Ivan Masár
             Fix For: 4.0


Users are unsatisfied with current quality of images downscaled by 
filter-media. This leads to using workarounds like creating higher resolution 
thumbnails and letting the user's browser downscale the image, which is 
bandwidth-inefficient. The right solution would be to find a better downscaling 
method.

One proposed option would be to use the Apache-licensed, Maven-dwelling, 
GitHub-using pure-Java Imgscalr library:
http://www.thebuzzmedia.com/software/imgscalr-java-image-scaling-library/

The current code that needs to be changed is here:
https://github.com/DSpace/DSpace/blob/master/dspace-api/src/main/java/org/dspace/app/mediafilter/JPEGFilter.java#L136
and in BrandedPreviewJPEGFilter.java

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Dspace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to