Ask a Question related to ASP Components, Design and Development.
-
Bitman #1
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
-
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... -
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... -
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... -
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... -
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... -
Kyle Peterson #2
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
-
Bitman #3
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



Reply With Quote

