A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: Dynamic Image Editing

  1. #1
    Buttnutsford Jon Roobottom's Avatar
    Join Date
    Mar 2000
    Location
    Brownhills UK
    Posts
    98

    Dynamic Image Editing

    Is there anyway to dynamically edit image size (ie, pixel dimensions) on the server. So for example I could upload a 800x600px Jpeg and have the server create a smaller version and a thumbnail, and save them into seperate directories?

    My server is Apache, PHP, MySQL.


    Cheers

  2. #2
    Registered User
    Join Date
    Feb 2001
    Posts
    13,039
    Hi,

    if youur php includes GD lib....

    Musicman

  3. #3
    Buttnutsford Jon Roobottom's Avatar
    Join Date
    Mar 2000
    Location
    Brownhills UK
    Posts
    98
    i'm kindda new to php..... so, i'm going to have to say... 'eh?'

    cheers

  4. #4
    Registered User
    Join Date
    Feb 2001
    Posts
    13,039
    Hi

    GD is a common addition to php, but not every ISP actually installs it.
    Upload a one line php file
    <? phpinfo(); ?>
    and open it from the browser to find out

    Musicman

  5. #5
    Buttnutsford Jon Roobottom's Avatar
    Join Date
    Mar 2000
    Location
    Brownhills UK
    Posts
    98
    cool, cheers. Are there any tutorials out there that'll tell me the basics of the GD lib. ?

  6. #6
    Registered User
    Join Date
    Feb 2001
    Posts
    13,039
    Hi,

    usually the best way to find out about these things is the online manual at www.php.net

    Musicman

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

HTML5 Development Center