Results 1 to 5 of 5

Thread: Advanced Image Gallery

  1. #1
    Join Date
    Aug 2008
    Posts
    27
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Advanced Image Gallery

    I'm not a programmer, but can manipulate code pretty easily once its written for me. Anyway, what I'm looking to do is have a script that will take every image in a select folder, create thumbnails at a specified size, then display them on a page with a larger preview version (its for a photography site). ideally, i'd be able to drop any number of images into a folder, with whatever name, and they would show up on my page in a list of thumbnails with ability to be shown larger on the right side. That make sense? i can pretty much figure out most of it, i just need someone to help me with the importing/resizing of the images for the thumbnail gallery.

    any help would be great. Thanks!

  2. #2
    Join Date
    Mar 2007
    Location
    New York, NY
    Posts
    557
    Thanks
    8
    Thanked 66 Times in 66 Posts

    Default

    you can't manipulate images using javascript. i suggest using php. please review what you CANNOT do with javascript .
    - Josh

  3. #3
    Join Date
    Aug 2008
    Posts
    27
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I'm not trying to manipulate the images, per se, but cropping/resizing them. I know you can do that with Javascript, right?

  4. #4
    Join Date
    Aug 2007
    Location
    Kansas, USA
    Posts
    36
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by kpsony View Post
    I'm not trying to manipulate the images, per se, but cropping/resizing them. I know you can do that with Javascript, right?
    No, you can't with JavaScript. There are things you can do with JAVA, but not JavaScript.

    Web sites where you see image manipulation tools (Flickr's resizing, cropping, rotating, etc..) is done both in Java and back end PhP code.

  5. #5
    Join Date
    Aug 2008
    Posts
    27
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation

    Then how does the galleria (http://devkick.com/lab/galleria/) image gallery do it? I know it can be php because my host doesnt support php.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •