PHP 클래스 Mike42\Escpos\GdEscposImage

상속: extends EscposImage
파일 보기 프로젝트 열기: mike42/escpos-php

공개 메소드들

메소드 설명
readImageFromGdResource ( resource $im ) Load actual image pixels from GD resource.

보호된 메소드들

메소드 설명
loadImageData ( string $filename = null ) Load an image from disk, into memory, using GD.

메소드 상세

loadImageData() 보호된 메소드

Load an image from disk, into memory, using GD.
protected loadImageData ( string $filename = null )
$filename string The filename to load from

readImageFromGdResource() 공개 메소드

Load actual image pixels from GD resource.
public readImageFromGdResource ( resource $im )
$im resource GD resource to use