resizing
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 173
Image Resizing 1.0
Image Resizing is a Dynamic HTML script that gradually changes the size of a document image by stretching or shrinking it into shape. more>> Image Resizing is a Dynamic HTML script that gradually changes the size of a document image by stretching or shrinking it into shape.<<less
Added: 2006-05-14 License: Freeware Price: $0.00USD
24 downloads
Image Resizing Class
This class can be used to resize images preserving the aspect ratio.It can open a JPEG, PNG or GIFimage and resize it in such way that neither the width nor the height exceed given size limits.The image is resized to preserve the original proportion more>> This class can be used to resize images preserving the aspect ratio.It can open a JPEG, PNG or GIFimage and resize it in such way that neither the width nor the height exceed given size limits.The image is resized to preserve the original proportion between the width and height.The resized image is generated in the JPEG format overwriting the original image file.<<less
Added: 2008-04-07 License: Freeware Price: $0.00USD
13 downloads
Resizing an Image 1.0.0
This script uses the gd library to resizes an original image and saves the result into another jpg file. There is an online demo. more>> This script uses the gd library to resizes an original image and saves the result into another jpg file. There is an online demo.<<less
Added: 2007-05-31 License: Other Price: $0.00USD
10 downloads
Resizing An Image Using PHP
This code allows you to create a resized version of an image by altering the IMG tag dynamically. One common application would be to automatically create image thumbnails without needing to have two c more>> This code allows you to create a resized version of an image by altering the IMG tag dynamically. One common application would be to automatically create image thumbnails without needing to have two copies of the image on your server.<<less
Added: 2006-09-25 License: Freeware Price: Free
1137 downloads
Free Image Resizing Script 1.1
This free PHP script lets your visitors upload and resize JPG, GIF, PNG, and Windows BMP images using GD library. Visitors are forced to download, so youll never be hosting any image! more>> This free PHP script lets your visitors upload and resize JPG, GIF, PNG, and Windows BMP images using GD library. Visitors are forced to download, so youll never be hosting any image!<<less
Added: 2006-12-29 License: Freeware Price: $0.00USD
11 downloads
Advanced Picture Resizing using Adobe Photoshop 1.0.0
In our daily life as a web designer or webmaster, there are many cases that we have to work on resizing and adding some text onto a picture. For instance, if you work on a gallery page, you would like to have a similar size (dimensions) for the all more>> In our daily life as a web designer or webmaster, there are many cases that we have to work on resizing and adding some text onto a picture. For instance, if you work on a gallery page, you would like to have a similar size (dimensions) for the all pictures in your gallery and also equal size for the thumbnail. We can use various tools to achieve this, either work in batch or do it manually one by one. If your gallery does not have many pictures updated over time then you could consider manual update using Adobe Photoshop. Following are the simplified steps on how to do it and have been put to the test on different version of Photoshop. Please follow each step sequentially.<<less
Added: 2005-01-19 License: Freeware Price: $0.00USD
16 downloads
jpg resize
I quickly wrote this script to help out a web hosting client whose developer was insisting I install ImageMagik on our server. It allows you to put up resized versions of jpegs without going through the fuss of working on them with a graphics editor. more>> I quickly wrote this script to help out a web hosting client whose developer was insisting I install ImageMagik on our server. It allows you to put up resized versions of jpegs without going through the fuss of working on them with a graphics editor. There are three functions: image_resize allows you to specify a new width and height for an image. image_horizontal_resize and image_vertical_resize are wrappers for the first and allow you to specify only the width or the height. The last parameter in these functions is a boolean, and determines if the original image is made available for download or not.<<less
Added: 2005-07-05 License: Freeware Price: $0.00USD
20 downloads
DynResize 1.1
DynResize is an inteligent system for resizing images using PHP and the GD libraries, which are available on most servers today. It is developed by Look Smog. The whole concept arose from my needs to dynamically resize a big amount of images on a more>> DynResize is an inteligent system for resizing images using PHP and the GD libraries, which are available on most servers today. It is developed by Look Smog. The whole concept arose from my needs to dynamically resize a big amount of images on a news server and on my blog. I wanted to create a universal system, which can satisfy all my demands ? to keep the original aspect ratio, to cache the output, not to care about the whole resizing process. I wanted to follow the basic order of users behavior ? writing an article, uploading images to FTP, linking to several specific sizes of images without resizing them manually.<<less
Added: 2008-10-22 License: Other Price: $0.00USD
11 downloads
How to resize an image. 1.0
With this script you can upload images gif,jpg,bmp. In the submit form you can provide the max height and max width needed. After submitting the uploaded image file will be resized to the new max height and max width provided. On the Example more>> With this script you can upload images gif,jpg,bmp. In the submit form you can provide the max height and max width needed. After submitting the uploaded image file will be resized to the new max height and max width provided. On the Example form http://www.get-on-top.com /image_resize/resize.php you can test the script Also the php code for the script is provided.<<less
Added: 2008-01-11 License: Freeware Price: $0.00USD
14 downloads
CFX_JpegResize 1.0
This custom Cold Fusion tag can resize and scale JPG images. JPG compression can be modified on saving. Full instructions included. more>> This custom Cold Fusion tag can resize and scale JPG images. JPG compression can be modified on saving. Full instructions included.<<less
Added: 2002-06-19 License: Freeware Price: 0.00
11 downloads
Image resize and watermark
With this script you can resize your image, ad a watermark or copyright to image and output the image in JPEG, GIF or PNG format. Usage: 1. Parameters are passed via URL: image.php?image=1.jpg; 2. You can set the type of your output image to JPG, more>> With this script you can resize your image, ad a watermark or copyright to image and output the image in JPEG, GIF or PNG format. Usage: 1. Parameters are passed via URL: image.php?image=1.jpg; 2. You can set the type of your output image to JPG, GIF or PNG format like this: image.php?image=1.jpg&typ e=png; If you dont specify the type of the output image, the script will output the image in the original format image.php?image=1.jpg; 3. To add a watermark to image you heave to set 2 variables: watermark_text and watermark_color(optional) .Black will be use if you do not set the watermark_color; 4. Resizing images; a. Exact size; b. Maxim size; c. Percent; d. Square;<<less
Added: 2007-03-27 License: Freeware Price: $0.00USD
15 downloads
Auto Window Resizer
Use this code to automatically resize a window to a specified Width,Height. For example, you can automatically resize a window to 700,500. more>> Use this code to automatically resize a window to a specified Width,Height. For example, you can automatically resize a window to 700,500.<<less
Added: 2005-12-21 License: Freeware Price: $0.00USD
11 downloads
Easy upload resize thumb image 0.1
This package can be used to process and resize uploaded image files. There is one class for handling upload file. class can upload one or more images that can copy the files to a given directory if they do not exist. and Image resizing class more>> This package can be used to process and resize uploaded image files. There is one class for handling upload file. class can upload one or more images that can copy the files to a given directory if they do not exist. and Image resizing class generate thumbnails of a given size. you dont need to take care<<less
Added: 2009-03-17 License: GPL Price: $10.00USD
14 downloads
Resize Images Using PHP and GD Library
The article along with complete code sample demonstrates the use of GD library to generate thumbnails. The script first saves the uploaded image in a specific location, it then generates a thumbnail version of the image and finally saves the generated more>> The article along with complete code sample demonstrates the use of GD library to generate thumbnails. The script first saves the uploaded image in a specific location, it then generates a thumbnail version of the image and finally saves the generated thumbnail image in JPEG format. The article also includes explanation of the calculations involved and a few other tips.<<less
Added: 2009-05-04 License: Freeware Price: $0.00USD
10 downloads
ASP image resize and convert
Short sample to resize and convert jpeg, gif and png image files from an ASP page on-the-fly using Chart object from Office web components. Live online sample. more>> Short sample to resize and convert jpeg, gif and png image files from an ASP page on-the-fly using Chart object from Office web components. Live online sample.<<less
Added: 2007-02-06 License: Freeware Price: Free
656 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above resizing search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed