Class Horde_Image_Png
This class implements the Horde_Image:: API for PNG images. It mainly provides some utility functions, such as the ability to make pixels or solid images for now.
Copyright 2003-2012 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
- EmptyIterator implements Iterator, Traversable
 - 
			
			Horde_Image_Base
			
			
			
		 - 
			
Horde_Image_Png			
			
			
		 
			 public 
			
			
			
		 | 
		|
			 public 
			string
			
			
		 | 
		|
			 public 
			string
			
			
		 | 
		|
			 public 
			
			
			
		 | 
		|
			 public 
			
			
			
		 | 
		|
			 public 
			
			
			
		 | 
		|
			 public 
			
			
			
		 | 
		|
			 public 
			
			
			
		 | 
		|
			 public 
			
			
			
		 | 
		|
			 public 
			
			
			
		 | 
		|
			 public 
			
			
			
		 | 
		|
			 public 
			
			
			
		 | 
		|
			 public 
			
		 | 
		|
			 public 
			integer
			
			
		 | 
		
			addEffect(), 
			applyEffects(), 
			brush(), 
			clearGeometry(), 
			display(), 
			getCapabilities(), 
			getDimensions(), 
			getLoadedEffects(), 
			getTmpDir(), 
			getType(), 
			hasCapability(), 
			headers(), 
			loadFile(), 
			loadString(), 
			setType(), 
			toFile()
		 | 
	
current(), 
key(), 
next(), 
rewind(), 
valid()
		 | 
	
			public  
			array
		 | 
		
				$_img
			 The array of pixel data.  | 
		
			 
				#
				 
		array()
			 | 
	
			public  
			integer
		 | 
		
				$_colorDepth
			 Color depth (only 8 and 16 implemented).  | 
		
			 
				#
				 
		8
			 | 
	
			public  
			integer
		 | 
		
				$_colorType
			 Color type (only 2 (true color) implemented).  | 
		
			 
				#
				 
		2
			 | 
	
			public  
			integer
		 | 
		
				$_compressionMethod
			 Compression method (0 is the only current valid value).  | 
		
			 
				#
				 
		0
			 | 
	
			public  
			integer
		 | 
		
				$_filterMethod
			 Filter method (0 is the only current valid value).  | 
		
			 
				#
				 
		0
			 | 
	
			public  
			integer
		 | 
		
				$_interlaceMethod
			 Interlace method (only 0 (no interlace) implemented).  | 
		
			 
				#
				 
		0
			 |