zigar.image.GdImage(acc) ᴾᴴᴾ - chung-leong/zigar GitHub Wiki
JavaScript | PHP
Parametric struct type designed to accept a PHP GD image resource.
Arguments:
acc: Access
Struct fields:
ptr:*anyopaque*
Functions:
- getHeight(self)
- getHeightAsFloat(self)
- getPixel(self, T, x, y)
- getWidth(self)
- getWidthAsFloat(self)
- sampleLinear(self, T, coord)
- sampleNearest(self, T, coord)
- setPixel(self, T, x, y, pixel)