Ajax Background Upload and Resize
Version 1.2.4  how it workHelp and tutorialsDemo pageVersion revisionAdd to cart
 How does it work - Resize Image and/or make Thumbnails

Insert
Update
Upload
Delete
Resize
Progress Bar
Show region
Insert thumb
Round corner
Crop Image
Add watermark Image
Add watermark Text
Price: 50,00 €
Usd. 65,80
Currency conversion according with PayPal
Flash Tutorials
   
Supported Component
AspImage AspSmartImage AspJpeg
AspThumb Vije Resize Image
(Free Component)
ImgWriter
Aurigma Graphics Processor 2002 Aurigma Graphics Mill 2.0
Chestysoft csImage Chestysoft csXImage
xnView xnView193
ASP.NET
( I use the .NET Framework to resize the images from an asp page)
For other component e-mail me
   
Server Component

Select the server component that is installed on the server that you are using.
If you don't know or are not sure, leave it on Auto Detect.
But the AutoDetect don't verify the AspNet so if you want use Asp.Net setup it without use the autodetect.
If You don't now if a server component is installed on your server You can use my DetectPage to verify if one or more component are installed on Your server.
Download the DetectPage.
Copy and run the DetectPage.asp on your site and it display a list of installed component.
If in your server no component are installed You can use this Free component to resize image:
Vije Resize Image (This is not my component so You use this component to Your own risk)
The image will be saved in the original format if Your component support the original image format otherwise the image will be saved in Jpeg format.
Some of this component save only in Jpeg format.
To see refer to the site of the component licensors.
If Your component don't support the uploaded image format the image will not be processed.

   
Width Height How my code work
Yes* No*

The image will be resized only if the image width is > of the Width value.
1° case) If the Keep Aspect Ratio is Checked the new image will be resized at the Width value and the relationship between height and width is preserved.
2° case) If the Keep Aspect Ratio is not Checked the new image will be resized at the Width value and the relationship between height and width is not preserved so the new image will be the same Height of the original image.

No* Yes* The image will be resized only if the image Height is > of the Height value.
1° case) If the Keep Aspect Ratio is Checked the new image will be resized at the Height value and the relationship between height and width is preserved.
2° case) If the Keep Aspect Ratio is not Checked the new image will be resized at the Height value and the relationship between height and width is not preserved so the new image will be the same Width of the original image.
Yes* Yes*

The image will be resized only if the image Height is > of the Height value or the image width is > of the Width value.
1° case) If the Keep Aspect Ratio is Checked the width and height you enter are just maximum values. Think of it as a virtual box. The image is resized to fit the box proportionally and the relationship between height and width is preserved.
2° case) If the Keep Aspect Ratio is not Checked the new image will be resized at the Height value and Width value and the relationship between height and width is not preserved.

* Yes: You enter the value
* No: You don't enter the value
If the 2 dimension are in the range and the image don't need resize the image format will not be changed.
NOTE : You can combine the Resize Images and Make Thumbnails so after the images are uploaded
on the server at the same time the images will be resized and the thumbnails are created.
   
Resize Image Check the Resize Image checbox if you need resize the uploaded image
   
Dimensions

In Width and Height enter the maximum amount of pixel you need the image to be. You can enter one of them (Width or Height) or the 2 value.

   
Image Quality If the saved image is a Jpeg You can adjust the Jpeg image quality.
80 is a normal quality for Jpeg image.
   
Keep Aspect Ratio The relationship between height and width of a picture is known as the aspect ratio.
If this checkbox is checked this relationship is preserved during the resize.
 
Make Thumbnails Check the Make Thumbnails checbox if you need create the thumbnails of the uploaded image.
   
Dimensions In Width and Height enter the maximum amount of pixel you need the image thumbnail to be.
You can enter one of them (Width or Height) or the 2 value.
   
Image Quality If the saved image is a Jpeg You can adjust the Jpeg image quality.
80 is a normal quality for Jpeg image.
   
Keep Aspect Ratio The relationship between height and width of a picture is known as the aspect ratio.
If this checkbox is checked this relationship is preserved during the resize.
   
Suffix

The thumbnails image are saved in the same folder with the original image and a suffix will be added to the end of the image name.
For example if You upload an image like myImage.jpg and the suffix will be "_small" the thumbnails will be myImage_small.jpg.
To display the thumbnails in Your page remember to add this suffix to the image name. If you change the default suffix, make sure you remember what suffix you did use when you want to display the thumbnail on your page.

   
Copy Value Button You can set this option for each file. So if You upload more files You can have different resize and thumbnails option value for each uploaded files. But if You have more files and the same option you can enter the option value for the first file and click on the copy button to copy the same value for all the other files.
The copy button is not allowed if the first file is selected.