getDevice()
getDevice() : string
Get the name of the device as Ghostscript expects it
This class defines interfaces for the PNG-Driver family for Ghostscript
setDevice(string $device) : \Org_Heigl\Ghostscript\Device\Png
Set the device
It can be one of 'pngalpha', 'png16m', 'png256', 'png16', 'pnggray' or 'pngmono'.
If the string does not match we use 'pngalpha' as default
string | $device |
setBackgroundColor(string $color) : \Org_Heigl\Ghostscript\Device\Png
Set the Background-Color for the Alpha-PNG
This can be any HEX-Color-definition WITHOUT the leading '#'
string | $color |