H
Harley
is there any way to manipulate images in vb.net in asp.net?
i have a 280x280pixel jpg file, and want to display it in 2 sizes, 280x280
and 70x70... without having to create 2 files... (actually there are some
100s files, dont want to duplicate them...)
any way to use an image class or something to resample the image and get the
stream as a jpg file displayed on an aspx file?
i know there were com components for ASP to do this, like ASPImage, but
cannot install custom components on my server.
i have a 280x280pixel jpg file, and want to display it in 2 sizes, 280x280
and 70x70... without having to create 2 files... (actually there are some
100s files, dont want to duplicate them...)
any way to use an image class or something to resample the image and get the
stream as a jpg file displayed on an aspx file?
i know there were com components for ASP to do this, like ASPImage, but
cannot install custom components on my server.