logo small
PHP Classes

watermark

Search this site
:    Looking up search words... 
Sections:  
Search forums:   
Permalink

            Packages icon Found (44)   Packages icon Recommended by Users (5)   Packages icon Packages (39)   Blogs icon Blogs (6)  

Recommended by Users (3 of 5)

WHAT IS THE BEST PHP WATERMARKING IMAGE CLASS? WATERMARKING IMAGE sunil watermarking image I need to put a watermark in a image. IMAGE BATCH PROCESSOR: APPLY GRAPHICAL OPERATIONS ON A SET OF IMAGE FILES This package can be used to apply graphical operations on a set of image files. It provides one ...
... zain Create thumbnails of different sizes I need a class that creates thumbnails of different sizes with good quality. PHP IMAGE THUMBAIL AND WATERMARK: CREATE THUMBNAIL IMAGES OR WITH WATERMARKS This class can create thumbnail images or with watermarks. It can open images in the formats GIF, JPEG, ...
... conversion, extract video frames into separate image files, assemble a video stream from a set of separate video images, extract audio from video, watermark videos and extracted frames. Several parameters can also be configured like the output video file format, which can be Flash video or any other ...

      1-10   11-20   21-30   31-39   Next >  
Graphics, Files and Folders   It is the ideal class to quickly integrate file upload and image manipulation in your site. That's all you need for a gallery script for instance. It manages the uploaded file and allows you to do whatever you want with the file as many times as you want. If the file ...
... ; $transformation = new Transformation(new Canvas('/path/to/image')); $transformation->resize(new Dimension(300,300)) ->apply(new Posterize(40)) ->watermark(new Canvas('/path/to/watermark')) ->getCanvas() ->save('/save/somewhere') ->show(); // send the result to the browser ``` ## Documentation - [Hosted ...
... can load images from JPEG, PNG, GIF, and BMP files and perform several manipulations. Currently, it can: - Convert images into other formats - Add a watermark image - Resize the image - Copy one image into another image Name: Chun-Sheng, Li <contact> Classes: 39 packages by Chun-Sheng, Li Country: ...
... conversion, extract video frames into separate image files, assemble a video stream from a set of separate video images, extract audio from video, watermark videos and extracted frames. Several parameters can also be configured like the output video file format, which can be Flash video or any other ...
PHP 5, Graphics   This class can put transparent watermark text on images. It can create an image that is the result of a given image with a watermark text rendered on top of the original image. The transparency level of the watermark text area, the position, the font and the color of the watermark ...
... the path of a given image file and creates a thumbnail image of a given size and store it in a given directory. The class can also apply a given watermark and apply it to the resulting thumbnail at a given position. <?php require ("class.imagens.php"); $thumb = new imagens ; $thumb ->img_w ...
... * ~~Support Apache URI configuration~~ * ~~Add welcome page~~ * Documentation * Improve image processing capability: (resize, crop, blur, and watermark) * math:: module * ... Auxiliary data Example script License text Documentation    Auxiliary script    Auxiliary script    Auxiliary data    Example ...
... and crop images to a given size. It can open a local or a remote image file and resize it to a given width and height. The class can also add a watermark, crop the image to a given position and convert the image to grey scale. The resized image is stored in a server cache file. If the resized image ...
... . It can open images in the formats GIF, JPEG, PNG, BMP or WBMP. The class can create thumbnails of the original image with a given size, add watermark text or image, crop the image to given dimensions and convert format. Name: YoungHyeong Ryu <contact> Classes: 3 packages by YoungHyeong Ryu Country ...
PHP 5, Graphics, Files and Folders   This class can validate and add watermark to uploaded image files. It takes a given uploaded image file and automatically determines if it is a valid JPEG, PNG, GIF or WBMP image file. The class can save the image to file in a given directory in a given format that ...

      1-10   11-20   21-30   31-39   Next >