KonaKart Community Forum

General Category => Feature Requests => Topic started by: honusurf on August 03, 2008, 08:22:49 am

Title: My images are Distorted
Post by: honusurf on August 03, 2008, 08:22:49 am
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 (http://www.honusurf.com)
???
Title: Re: My images are Distorted
Post by: ryan on August 03, 2008, 08:56:02 am
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..
Title: Re: My images are Distorted
Post by: ming on August 03, 2008, 09:17:54 am
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.