MHL3060 / bentux

Automatically exported from code.google.com/p/bentux
0 stars 0 forks source link

image enlarger #49

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The images look blurry when uploading a different size of image to the system.

for example:
http://shopattrinity.com/app/productdetail.html?id=78

the uploaded image size is 593*593 and it looks ugly on the productdetail page. 
I suggest we 
should have a nice image enlarger something like this would be nice.

We also need to address the problem on thumbnail on imageform and productlist 
page, they 
trend to have the same problem.

I am wondering if somthing like this would solve our product.
http://highslide.com/#examples

please give me some feedback, i will put this feature this easter weekend.

Original issue reported on code.google.com by lhkh...@gmail.com on 29 Mar 2010 at 4:38

GoogleCodeExporter commented 9 years ago
The cause of this problem is a user upload a full image file and expect the app 
to
down size it. 

you can play around with the image class to see if it can improve the thumbnail 
quality.

Original comment by benli3...@gmail.com on 29 Mar 2010 at 4:48

GoogleCodeExporter commented 9 years ago
http://code.google.com/p/bentux/source/browse/branch/1.0/src/main/java/local/tux
/ThumbnailFactory.java

this is the file to play around with the thumbnail.

the example above is do nothing in terms of the thumbnail. it just some eye 
candy
effect to display the original pix.

Original comment by benli3...@gmail.com on 29 Mar 2010 at 4:50

GoogleCodeExporter commented 9 years ago
removed this file in the next release

Original comment by benli3...@gmail.com on 2 Apr 2010 at 11:00