Sponsors
Image Manipulation
How to upload images to mySQL within PHP
Aim of this article is to sho you the simples way to uplaod images to mySQL database. First you need to create a custom database table. The name of this table can be named as 'images_table'. Now here is the SQL code for creating the table.
Price: 0 Rate:
3.0(out of 5) Vote:1
PHP multiple photo thumbnail generator
Built-in PHP library gd does not have ready-to-use function for photo(jpeg) thumbnail generation. Although there are many such examples on the net, they are usually not suitable for effective generating series of thumbnails (for ex. 240x240, 140x140, 80x80). This article provides php function thumbnail_generator and trivial image uploading script, which generates series of thumbnails.
Price: free Rate:
0.0(out of 5) Vote:0
Image Verification (Captcha) For Forms
This is a sample script that allows you to add image verification to your HTML forms. It includes a sample implementation, PHP code check and extras (Font+Background).
Price: free Rate:
0.0(out of 5) Vote:0
Converting RGB values from/to HTML hex representation.
This article provides two functions for converting HTML color (like #AAED43) to three RGB values ($r = 170, $g = 237, $b = 67) and converting RGB values to HTML color.
Price: free Rate:
0.0(out of 5) Vote:0
Simple Image Resize in GD
Were going to be creating it in a function, so that we can re-use this wherever we need to. This particular function saves the thumbnail file to a directory on the server, you could actually skip saving the file and just print out the image itself if you would prefer to do that.
Price: free Rate:
0.0(out of 5) Vote:0
Thumbnail generator
This simple function will accept an image, directory listing and image size and outputs a thumbnail with the specifications.
Price: free Rate:
0.0(out of 5) Vote:0
Display a different image for each day of the week
This PHP script will get the day of the week from the server date and then display an image (jpg or gif) to match.
Price: free Rate:
0.0(out of 5) Vote:0
PHP class for basic image manipulation
A class providing a set of methods for doing basic transformation to an image like resizing, rotating and flipping. the class is very small (only about 18Kb in size but still heavily documented) and as i said it only covers some basic methods so don't expect miracles. i use it in favour of many other well known scripts that are hard to install, hard to manage, have a thousand files, many megabytes in size and zillions of methods and functions nobody uses. this is how i do it.
Price: free Rate:
0.0(out of 5) Vote:0
Drawing Text with PHP and GD Library
How to draw text as a graphic and make dynamic buttons or hit counters
Price: free Rate:
0.0(out of 5) Vote:0
Dynamic Image Generation using PHP
Creating images on the fly can be a very useful skill. In this tutorial we will show you how to get quite interesting and useful effects using image handling functions. We will review two practical tasks: creating security images (captcha) on the fly and building a bar chart using numerical values retrieved from MySQL database.
Price: free Rate:
0.0(out of 5) Vote:0

