stargeek
PHP news website logo.
home    PHP scripts    articles    seo tools    links    search    contact    shop    realtors


PHP Class 'Image to PHP' released







PHP Class 'Image to PHP' released

PHP Class 'Image to PHP' released 04/09/2004 04:05 PM

This class is meant to read all images in a specified directory and then generates a PHP class with functions that serve the headers and the data of such image files. It is very useful when you want to distribute a small PHP package with images embedded in the PHP code instead of using separate files.




This is a GrokNews Entry: (what is grok?)





Similar Items

PHP Class 'Image to PHP' released

Grok Headline matches for PHP Class 'Image to PHP' released

PHP Class 'Image Browser' released


PHP Class 'Image Browser' released 01/29/2004 05:53 AM
This class is meant to create a complete browser for pictures in the JPEG, GIF and PNG formats. It features: - Choosing how many thumbnail pictures are displayed per page - Thumbnail pictures are created on the fly with a size that is configurable - Determining which pictures are displayed or not based on their file names - Showing the current picture number and total count under the picture - Browsing directories recursively - Choosing the background color of thumbnail pictures - You can use your own navigation button or use integrated buttons (there are 4 types of buttons : previous; previous grayed; next ; next grayed)

PHP Class 'Image Masking' released


PHP Class 'Image Masking' released 01/22/2004 07:31 PM
This class is meant to apply a mask to a given image, much like you could do in PhotoShop, Gimp, or any other such image manipulation program. If the mask is smaller than the image then the mask can be placed in various positions (top left, left, top right, left, centre, right, bottom left, bottom, bottom right) or the mask can be resized to the dimensions of the image. This class has to copy an image one pixel at a time. Please bare in mind that this process may take quite some time on large images, so it is probably best that it is used on thumbnails and smaller images. The processing is done in true color. Therefore the resulting masked is generated in either JPEG or PNG.

PHP Class 'Image Pop Up Class' released


PHP Class 'Image Pop Up Class' released 09/08/2002 08:08 PM
Comments: This class is designed to ease the publication of images in html webpages that uses PHP. 1) With this class you can insert pictures in your web pages in one line (simlar to tags). 2) The class automatically creates a link to the original image using javascript (displaying the selected picture in a new window with the size of the image) and presents a thumbnail in your page. 3) THIS CLASS DOES NOT NEED GD LIBRARY TO WORK, but if you have GD Library 2.0 or later installed it's possible to use the class to create thumbnails on the fly. The detection of the GD library is AUTOMATIC. 4) When GD Library 2.0 or later is not available, the image type is not supported by GD Library or simply when you want to decrease the execution time of your scripts, the class uses the original image as thumbnail and link, modifying its size on the IMGtag. 5) To protect your pictures, you can set up this class to use the images as CSS backgrounds of DIVtags that are creates automatically. In effect, a 100% transparent gif image (null.gif) is used to mask your DIVtag as an image, so visitors will save empty images on their disks. Files: 1) imgpopup.class.php, containing the class definition. 2) imgpopup.php, for output the Pop Up Window Content. 3) img.php, for output the GD based Thumbnails. 4) imgpopup.js, JavaScript file containing de ImgPopUp Function. 5) null.gif, Transparent GIF used to mask image contents. Extras: 1) test.php, examples and information about the use of the class. 2) misola.jpg, picture used in test.php (Thanks to Manuel Isola).

PHP Class 'Image copy resize' released


PHP Class 'Image copy resize' released 02/03/2003 10:14 AM
This class permit to copy an uploaded file and resize it giving the max width and the max height for the output image keeping the aspect ratio.

PHP Class 'Image Resize Class' released


PHP Class 'Image Resize Class' released 01/16/2004 11:05 AM
This package is meant to resize images stored in files of different formats. Currently, the supported formats are JPEG and PNG. The package is based on factory design pattern. There is a resize image base class and the factory class is used to determine which of the sub-classes specialized in each of the supported formats is instanciated. The choice of sub-class is made upon the determination of the input image format from its file name extension.

PHP Class 'Bs_CsvUtil.class.php'
released


PHP Class 'Bs_CsvUtil.class.php'
released
11/08/2002 08:17 PM
Features: supports any separator char sequence, default is semicolon ";". supports separator characters in the values. eg you use a ; as separator, your line may look like blah;hello world;"foo";"foo;bar";"this is a ""string""";got it?;foo as you can see, the values can be in "quotes". if your text uses quotes itself as in the "string" example, they are escaped in ms-style with 2 quotes. and by using quotes we can even have your separator inside the text (example "foo;bar"). line breaks. a csv line may spread over multiple lines using crlf in a field value. see the checkMultiline param and the _checkMultiline() method.

PHP Class 'calend.class.php' released


PHP Class 'calend.class.php' released 01/03/2003 07:52 PM
This class generates HTML calendars in the portuguese language. In portuguese: Esta classe gera um calendário em português em HTML.

PHP Class 'Bs_StopWatch.class.php'
released


PHP Class 'Bs_StopWatch.class.php'
released
11/07/2002 07:59 PM
You can take times during a code run and at the end get a time table as HTML or text table. The output will contain total and as delta between each take in microseconds. Free Code; This Class is part of the BlueShoes PHP Application Framework, see blueshoes.org.

PHP Class 'roundrobin.php' released


PHP Class 'roundrobin.php' released 08/23/2002 08:11 PM
Determines a schedule for n-players playing n/2 games per match for n-1 matches, where the same two players never meet more than once. Statistically speaking find (n/2)*(n-1) unique combinations of n items.

PHP Class 'geraSql.php' released


PHP Class 'geraSql.php' released 02/03/2003 10:14 AM
The goal of this class is to generate SQL code according to parameters defined by the developer. Its main advantage is to reduce the probability of SQL programming errors. In portuguese: Esta classe tem a finalidade de gerar códigos sql de acordo com parâmetros que lhe são passados. A grande vantagem de usa-la é que elimina a probabilidade de erros na escrita do código sql para que ele seja executado com sucesso em uma base de dados.

PHP Class 'casespecial.php' released


PHP Class 'casespecial.php' released 09/16/2002 07:53 PM
PHP's standard functions for upper and lower casing don't work for special chars. This class uppercase, lowercase en capitalize strings with special chars too. functions: ucfirst(),ucwords(),strtolower(),strtoupper(), capitalize(), capitalizewords(). All functions can called by reference, use the get_ functions to get a string return and your original string unchanged.

PHP Class 'Forms from PHP' released


PHP Class 'Forms from PHP' released 02/03/2003 10:14 AM
Allows you to create forms from within PHP without having to worry about what HTML to use.

PHP Class 'File PHP' released


PHP Class 'File PHP' released 06/17/2004 07:24 PM
This class implements a Web based file manager user interface to browse the structure of web servers file system. On Mozilla and Internet Explorer a context menu opens up on clicking the right mouse button on a listed file or folder. With Opera there is a button which opens the menu. With Konqueror it brought up with a left mouse button click. The menu allows you to execute the following actions on files: upload, download, create, edit, copy, move or rename and delete. With directories it allows you to execute these actions: create, move or rename and delete. You can also enter PHP script in a textarea to execute it on the server. Be careful when using this tool as it is very powerful and should only be accessible to Web site administrators.

PHP Class 'DTD 2 PHP' released


PHP Class 'DTD 2 PHP' released 06/21/2004 06:48 PM
This class is meant to generate new PHP classes that are capable of outputting SGML/XML documents compliant with a given DTD definition. DTD 2 PHP class is used in the PHPVoice package.

PHP Class 'class.dropshadow.php'
released


PHP Class 'class.dropshadow.php'
released
06/12/2002 07:25 PM
This class allows for easy creation of images with a drop shadow effect. Images can be read from a file or passed as a string (as you might take the images from a database), and they can also be resized for easy creation of thumbnails. You can also change the background colour of the image and generate the correct colour shadow.

PHP Class 'class.dateTimeManager.php'
released


PHP Class 'class.dateTimeManager.php'
released
09/06/2002 03:35 AM
This is a new class to handle shifting dates. It is designed for use when browsing data from a database using YYYY-MM-DD HH:MM:SS time schemas. It is useful for stepping though sets of results by X amount of seconds, minutes, hours, days, months, and years. More to come soon.

PHP Class 'Google API Access for PHP'
released


PHP Class 'Google API Access for PHP'
released
12/26/2002 08:01 PM
This class library is designed to make accessing the Google API using PHP via SOAP, a lot easier. This is a Java-style class library, which uses getter and setter functions to set parameters for search queries, and to access individual result components.

PHP Class 'PHP or Java Class Code
Generator' released


PHP Class 'PHP or Java Class Code
Generator' released
03/06/2004 02:00 AM
This package is meant is automate the generation of classes to access databases in Java beans style. It uses the Fast Template engine to process template files that define the skeleton of functions and variables of classes that store and retrieve data object property values from a given database table, getter and setter functions to access those properties and a function to delete a data object row from the respective database table. The package comes with templates to generate classes either in PHP or Java. The PHP template defines code to access data objects in a MySQL database. The Java template defines code to access data objects in any database supported by JDBC.

PHP Class 'Convert Class To HTML Table'
released


PHP Class 'Convert Class To HTML Table'
released
02/10/2004 02:46 AM
This class is meant to display the structure of any class as an HTML table. The class being displayed can have variables that contain objects of other classes or arrays and treats those variables each accordingly.

PHP Class 'My Db' released


PHP Class 'My Db' released 06/09/2004 06:55 PM
This package is a SQL database wrapper supporting MySQL, Interbase and MS SQL server. It can establish database server connections, execute SQL queries, retrieve query results into arrays and display query results as HTML tables.

PHP Class 'My DB' released


PHP Class 'My DB' released 02/15/2004 07:40 PM
This class is a simple wrapper around MySQL database acess functions. It provides wrapper functions around most of the PHP MySQL extension function like database, connection, queries execution and result data access, error message retrieval, database creation and locking of tables.

PHP Class 'paypal_ipn' released


PHP Class 'paypal_ipn' released 11/11/2002 08:22 PM
This class is usefull to process Instant Payment Notification (IPN) from Paypal. See www.paypal.com for more information about IPN. It requires cURL PHP module.

PHP Class 'phptree' released


PHP Class 'phptree' released 11/12/2002 07:48 PM
phpTree was developed to provide a very simple, "file-manager looking", embeddable, web-based, file and/or content management system. By using phpTree you may very easily embed hierarchical web-modifiable files and/or content and establish security parameters for the modification of data stored in the tree into your existing website. Although it is possible, phpTree was not designed with intention for it to "be" the website, but rather to be embedded into existing websites wherever hierarchal data is needed. Security policies can be enforced on a group, and world level. Additionally, the same mySQL database can be used to host multiple distinct trees throughout your website. See the documentation section for more information.

PHP Class 'INIParser' released


PHP Class 'INIParser' released 11/10/2002 07:54 PM
This class read data from .ini file format and parse it into array. By using the UpdateCat command, HTML entities can be symbolized and then be generated using short symbol.

PHP Class 'amazon_sell' released


PHP Class 'amazon_sell' released 11/13/2002 08:09 PM
This is my little contribution to the Open Source community after taking so much. It's class that allows you to add ZShop items to your Seller Account on Amazon. When you post an item you will get an exchange id back. You can remove items if you have the exchange Id from Amazon (this is also listed on their website). There's no guarentees that this will work since Amazon probably changes their layout all the time. But the last I checked it was working as expected for me. **Please don't email me if it doesn't work, I have enough trouble as it is with school!** You will need to have the Curl Library installed with PHP.

PHP Class 'XML' released


PHP Class 'XML' released 11/13/2002 08:09 PM
XML parser reads and writes XML *without* using PHP xml module. It stores XML content into a Tree-like object and uses a simple interface to read and update XML tag values, text, etc. This is NOT a wrapper around, and it does NOT use PHP xml functions. Please read example for more info and a simple howto. This class is still under development and is not fully optimized. Let me know if you'd like to help or have suggestions/improvements. Have fun!

PHP Class 'gnVisitorInfo' released


PHP Class 'gnVisitorInfo' released 06/09/2004 07:07 PM
The gnVisitorInfo class is meant to gather some information about the visitor on your page. The information that is retrieved include: the IP address, the current page HTTP request method, browser identification, user machine operating system, and the country name determined from IP address. Note that you need to install the a database table that is used to determine the country from the IP address. A dump of an updated IP to country database table may be obtained in the address listed in this package related links section.

PHP Class 'CTable' released


PHP Class 'CTable' released 10/21/2002 08:35 PM
This class helps aid in the generation of table output from a database recordset, or other form of data source.

PHP Class 'AbstractDB' released


PHP Class 'AbstractDB' released 11/05/2002 08:19 PM
If you believe that database abstraction is a good think, but you don't want to join the religous fights about the best one out there, then we have a common interest. This abstract wrapper class provides easy and simple class methods to access the most important db function. Classes implementing the functionality for native PHP functions, PEAR, PHPLIB and METABASE enables you to switch between these db abstraction layers by changing only a single line of code. Now you are able to use a unifed abstraction layer for database access and switch between the underlaying layers. CONSTRUCTOR: function AbstractDB($libraryPath, $dbType, $resultType) FUNCTIONS: function connect($host, $db, $user, $password) function disconnect() function query($query) function nextResult() function allResults() function numRows() function affectedRows() function getIdentifier() function getDbType() PUBLIC VARS: var $host var $database var $user var $password var $lastQuery var $resType var $error var $db var $result

PHP Class 'CsvParser' released


PHP Class 'CsvParser' released 11/07/2002 07:59 PM
With this parser you can simply load a CSV file. You can specify if column headers should be loaded or not. You can retrieve records one by one then.

PHP Class 'Stack' released


PHP Class 'Stack' released 10/22/2002 07:55 PM
The Stack class advantage over the array_push and array_pop function is Stack::pop() pops the stack and returns a reference to the popped element. There is also a top function that returns a reference to the top element.

PHP Class 'CGrid' released


PHP Class 'CGrid' released 10/23/2002 08:16 PM
Properties +---- table // Instance of recordset +---- titles // Array with titles of columns +---- colsSize // Size of each colum +---- colsOrder // Name of fields to ORDER BY SQL +---- titlesBgColor // BgColor of Titles +---- titlesOnColor // BgColor of selected title +---- titlesOffColor // BgColor of non selected +---- listColor // Color of content +---- overRow // Color of mouse over line +---- eraseCol // 1 to show erase colum Function +---- show( $sql ) // Show grid

PHP Class 'StyleMenu' released


PHP Class 'StyleMenu' released 10/25/2002 07:23 AM
Class based on HTML Table (Dimitris Kossikidis ). This class provides a fast form to create and to maintain blocks of menus. It allows to use styles and format of table with very few lines of code.

PHP Class 'CSV' released


PHP Class 'CSV' released 10/25/2002 07:23 AM
This class enable you a databse-likely access to comma separated (csv) and fixed length files. Is useful for import from csv to db.

PHP Class 'Tag' released


PHP Class 'Tag' released 10/25/2002 07:23 AM
A simple way to create XML/HTML tags with name, attributes, attribute values and content inside the tag. This class can be extended to make custom tag classes easily. Have fun!

PHP Class 'CMC_form_validation' released


PHP Class 'CMC_form_validation' released 10/25/2002 07:34 PM
With this class you can have PHP automatically generate form validation in JavaScript. Currently supports the following validation types: 1. Required Field 2. Numerical Characters only. 3. Alphnumerical Characters only. This class is extremly easy to use and has been designed in a way to allow for additional validation types to be added.

PHP Class 'preditor' released


PHP Class 'preditor' released 10/26/2002 07:53 PM
Preditor is a class for file editing and copying. It makes editing easier by allowing you to load a file, enter a piece (string) you want changed, and a replacement string, whether it only occurs once, or a bunch of times, and it will go through the file and change each occurence. You can also save the file to a directory. Copy non-text based files to different directories. (more options to come)

PHP Class 'page_handle' released


PHP Class 'page_handle' released 10/28/2002 08:29 PM
A template engine geared to be able to display data without much hassle in PHP code, just fetching of data and giving it to the template engine. Create HTML templates with the data's keywords

PHP Class 'mimetype' released


PHP Class 'mimetype' released 10/28/2002 08:29 PM
This class enables PHP scripts to determine the mime type of a file based on file extension, useful for PHP versions without access to other utilities that determine mime type. Built from the Apache mime type file.
Grok Description matches for PHP Class 'Image to PHP' released
GrokA matches for PHP Class 'Image to PHP' released

PHP Class 'Image to PHP' released

The following phrases have been identified by the grok system as matching this entry:

















Also check out: