GoLang ps_scale

request it (363)
GoLang replacement for PHP's ps_scale [edit | history]



Do you know a GoLang replacement for PHP's ps_scale? Write it!

PHP ps_scale

PHP original manual for ps_scale [ show | php.net ]

ps_scale

(PECL ps >= 1.1.0)

ps_scaleSets scaling factor

Description

bool ps_scale ( resource $psdoc , float $x , float $y )

Sets horizontal and vertical scaling of the coordinate system.

Parameters

psdoc

Resource identifier of the postscript file as returned by ps_new().

x

Scaling factor in horizontal direction.

y

Scaling factor in vertical direction.

Return Values

Returns TRUE on success or FALSE on failure.

See Also