Loading (from Internet), resizing and saving images

Ask a Question related to PERL Modules, Design and Development.

  1. #1

    Default Loading (from Internet), resizing and saving images

    Hi.

    I'd like to load images from Internet (from a URL), resize them and
    save into my PC.

    Is there any library to perform it? I'm trying it by using GD, but I
    don't find the way.

    Thank you very much. Regards.

    francescomoi@europe.com Guest

  2. Similar Questions and Discussions

    1. Resizing Images From a database
      Hi, can anyone help me? I have a load of images in a database which is linked and displayed to a webpage, but the images are all one size (too...
    2. Resizing Images Dynamically
      Hey everyone, I need help on how to resize an image to a specified width. Normally I would use something like... <cfoutput><img...
    3. Resizing Placed Images
      Hi, Would someone be able to tell me please what the difference is between the two pick tools in the upper right hand palatte? I find that...
    4. Resizing Images
      You are probably expecting too much from 32x32 pixels. Work at that size to begin with. Icon sized images must be quite simple. It's a whole area...
    5. software for resizing and saving in bulk
      Hi there everyone, i download my digital images with the canon software which came with the camera. Then i resize them individually (usually all...
  3. #2

    Default Re: Loading (from Internet), resizing and saving images

    [email]francescomoi@europe.com[/email] wrote:
    > I'd like to load images from Internet (from a URL), resize them and
    > save into my PC.
    >
    > Is there any library to perform it? I'm trying it by using GD, but I
    > don't find the way.
    GD is certainly capable of resizing an image and saving the result. Have a
    look at LWP for fetching them from the 'net.

    sherm--

    --
    Cocoa programming in Perl: [url]http://camelbones.sourceforge.net[/url]
    Hire me! My resume: [url]http://www.dot-app.org[/url]
    Sherm Pendley Guest

  4. #3

    Default Re: Loading (from Internet), resizing and saving images

    wrote:
    > Hi.
    >
    > I'd like to load images from Internet (from a URL), resize them and
    > save into my PC.
    >
    > Is there any library to perform it?
    wget + a batch resizer (depends on platform)

    --
    John Small Perl scripts: [url]http://johnbokma.com/perl/[/url]
    Perl programmer available: [url]http://castleamber.com/[/url]
    Happy Customers: [url]http://castleamber.com/testimonials.html[/url]

    John Bokma Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139