Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type

Most Popular Scripts | PHP | Scripts & Programs | Image Handling

Results 21-40 of 121
Gitme Anti flood
This anti flood code will add a piece of graphical-text on the registration form and user will have to copy into a text field the process can not be done if the code is wrong and it produce new security code when come back.
(9 ratings)
Reviews0
PriceFree
Views2081
Smart Thumbnail Creator
This program will resize your image, and crop it at the same time so you don't have stretching, or black areas in the thumbnail. It is an add-on it other scripts, and will require some modification, it will not work alone.
(9 ratings)
Reviews0
PriceFree
Views9228
CSS sprite class
This class can be used to generate sprite images and CSS to use image styles to use the sprites in Web pages. It can take a list of images and generates a single sprite image with all the images inside. The class can also generate CSS style definitions to use in Web pages that need to use the images from the generated sprite image.
(9 ratings)
Reviews0
PriceFree
Views771
QR code generator class
This class can be used to generate QR Code images using Google Chart API. It can send an HTTP request to the Google Chart API Web server to request the generation of a PNG image that represents the QR code graphic for a given information snippet. Currently the class can request the generation of QR codes for information snippets of types: bookmark, text, SMS message, phone number, contact information, e-mail message, geo-location, WIFI access, i-appli metadata or abitrary content-type. The generated QR code image can be returned as a string, served for download or returned as an URL string.
(9 ratings)
Reviews0
PriceFree
Views1671
IMG2ASCII
IMG2ASCII is a PHP program, that generates ASCII images from JPG or PNG images. There are several options to alter the generated output, such as color, inversed color, font sizes, background color, line height or letter spacing only to name a few.
(9 ratings)
Reviews0
PriceFree
Views6121
Zebra_Image, a lightweight image manipulation library written in PHP
This is a compact (one-file only), lightweight, object-oriented image manipulation library written in and for PHP, that provides methods for performing several types of image manipulation operations. It doesn't require any external libraries other than the GD2 extension (with which PHP usually comes pre-compiled with). Zebra_Image's code is heavily commented and generates no warnings/errors/notices when PHP's error reporting level is set to E_ALL. With this library you can rescale, flip, rotate and crop images. It supports loading and saving images in the GIF, JPEG and PNG formats and preserves transparency for GIF, PNG and PNG24. The cool thing about it is that it can re-size images to exact given width and height and still maintain aspect ratio!
(9 ratings)
Reviews0
PriceFree
Views7708
EasyPhpWipeJPG
This script will remove all EXIF, IPTC & Comment information from JPG images. The resulting image will be 100% identical to the original image, without any quality loss (binary wipe). Why shoud you remove EXIF, IPTC & Comment information? * For privacy considerations The image might contain sensitive data (camera brand, model, GPS location, etc.) * For SEO considerations Unwanted tags from manufacturers like "LEAD Technologies Inc. V1.01" * To reduce filesize If you have many images online, it is a waste of harddisc capacity
(9 ratings)
Reviews0
PriceFree
Views801
Powerful image upload class
Check mime type and more advanced secure image upload, Multiple images upload & manipulation, HTTP zip archived images upload & manipulation, Recursively scan files folders in zip file, Only images over your set width will be resized, You to add a custom transparent watermark, Support JPG , JPEG, PNG & GIF (transparent PNG & GIF), Easy configuration, Easy integration with other your code, All in one, Save imagenames in MySQL (if you want and create new database connection or integrate your project database connection) included mysql_connect, mysql_query functions in the class, Uploaded images list (from database), Enable sub-directories (if not exists sub-directories automatically create), If the watermark is bigger than the original image, simply resize it, Overwrite old images or rename uploading images (if you want),
(9 ratings)
Reviews0
PriceUSD 8.00
Views1607
ImageMaker
Use this software to generate banners or other images on-the-fly, using JavaScript and PHP. It's experimental and still in an early stage of development, but it offers some nice features already: * Image size and background color can be modified. * All image contents are treated as objects that can be modified separately. * Supports 5 different object types: text, ellipse, triangle, rectangle and image. * Contains 14 fonts. * Size, background/line color and opacity of objects can be modified. * Horizontal and vertical margins/alignments of objects can be modified. * Supports object rotation.
(9 ratings)
Reviews0
PriceFree
Views2225
phpWatermark
phpWatermark aims to provide a simple way of marking an image with a digital "watermark" to prevent unauthorized use. It is implemented as a php class and should be usable inside most php scripts. Images are accepted either as a filename or as a reference to a php resource.
(9 ratings)
Reviews0
PriceFree
Views16519
Watermark Your Images with another Image Using PHP and GD Library
The article along with complete code demonstrates the use of GD library to watermark images on the fly. The method demonstrated here to watermark an uploaded image is to overlay the original image with another image, preferably a transparent PNG image.
(9 ratings)
Reviews0
PriceFree
Views1658
phMagick
is class can be used to perform image manipulation operations with the ImageMagick program. It calls the ImageMagick program passing parameters to process several types of operations on image files. Currently it can resize images, create thumbnails, darken or brighten images, adding watermarks, rotating, flipping, cropping, add a "polaroid look" to images, converting to grey scale and inverting colors, draw text and create thumbnails of pdf files and video.
(9 ratings)
Reviews0
PriceFree
Views2468
PHP Rounded Corner Graphics Generator Script
This PHP code sample uses GD library functions to generate rounded corner graphics. The script allows you to specify corner radius, corner color and background color and generates the graphics in GIF format. Use this script to dynamically generate rounded corners that blend nicely into your HTML/CSS design.
(9 ratings)
Reviews0
PriceFree
Views1300
Micro Image Pack
This image manipulation pack helps you to resize jpeg images, drop shadow effect and add border to your pictures. A small example is included.
(9 ratings)
Reviews0
PriceFree
Views8259
Resizing an Image
This script uses the gd library to resizes an original image and saves the result into another jpg file. There is an online demo.
(6 ratings)
Reviews0
PriceFree
Views3174
SiteGuru's Thumbnail Generator
Based on the resizer script by Teekai (http://www.hotscripts.com/Detailed/18727.html), this script enhances the original by incorporating automatic generation of error images. This version create thumbnails based only on the supplied Maximum Width parameter so as to enable control of a fixed width in rescaling the image size.
(6 ratings)
Reviews0
PriceFree
Views8075
Create square thumbnail of an image
Sometimes listing more images and align them properly in your list or layout might not be so easy, because the images very often have different sizes and proportions; A good solution is to create square images with same proportions. With this function you can create a square thumbnail of an original image by a simple code like this: create_square_image("sample.jpg","sample_thumb.jpg",200); - First parameter is the name of the image file to resize (can be jpg, gif, png). - Second parameter is the path where you would like to save the new square thumb, e.g. "sample_thumb.jpg" or just "NULL" if you do not want to save new image. Folder whre you save image has to be writable, "777" permission code on most servers. - 200 is the size of the new square thumbnail.
(6 ratings)
Reviews0
PriceFree
Views1020
ImageThumb
ImageThumb is a small piece of software written in the PHP language that lets you create thumbnails on the fly for a given image, whether it is local ore remote. Currently supported formats are GIF, PNG and JPEG. Now supports thumbnail caching in a directory of your choice. To use this script, you must have the GD library installed, and obiously a webserver capable of running PHP scripts (PHP >= 4.0.4).
(6 ratings)
Reviews0
PriceFree
Views5050
PHPCorners
Ever thought pure CSS layouts were too boxy? Many CSS techniques are floating around the web to do rounded corners, but all of them rely on static images that have to be hand sliced, or are browser-specific. PHPCorners gives you the flexibility of CSS3 borders with today's browsers. You can now define beautiful, professional looking rounded borders without touching an image editing program, and with just a couple lines of CSS. This PHP script generates a GIF for each of the corners of a rounded box using a specified set of inner and outer colors, border thickness and color, inner and outer radii (for elliptical corners). The images are smooth and anti-aliased, and otherwise identical to hand-crafted rounded corners, but with a fraction of the work, and far better maintainability. Several CSS/HTML examples are included to illustrate use.
(6 ratings)
Reviews0
PriceFree
Views3563
Simple Image Resizer
This class to resize an image from bigger to smaller size, supporting many image format such as PNG, JPG, and GIF. This class useful when we want to upload an original image and make it thumbnail view on your site which has best result thumbnail image, without reducing the quality from original image. Easy to use for a beginner.
(6 ratings)
Reviews0
PriceFree
Views3010
Results 21-40 of 121