• Welcome to KonaKart Community Forum. Please login or sign up.
 

My images are Distorted

Started by honusurf, August 03, 2008, 08:22:49 am

Previous topic - Next topic

honusurf

Hey- Well this is just like the Original Oscommerce, back to the drawing board.  Back in Oscommerce land we had to install the "On the Fly" Auto thumbnailer using GD library.  That was a simple fix, how do we do it on the KonaKart.  -Aloha, Nick T. http://www.honusurf.com
???

ryan

I assume you have to integrate it within one or more JSPs. To do this you need a decent knowledge of coding in a JSP / Java environment. I just took a quick look at the GD library bindings http://www.libgd.org/Binders but couldn't find Java although there is Java script..

ming

Aloha  :)

You also have the flexibility to store multiple images for your products - so that you could create your thumbnails "offline" and change the JSPs to show these in the appropriate places.

Another alternative that some people prefer is to have a convention whereby for every image they have a thumbnail version called (something like) imageName_thumb.jpg.   With this, again, you have to change your JSPs to show the thumbnail where you want it.