Client-side function to resize ".jpg" images

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Don

    Client-side function to resize ".jpg" images

    Does anyone know where I can find a client-side function I can reference from within an
    HTML/JavaScript web page? I'm currently using the core "imagecopyresam pled()" PHP function to do
    this, but I'd rather do it on the client-side and not have to upload the large raw image to the
    server.

    Thanks in advance for your help.
    Don


    ----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
    http://www.newsfeeds.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
    ---= East/West-Coast Server Farms - Total Privacy via Encryption =---
  • Erwin Moller

    #2
    Re: Client-side function to resize ".jpg&quot ; images

    Don wrote:
    [color=blue]
    > Does anyone know where I can find a client-side function I can reference
    > from within an
    > HTML/JavaScript web page? I'm currently using the core
    > "imagecopyresam pled()" PHP function to do this, but I'd rather do it on
    > the client-side and not have to upload the large raw image to the server.
    >
    > Thanks in advance for your help.
    > Don[/color]

    Hi Don,

    Are you talking about Javascript?
    Then this is the wrong Newsgroup.
    Try comp.lang.javas cript, it is good.

    But I think it is impossible with JS.
    Java (applet) might be a solution.


    Regards,
    Erwin Moller

    Comment

    • Don

      #3
      Re: Client-side function to resize ".jpg&quot ; images

      On Thu, 18 Nov 2004 18:50:37 +0100, Erwin Moller
      <since_humans_r ead_this_I_am_s pammed_too_much @spamyourself.c om> wrote:
      [color=blue]
      >Don wrote:
      >[color=green]
      >> Does anyone know where I can find a client-side function I can reference
      >> from within an
      >> HTML/JavaScript web page? I'm currently using the core
      >> "imagecopyresam pled()" PHP function to do this, but I'd rather do it on
      >> the client-side and not have to upload the large raw image to the server.
      >>
      >> Thanks in advance for your help.
      >> Don[/color]
      >
      >Hi Don,
      >
      >Are you talking about Javascript?
      >Then this is the wrong Newsgroup.
      >Try comp.lang.javas cript, it is good.
      >
      >But I think it is impossible with JS.
      >Java (applet) might be a solution.
      >
      >
      >Regards,
      >Erwin Moller[/color]
      Thanks Erwin.
      Don


      ----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
      http://www.newsfeeds.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
      ---= East/West-Coast Server Farms - Total Privacy via Encryption =---

      Comment

      Working...