image upload
Forumsigs Image Uploader 1.1.0
Forumsigs Image Uploader allows you to browse sites and save the images on the page. more>>
Browsing sites and want to save the images on the page? Upload them directly to your Forumsigs Image Hosting account.
This extension will allow you to upload images directly to your Forumsigs.com account.
Right click on an image on a web page and upload it to your Forumsigs account. Easily upload any image and it will also automatically generate URLs to the images.
Works with JPG, GIF, PNG, BMP images.
** Must have an account at Forumsigs.com prior to using. Signup today for your free account.
Image Download 1.0.2
Image Download allows you to download All the Picuture In the Page. more>>
Filter by width ,height, type.
Auto Create Sub Folder ,auto rename
Auto log Download Infomation.
Image rotator 0.2
Image rotator can be used to automatically detect and rotate landscape/portrait photos from digital cameras. more>>
Currently, only outdoor photos are recognized. Image rotator is a command line tool which uses an artifical neural network to detect the orientation of images. Image reading, scaling, and rotation are done with the ImageMagick library.
Enhancements:
- The --verify option can now be used to decrease the number of false decisions.
- This is done by running the image three times (original, rotated left, rotated right) through the neural network.
- A small memory leak was fixed.
Gallery Uploader 0.2.2
Gallery Uploader is a Python script that can upload pictures to Web Gallery (only versions 2.0 or above). more>>
Gallery Uploader supports multiple galleries. To do it so, you need to save URL, User and Password using the –save option, passing a name to the gallery. You can point to this gallery using the -G option. If there is only one gallery in the configuration, you won’t need the -G option, as GUP will automagically use that gallery.
Creating Albums
To create an album, you need the -c option. This option takes three parameters:
Parent album id: the id of the album where the new album will be created. There is an special album with id “0″, which is the root of all albums, but it is NOT the album you see when you open Web Gallery in the browser. To find this “first album”, you can use the –show-child=0 option;
Album name: it’s the name your gallery will have. In the web interface, it is the first field asked when creating an album. Internally, it is the directory name in the server where the pictures will be stored (so, invalid file names will cause GUP to fail);
Album title: it’s the visible part of the album, displayed on the page.
Also, note that there is three parameters and that space is used to split them. So, if you want to add spaces to your album name or album title, you need to enclose it by quotes, like -c 7 my_first_album “My First Album” (this will create an album named “My First Album”, stored as “my_first_album” in the server, under the album with the id “7″).
Uploading Images
To upload images, you need to create an album (using something like the above example) or using the -a option, passing the album id. Also, if you don’t need the picture in your computer after uploading, you can use the –delete option.
Prima::image-load 1.20
Prima::image-load is a Perl module using image subsystem. more>>
Simple loading
Simplest case, loading a single image would look like:
my $x = Prima::Image-> load( filename.duf);
die "$@" unless $x;
Image functions can work being either invoked from package, or from existing Prima::Image object, in latter case the caller object itself is changing. The code above could be also written as
my $x = Prima::Image-> create;
die "$@" unless $x-> load( filename.duf);
In both cases $x contains image data upon success. Error is returned into $@ variable ( see perldoc perlvar for more info).
Pict Uploader 1.2.5
Pict Uploader is a combination of The Pict.com FireFox Add-on and Mozilla FireFox Web browser to let you make screenshots with one click and automatically upload them to Pict.com image hosting. more>>
Pict Uploader 1.2.5 is a combination of The Pict.com FireFox Add-on and Mozilla FireFox Web browser to let you make screenshots with one click and automatically upload them to Pict.com image hosting. It also makes it possible right-click and upload any image you see online or your local image with automatic link generation for forums, websites, etc.
Major Features:
- Capture screenshots of websites
- Capture screenshot of whole website
- Capture screenshot of visible area
- Capture screenshot of custom selected area
- Edit screenshots
- Save screenshots in jpg/png formats
- Automatically upload screenshots to Pict.com
- Right-click and upload to Pict.com any image you see in your browser
- Link and share images on forums, blogs, social networks, etc.
- Upload images from your computer.
- Automatic link generation for forums, websites, etc. (Allows to insert image from local folder into forums with one right-click).
Enhancements:
- Firefox 3.5 is now supported
- All requested features were released
Thin FTP Upload 2.0
Thin FTP Upload is an FTP upload applet designed for integration with Web applications. more>>
Do you want to quickly add FTP file upload functionality to your website? Then Thin FTP Applet, a product that can be installed in less than 2 minutes is the product to choose.
To send files using the File Transfer Protocol, all your users have to do is to drag and drop them onto the designated area of the browser. Entire directory tree and a virtually unlimited number of files totalling several giga bytes can be transfered in this manner.
If your server is configued to allow annoymous transfers your users dont even have to login. Else they can login interactively by entering their username and password. Or else you can make it easier for them by using a single predefined username and password for each user so that multiple accounts do not have to be created.
Whats New in 1.02 Stable Release:
- The new version of the applet aims for improved compatibility with a wider range of FTP servers, epecially those servers deployed on Windows.
- The new version includes a subtle change in the way that the applet handles the trailing slash in the URL.
Whats New in 2.0 Development Release:
- Interrupted FTP uploads can now be resumed.
- A new progress monitor has been added.
- The applet loading mechanism has been changed, and the applet can now be configured using HTML parameters.
Rad Upload Lite 3.12
Rad Upload is a drag and drop file upload applet with a progress monitor. more>>
Bandwidth saving options include filtering out unwanted file types, compression, and resizing images before they are uploaded.
Both HTTP/HTTPS and FTP protocols are supported, and files can be uploaded using copy and paste, as well as with an optional traditional browse button.
Main features:
- Drag and Drop
- Progress Bar
- Applet Size
- Copy and Paste
- FTP upload
- SSL
- Upload Folders
- Redirect After Upload
- Image Scaling
- Client Side Filtering
- Display Thumbnails
- GZip Compression
- Javascript Calls
Installation:
First make sure that your server is correctly configured to accept file uploads. With sites that use PHP you can make use of the included test.html and upload.php files to test your server configuration.
Depending on the version you have downloaded move dnd.jar, dndlite.jar or dndplus.jar onto your web space. Also move the included php files onto the same location as the jar file. Next open applet.php in your favourite text editor and change the url parameter to match your server-side upload handler. Thats it!
The upload.php is a sample PHP script provided to get you started on drag and drop file upload. You may need to modify upload.php to suite the needs of your website or web application.
If you prefer to use perl as your server side handler please copy upload.cgi to your /cgi-bin/ directory and change permissions to 755. Perl upload handling can be tested with test-perl.html
Each licence of Rad Upload Lite, Rad Upload and Rad Upload Plus allows you to install the applet on exactly one website.
Enhancements:
- A minor bug in client side filtering (by file type) and an incompatibility with tnftpd on Mac OS X were fixed.
Easy PHP Upload 2.28
Easy PHP Upload is a PHP upload class that can be used to upload files with a client browser to a remote Web server. more>>
The features in the first release are: file-extension check, maximum file- size limitation and a flexible error reporting system. The class is extremely easy to use and comes together with full working examples. Sinds the second version is it possible to upload multiple files.
Check the class file for all update information. The version 2.22 (and higher) is compatible with the PHP directive "register_globals=off". NEW functions for the multiple upload function: rename files and filename validation.
With the updated (ver. 2.25) photo upload extension its possible to upload photos (logos) and resize them to the maximum X and Y size.
Enhancements:
- Two more languages (for the messages) were added to the class: Brazilian Portuguese and Bulgarian.
- All translations (except de, nl, en, and fr) are stored in external files.
- The new function to create non-existing directories was not working for the photo upload extension and has been fixed.
- The check_dir() method is more flexible now and can be used for more locations.
- The process_image() method from the photo_upload extension was modified to use this check now.
GFL::Image 0.14a
GFL::Image is an OO interface to P-e Gougelets Graphic File Library. more>>
SYNOPSIS
use GFL::Image;
my $im = GFL::Image-> new;
$im -> load("test.png");
$im -> set( output => "jpeg",
undolevel => 5
);
$im -> resize (320, 200);
$im -> filter( maximum => 3,
mediancross => 7
);
$im -> undo;
$im -> save("test.jpg");
undef ($im);
This module provides an Object Oriented interface to Pierre-E. Gougelets Graphic File Library.
GFL provides a comprehensive set of image processing tools and can access more than 300 image formats.
GFL is free for non-commercial use, you can grab the latest version at http://www.xnview.org. People wanting to use it in a commercial application must ask authorization to the author.
Imageview 5.0
Imageview project consists in a 3rd generation image gallery script. more>>
Imageview 5 is a 3rd generation image gallery script, the main idea behind it was to create a easy to use script to show your pictures to your friends.
While creating Imageview one of the first priorities was to make it work without a database and still be user-friendly.
Main features:
- Compatible with: Mozilla Firefox 1.x (Win32 + Mac OS X), Internet Explorer 6!
- Windows, Unix, Linux & Mac OS servers are supported.
- Easy to use online administration.
- Encrypted usernames and passwords.
- Upload can be configured per album.
- Uploading of zipped images also supported. (If server has php_zip loaded)
- Number of columns of images in thumbnail view is configurable.
- 2 view modes: Thumbnail and List.
- Configurable thumbnail size and quality.
- Supports GD 2 and ImageMagick.
- Real time annotation of images.
- Send Picture via mail.
- RSS Feeds.
- Lockable albums.
ImageBot 4.0.6
ImageBot allows lets you upload your images to a free image hosting service. more>>
ImageBot 4.0.6 is an extremely useful utility for everyone. It is actually a Firefox extension that allows you to upload your images to a free image hosting service (ImageShack or Photobucket).
ImageBot lets you sort, filter, and make image galleries out of your images in a snap. It is especially good for your eBay auctions by way of the Thumbnail Gallery template included by default.
Enhancements:
- ImageShack now works again.
- Photoshop now works again.
Requirements:
- Mozilla Firefox
Flickr::Upload 1.22
Flickr::Upload is a Perl module to upload images to flickr.com more>>
SYNOPSIS
use Flickr::Upload;
my $ua = Flickr::Upload->new( key => 90909354, secret => 37465825 );
$ua->upload(
photo => /tmp/image.jpg,
auth_token => $auth_token,
tags => me myself eye,
is_public => 1,
is_friend => 1,
is_family => 1
) or die "Failed to upload /tmp/image.jpg";
Resize Image 1
Resize Image is a service menu which adds the ability to resize an image to a new size. more>>
Requires ImageMagick, KDialog and bash.
Image Resize Wizard 1.5
Image Resize Wizard is a free PHP script you can add to your web site that enables your visitors to re-size their images. more>>
The user just selects their image and the largest side length and click "resize". Image Resize Wizard is very easy to install and can add some very useful functionality to your site.
Main features:
- Image Resize Wizard is easy to install. Just unzip and upload, or if youre using it on a local server, just unzip!
- The Image Resize Wizard interface is as simple as it gets. Just two inputs, a click, and the user gets their image resized.
- No odd libraries needed, the script should work on most servers with PHP installed.