Login   Register  
PHP Classes
elePHPant
Icontem

File: README

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of DavidLanz  >  Hippo Picture Base64 Encode  >  README  >  Download  
File: README
Role: Documentation
Content type: text/plain
Description: summary of this class
Class: Hippo Picture Base64 Encode
Encode GIF or JPEG image files as a PHP script
Author: By
Last change:
Date: 2005-07-25 20:58
Size: 3,050 bytes
 

Contents

Class file image Download
    Hippo PIC Base64 Encode Class 1.0
    ------------------------------------------------------------------------

    Hippo PIC Base64 Encode Class can encode .jpg/.gif to base64 .php file.
    
    Functions:
    <> support .jpg/.gif file extensions.
    <> set chunk characters.
    <> set output directory and filename.
    <> file upload class inside, could also handle upload exceptions.
    <> direct write into .php file for pic filename protection.
    
    There is a workable demo page within this package, for more information plz read from 'index.php'.


    Copyright (c) 2004-2005
    ------------------------------------------------------------------------
	  DavidLanz 	   <davidlanz.tw@yahoo.com.tw>
	
    - Documentation written and maintained by:
      DavidLanz

    ------------------------------------------------------------------------

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

    In addition, as a special exception, TOMO <groove at spencernetwork dot org> 
    gives permission to link the code of this program with the FTP library 
    (or with modified versions of LIB-FTP that use the same license as LIB-FTP), 
    and distribute linked combinations including the two.  You must obey 
    the GNU General Public License in all respects for all of the code used 
    other than LIB-FTP.  If you modify this file, you may extend this exception 
    to your version of the file, but you are not obligated to do so.  If 
    you do not wish to do so, delete this exception statement from your version.

    In addition, as a special exception, Edd Dumbill <edd at usefulinc dot com>
    gives permission to link the code of this program with the XML-RPC library 
    (or with modified versions of XML-RPC that use the same license as XML-RPC), 
    and distribute linked combinations including the two.  You must obey 
    the GNU General Public License in all respects for all of the code used 
    other than XML-RPC.  If you modify this file, you may extend this exception 
    to your version of the file, but you are not obligated to do so.  If 
    you do not wish to do so, delete this exception statement from your version.


    Credits:
    ------------------------------------------------------------------------
    DavidLanz      <davidlanz.tw@yahoo.com.tw>