What's the best image component?

Ask a Question related to ASP Components, Design and Development.

  1. #1

    Default What's the best image component?

    Hi


    I'm looking for an ASP image component. I have already worked with ASPimage,
    and Shotgraph - but when resizing images there's always a quality loss - are
    there any ASP components available that scales/resizes images almost as good
    as PhotoShop?

    /Regards, BitMan


    Bitman Guest

  2. Similar Questions and Discussions

    1. Image Component
      I am using the Image Component to load an external image. The image is a standard digital camera image, and I want it to stay that way so that if...
    2. Image component with two dll
      Hi, I've been told that there is a very efficient asp server - image component, which has two dll files. I can't achieve to find id. Does...
    3. Image zoom component
      Hi. Looking for an asp component that will allow an image in a browser to be zoomed in and out, rotated, cropped etc. TIA Flash...
    4. Gantt to image component?
      Does anyone know of a component or applet that creates a PNG image of milestone/task data (stored in a database) as a Gantt chart? Extra points...
    5. Image resizing component recommendations
      I need to install a component which will upload and resize images (jpegs). I don't need too many bells and whistles but would like one which is...
  3. #2

    Default Re: What's the best image component?

    if you are getting big quality loss resizing with aspimage it is due to a
    setting change regarding versions.
    I dont have the code anymore but I did research into it a couple years back
    and got it working perfectly with different versions using slightly
    different code for each.

    something like ObjASPImage.Resize for versions less than 2 and
    ObjASPImage.ResizeR for later versions if I remember correctly

    made all the difference in the world for how things looked when resized




    "Bitman" <bbb21260@NOTINCLUDEvip.cybercity.dk> wrote in message
    news:%23XVu30XPGHA.2668@tk2msftngp13.phx.gbl...
    > Hi
    >
    >
    > I'm looking for an ASP image component. I have already worked with
    > ASPimage, and Shotgraph - but when resizing images there's always a
    > quality loss - are there any ASP components available that scales/resizes
    > images almost as good as PhotoShop?
    >
    > /Regards, BitMan
    >

    Kyle Peterson Guest

  4. #3

    Default Re: What's the best image component?

    Thanks

    I'll try to play around with the settings.

    /regards, bitman

    "Kyle Peterson" <kyle342@hotmail.com> skrev i en meddelelse
    news:OznbHdLTGHA.5108@TK2MSFTNGP11.phx.gbl...
    > if you are getting big quality loss resizing with aspimage it is due to a
    > setting change regarding versions.
    > I dont have the code anymore but I did research into it a couple years
    > back and got it working perfectly with different versions using slightly
    > different code for each.
    >
    > something like ObjASPImage.Resize for versions less than 2 and
    > ObjASPImage.ResizeR for later versions if I remember correctly
    >
    > made all the difference in the world for how things looked when resized
    >
    >
    >
    >
    > "Bitman" <bbb21260@NOTINCLUDEvip.cybercity.dk> wrote in message
    > news:%23XVu30XPGHA.2668@tk2msftngp13.phx.gbl...
    >> Hi
    >>
    >>
    >> I'm looking for an ASP image component. I have already worked with
    >> ASPimage, and Shotgraph - but when resizing images there's always a
    >> quality loss - are there any ASP components available that scales/resizes
    >> images almost as good as PhotoShop?
    >>
    >> /Regards, BitMan
    >>
    >
    >

    Bitman 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