CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Mar 2004
    Posts
    339

    Show the thumbnail of images

    I have some images file in the server. Can i use PHP to make the page showing the thumbnail of those images?

    Thank you.

  2. #2
    dlorde is offline Elite Member Power Poster
    Join Date
    Aug 1999
    Location
    UK
    Posts
    10,163

    Re: Show the thumbnail of images

    Can you be more specific about what help you would like with Java?

    That language is an instrument of human reason, and not merely a medium for the expression of thought, is a truth generally admitted...
    G. Boole
    Please use [CODE]...your code here...[/CODE] tags when posting code. If you get an error, please post the full error message and stack trace, if present.

  3. #3
    Join Date
    Jun 2006
    Posts
    6

    Re: Show the thumbnail of images

    Java can surely be of help in this. What we need is an API that will shrink image size and that's it.

    With regards,
    Mandar Thosar

  4. #4
    dlorde is offline Elite Member Power Poster
    Join Date
    Aug 1999
    Location
    UK
    Posts
    10,163

    Re: Show the thumbnail of images

    Quote Originally Posted by mandar-seo
    Java can surely be of help in this. What we need is an API that will shrink image size and that's it.
    OK, that's not quite the same as asking:
    Can i use PHP to make the page showing the thumbnail of those images?
    PHP isn't Java...

    However, the Working With Images section of the Java Tutorial has all the relevant details.

    A prudent question is one-half of wisdom...
    F. Bacon
    Please use [CODE]...your code here...[/CODE] tags when posting code. If you get an error, please post the full error message and stack trace, if present.

  5. #5
    Join Date
    Mar 2004
    Posts
    339

    Re: Show the thumbnail of images

    Thank you for your information.

    I would also like to know what kind of html form component shall i use to show the thumbnail of the image/ just the image + image name?

    Thank you.

  6. #6
    dlorde is offline Elite Member Power Poster
    Join Date
    Aug 1999
    Location
    UK
    Posts
    10,163

    Re: Show the thumbnail of images

    How to Use HTML in Swing Components has examples of using HTML with images in Java Swing components.

    Simplicity is the soul of efficiency...
    A. Freeman
    Please use [CODE]...your code here...[/CODE] tags when posting code. If you get an error, please post the full error message and stack trace, if present.

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured