![]() |
Sergey Kornilov admin 6/23/2007 |
I would suggest to use "View as" type "Custom" to display a thumbnail and link it to the View page. |
A
|
asimha author 6/26/2007 |
I would suggest to use "View as" type "Custom" to display a thumbnail and link it to the View page.
|
J
|
Jane 6/26/2007 |
Andre, |
A
|
asimha author 6/26/2007 |
Andre, to set up thumbnail size change Thumbnail size value on the "Edit as" settings dialog on the Visual Editor tab
|
![]() |
Alexey admin 6/28/2007 |
Andre, imagecopyresized($thumb,$img,0,0,0,0,$nsx,$nsy,$sx,$sy); and replace it with: imagecopyresampled($thumb,$img,0,0,0,0,$nsx,$nsy,$sx,$sy);
|
A
|
asimha author 6/28/2007 |
Andre, there is no image quality parameter in PHP however there is an alternative function for image resizing that may do this better. Try to modify generated commonfunctions.php file. Find this line there: and replace it with: Let me know if this helps or not.
|
C
|
chaz 6/28/2007 |
it takes some great algorithm to reduce the size and still maintain the quality....GD2 is generic as they come..... |