escpos-php
 All Classes Namespaces Functions Variables Pages
List of all members
Mike42\Escpos\NativeEscposImage Class Reference
Inheritance diagram for Mike42\Escpos\NativeEscposImage:
Inheritance graph
[legend]
Collaboration diagram for Mike42\Escpos\NativeEscposImage:
Collaboration graph
[legend]

Additional Inherited Members

- Public Member Functions inherited from Mike42\Escpos\EscposImage
 __construct ($filename=null, $allowOptimisations=true)
 
 getHeight ()
 
 getHeightBytes ()
 
 getWidth ()
 
 getWidthBytes ()
 
 toRasterFormat ()
 
 toColumnFormat ($doubleDensity=false)
 
- Static Public Member Functions inherited from Mike42\Escpos\EscposImage
static isGdLoaded ()
 
static isImagickLoaded ()
 
static load ($filename, $allowOptimisations=true, array $preferred=['imagick', 'gd', 'native'])
 
- Protected Member Functions inherited from Mike42\Escpos\EscposImage
 loadImageData ($filename=null)
 
 setImgData ($data)
 
 setImgWidth ($width)
 
 setImgHeight ($height)
 
 getRasterFormatFromFile ($filename=null)
 
 getColumnFormatFromFile ($filename=null, $highDensityVertical=true)
 
- Protected Attributes inherited from Mike42\Escpos\EscposImage
 $imgHeight = 0
 
 $imgWidth = 0
 

Detailed Description

Implementation of EscposImage using only native PHP. TODO: wbmp, pbm, bmp files.


The documentation for this class was generated from the following file: